How can I use pandoc after "pip install"-ing it? #9947
Replies: 3 comments 3 replies
-
Moreover, my thesis.tex has several "\include{part-file-number.tex}" and "\input{part-file-number.tex}"; does pandoc support this? |
Beta Was this translation helpful? Give feedback.
-
Edit: As @wlupton points out the package you installed is just a library and does not install a wrapper binary. The tip I gave only applies to packages that include the binary and a wrapper to call it. There may or may not be such a package for Pandoc. I'm probably now have a copy of
|
Beta Was this translation helpful? Give feedback.
-
https://pypi.org/project/pandoc says it's just a python library and that you need to install pandoc separately. |
Beta Was this translation helpful? Give feedback.
-
I have already had a python interperater on my Windows 11 computer, and several sites told me to
pip install pandoc
to obtain a copy, so as I did. But after that no site tells me how I can use it properly under python environment. They only givespandoc xxx -o xxx
something like this.The problem is that pandoc is a python package rather than a program in my computer. How can I use it to convert my "thesis.tex" into "thesis.docx" using the package on python? Or should I get a software version, too?
Beta Was this translation helpful? Give feedback.
All reactions