Re: [sphinx-users] make latexpdf

2020-11-25 Thread Daniel Scott
On Sat, Sep 12, 2020, 2:32 PM bradley...@gmail.com wrote: > > I am trying to figure out how to reproduce > make latexpdf > with separate calls to first build the latex and then run pdflatex. I want > to do this so I can directly modify the latex between the sphinx-build and > pdflatex (to acc

Re: [sphinx-users] make latexpdf

2020-09-15 Thread bradley...@gmail.com
There is still something more than just run pdflatex multiple times that make inside _build/latex does because the index is missing if one only runs pdflatex. I discussed this in more detail in my second message above. On Tuesday, September 15, 2020 at 8:33:22 AM UTC-7 Jeff McKenna wrote: > Tha

Re: [sphinx-users] make latexpdf

2020-09-15 Thread Jeff McKenna
Thanks KOMIYA-san for mentioning that make inside _build/latex handles pdflatex multiple times, as I've been manually doing this for years, ha. -jeff On Sat, Sep 12, 2020 at 11:01 PM Komiya Takeshi wrote: > Hi, > > You need to run pdflatex command multiple times to build complete PDF file. >

Re: [sphinx-users] make latexpdf

2020-09-13 Thread bradley...@gmail.com
The following seems to work for me: rm -r _build sphinx-build -b latex . _build/latex cd _build/latex make .pdf On Sunday, September 13, 2020 at 6:07:07 AM UTC-7 bradley...@gmail.com wrote: > Thanks for the response. I knew one has to run pdflatex twice (when any of > the links

Re: [sphinx-users] make latexpdf

2020-09-13 Thread jo youssef
Thanks Mr777 > On 13 Sep 2020, at 17:07, bradley...@gmail.com > wrote: > >  > Thanks for the response. I knew one has to run pdflatex twice (when any of > the links change) and should have put that in my report above. I did not know > three times was necessary in some cases. Unfortunately

Re: [sphinx-users] make latexpdf

2020-09-13 Thread bradley...@gmail.com
Thanks for the response. I knew one has to run pdflatex twice (when any of the links change) and should have put that in my report above. I did not know three times was necessary in some cases. Unfortunately, this does not fix the problem; i.e., the following rm -r _build sphinx-build -b

Re: [sphinx-users] make latexpdf

2020-09-12 Thread Komiya Takeshi
Hi, You need to run pdflatex command multiple times to build complete PDF file. For more detail, please read the following article. https://www.systutorials.com/why-do-i-need-to-run-latex-bibtex-three-times-to-make-everything-look-good/ Instead of pdflatex command, you can use `make` command unde

[sphinx-users] make latexpdf

2020-09-12 Thread bradley...@gmail.com
I am trying to figure out how to reproduce make latexpdf with separate calls to first build the latex and then run pdflatex. I want to do this so I can directly modify the latex between the sphinx-build and pdflatex (to accomplish things that are not supported by sphinx). I am using s

Re: [sphinx-users] make latexpdf

2015-08-25 Thread Andrew S.
Yes I had MaxTeX installed (full distribution with all packages/updates completed). http://www.tug.org/mactex/mactex-download.html I solved my "issue". My fault. I was in my VirtualEnv within my terminal window. Opening up a new terminal window solved my problem. On Saturday, 22 August 20

Re: [sphinx-users] make latexpdf

2015-08-22 Thread Daniele Zambelli
2015-08-21 16:20 GMT+02:00 Andrew S. : > make[1]: pdflatex: No such file or directory pdflatex is it installed? -- Daniele www.fugamatematica.blogspot.com giusto! nel verso forse è perché non guardiamo le cose Quando non ci capiamo, -- You received this message because you a

[sphinx-users] make latexpdf

2015-08-21 Thread Andrew S.
Hello, Iv been building my manual with Sphinx and so far everything is great. I use make html to build all my html pages with no issues. However when I try running "make latexpdf" I end up getting the following error: Running LaTeX files through pdflatex... /Applications/Xcode.app/Contents