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 accomplish things that are not supported by sphinx).
>
> I am using
> sphinx-build -b latex . _build/latex
> cd _build/latex
> pdflatex .tex
> where  is the value of project in my conf.py. When I do
> this I get the error message
> No file .ind
> and the index is missing from my pdf.
>
> What am I missing here ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sphinx-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAELGjd-%2B5Ny2YqQx9Kytvn1t_shkwtjxrcfnmGw_9octVmqB1Q%40mail.gmail.com.


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:

> 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.
>> 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 under the
>> _build/latex directory.
>> It invokes pdflatex multiple times automatically. I hope it helps you.
>>
>> Thanks,
>> Takeshi KOMIYA
>>
>> 2020年9月13日(日) 6:32 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
>> > sphinx-build -b latex . _build/latex
>> > cd _build/latex
>> > pdflatex .tex
>> > where  is the value of project in my conf.py. When I do 
>> this I get the error message
>> > No file .ind
>> > and the index is missing from my pdf.
>> >
>> > What am I missing here ?
>> >
>> > --
>> > You received this message because you are subscribed to the Google 
>> Groups "sphinx-users" group.
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to sphinx-users...@googlegroups.com.
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com
>> .
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "sphinx-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sphinx-users...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sphinx-users/CAFmkQAOO_xCb4LULBUYbgtuUfMHFtTh%2Bg2ewH%2BOrTU%3DC3Tb5%2BA%40mail.gmail.com
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/71ce01b4-34b0-4b5f-b38d-af15f3a73b40n%40googlegroups.com.


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.
> 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 under the
> _build/latex directory.
> It invokes pdflatex multiple times automatically. I hope it helps you.
>
> Thanks,
> Takeshi KOMIYA
>
> 2020年9月13日(日) 6:32 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
> > sphinx-build -b latex . _build/latex
> > cd _build/latex
> > pdflatex .tex
> > where  is the value of project in my conf.py. When I do
> this I get the error message
> > No file .ind
> > and the index is missing from my pdf.
> >
> > What am I missing here ?
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "sphinx-users" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to sphinx-users+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sphinx-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sphinx-users/CAFmkQAOO_xCb4LULBUYbgtuUfMHFtTh%2Bg2ewH%2BOrTU%3DC3Tb5%2BA%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAPGmwqA0_ah6T%2BkB6KfoTsfvM9ZsQsbPf%2B1wNHS%3DEwq-dgNaRg%40mail.gmail.com.


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 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 latex . _build/latex
> cd _build/latex
> pdflatex .tex 
> pdflatex .tex 
> pdflatex .tex 
> has the same result
> No file .ind
> in the file file 
> _build/latex/.log 
> and the index is not in the file
> _build/latex/.pdf
>
> I added the
> rm -r _build
> because you must first delete the old _build directory to test this. If 
> you don't, the old .ind file from the previous
> make latexpdf
> gets used by the
> pdflatex .tex
> command.
>
>
> On Saturday, September 12, 2020 at 7:01:16 PM UTC-7 i.tk...@gmail.com 
> wrote:
>
>> 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 under the 
>> _build/latex directory. 
>> It invokes pdflatex multiple times automatically. I hope it helps you. 
>>
>> Thanks, 
>> Takeshi KOMIYA 
>>
>> 2020年9月13日(日) 6:32 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 
>> > sphinx-build -b latex . _build/latex 
>> > cd _build/latex 
>> > pdflatex .tex 
>> > where  is the value of project in my conf.py. When I do 
>> this I get the error message 
>> > No file .ind 
>> > and the index is missing from my pdf. 
>> > 
>> > What am I missing here ? 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups "sphinx-users" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to sphinx-users...@googlegroups.com. 
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com.
>>  
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/f757d7b1-f28d-4534-aff3-829b2e125e6dn%40googlegroups.com.


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, this does not fix the 
> problem; i.e., the following
> rm -r _build
> sphinx-build -b latex . _build/latex
> cd _build/latex
> pdflatex .tex 
> pdflatex .tex 
> pdflatex .tex 
> has the same result
> No file .ind
> in the file file 
> _build/latex/.log 
> and the index is not in the file
> _build/latex/.pdf
> 
> I added the
> rm -r _build
> because you must first delete the old _build directory to test this. If you 
> don't, the old .ind file from the previous
> make latexpdf
> gets used by the
> pdflatex .tex
> command.
> 
> 
>> On Saturday, September 12, 2020 at 7:01:16 PM UTC-7 i.tk...@gmail.com wrote:
>> 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 under the 
>> _build/latex directory. 
>> It invokes pdflatex multiple times automatically. I hope it helps you. 
>> 
>> Thanks, 
>> Takeshi KOMIYA 
>> 
>> 2020年9月13日(日) 6:32 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 
>> > sphinx-build -b latex . _build/latex 
>> > cd _build/latex 
>> > pdflatex .tex 
>> > where  is the value of project in my conf.py. When I do 
>> > this I get the error message 
>> > No file .ind 
>> > and the index is missing from my pdf. 
>> > 
>> > What am I missing here ? 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google Groups 
>> > "sphinx-users" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send an 
>> > email to sphinx-users...@googlegroups.com. 
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com.
>> >  
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sphinx-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sphinx-users/eb86a3a7-7115-4282-8d71-abc323eb2233n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/9403F3F4-D232-4C60-8171-BCADF67430B1%40gmail.com.


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 latex . _build/latex
cd _build/latex
pdflatex .tex 
pdflatex .tex 
pdflatex .tex 
has the same result
No file .ind
in the file file 
_build/latex/.log 
and the index is not in the file
_build/latex/.pdf

I added the
rm -r _build
because you must first delete the old _build directory to test this. If you 
don't, the old .ind file from the previous
make latexpdf
gets used by the
pdflatex .tex
command.


On Saturday, September 12, 2020 at 7:01:16 PM UTC-7 i.tk...@gmail.com wrote:

> 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 under the
> _build/latex directory.
> It invokes pdflatex multiple times automatically. I hope it helps you.
>
> Thanks,
> Takeshi KOMIYA
>
> 2020年9月13日(日) 6:32 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
> > sphinx-build -b latex . _build/latex
> > cd _build/latex
> > pdflatex .tex
> > where  is the value of project in my conf.py. When I do 
> this I get the error message
> > No file .ind
> > and the index is missing from my pdf.
> >
> > What am I missing here ?
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "sphinx-users" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to sphinx-users...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/eb86a3a7-7115-4282-8d71-abc323eb2233n%40googlegroups.com.


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 under the
_build/latex directory.
It invokes pdflatex multiple times automatically. I hope it helps you.

Thanks,
Takeshi KOMIYA

2020年9月13日(日) 6:32 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
> sphinx-build -b latex . _build/latex
> cd _build/latex
> pdflatex .tex
> where  is the value of project in my conf.py. When I do this I 
> get the error message
> No file .ind
> and the index is missing from my pdf.
>
> What am I missing here ?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sphinx-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAFmkQAOO_xCb4LULBUYbgtuUfMHFtTh%2Bg2ewH%2BOrTU%3DC3Tb5%2BA%40mail.gmail.com.


[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
sphinx-build -b latex . _build/latex
cd _build/latex
pdflatex .tex 
where  is the value of project in my conf.py. When I do this 
I get the error message
No file .ind 
and the index is missing from my pdf. 

What am I missing here ? 

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/3540f597-7857-46b8-878f-1ede81adedean%40googlegroups.com.


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 2015 09:37:08 UTC-4, daniele wrote:

 2015-08-21 16:20 GMT+02:00 Andrew S. sto...@gmail.com javascript:: 
  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 are subscribed to the Google Groups 
sphinx-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.


[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/Developer/usr/bin/make -C _build/latex 
all-pdf

pdflatex  'test.tex'

make[1]: pdflatex: No such file or directory

make[1]: *** [test.pdf] Error 1

make: *** [latexpdf] Error 2




Any ideas?





-- 
You received this message because you are subscribed to the Google Groups 
sphinx-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.