<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">26. 1. 2018 v 14:03, Patrick Sanan <<a href="mailto:patrick.sanan@gmail.com" class="">patrick.sanan@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div dir="ltr" class="">There is probably a better way but what's worked for me here is to make sure I have pdflatex on my system (sudo apt install texlive, or similar), then "make reconfigure", which seems to set PDFLATEX as required, and then something like<div class=""><br class=""></div><div class="">     cd src/docs/tex/manual</div><div class="">     make manual.pdf LOC=$PETSC_DIR</div><div class="">     cd ../../../docs</div><div class="">     # manual.pdf should be there</div></div></div></blockquote><div><br class=""></div><div>Thanks, Patrick. It would be definitely a better way. But I have installed PETSc into Linux with texlive installed and pdflatex command in PATH, and still the PDFLATEX variable hasn't got set.</div><div><br class=""></div><div>Vaclav</div><br class=""><blockquote type="cite" class=""><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">2018-01-26 14:00 GMT+01:00 Vaclav Hapla <span dir="ltr" class=""><<a href="mailto:vaclav.hapla@erdw.ethz.ch" target="_blank" class="">vaclav.hapla@erdw.ethz.ch</a>></span>:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="">
<br class="">
> 25. 1. 2018 v 9:33, Smith, Barry F. <<a href="mailto:bsmith@mcs.anl.gov" class="">bsmith@mcs.anl.gov</a>>:<br class="">
<span class="">><br class="">
><br class="">
>  src/docs/tex/manual/<wbr class="">developers.tex there is also a make file that generates the PDF.<br class="">
<br class="">
</span>I'm trying to build the manual. Apparently the PDFLATEX variable is not set. So I set it externally and it works - is it supposed to be done this way? Would you mind adding the PDFLATEX variable into ${PETSC_DIR}/lib/petsc/conf/<wbr class="">variables? Perhaps with assigned using ?= so that it could be overridden?<br class="">
<span class="HOEnZb"><font color="#888888" class=""><br class="">
Vaclav<br class="">
</font></span><div class="HOEnZb"><div class="h5"><br class="">
><br class="">
>  Barry<br class="">
><br class="">
> The document should provide information about the location of its source.<br class="">
><br class="">
><br class="">
><br class="">
>> On Jan 25, 2018, at 2:19 AM, Vaclav Hapla <<a href="mailto:vaclav.hapla@erdw.ethz.ch" class="">vaclav.hapla@erdw.ethz.ch</a>> wrote:<br class="">
>><br class="">
>><br class="">
>><br class="">
>>> 24. 1. 2018 v 22:55, Scott Kruger <<a href="mailto:kruger@txcorp.com" class="">kruger@txcorp.com</a>>:<br class="">
>>><br class="">
>>><br class="">
>>><br class="">
>>> On 1/24/18 6:50 AM, Vaclav Hapla wrote:<br class="">
>>>>> 24. 1. 2018 v 14:45, Vaclav Hapla <<a href="mailto:vaclav.hapla@erdw.ethz.ch" class="">vaclav.hapla@erdw.ethz.ch</a>>:<br class="">
>>>>><br class="">
>>>>> How should I specify output files for {{...}} with different outputs, please?<br class="">
>>>> Oh I see, {{...}separateoutput} is meant literally. But in that case typesetting it in italics is confusing.<br class="">
>>><br class="">
>>> It's clearer in the examples listed below.   I couldn't get lstinline to work for this syntax so used $ ... $.  If someone knows how to do it, please feel free to fix.<br class="">
>><br class="">
>> Where are this manual's latex sources?<br class="">
>><br class="">
>> Vaclav<br class="">
>><br class="">
>>><br class="">
>>> Scott<br class="">
>>><br class="">
>>>> Vaclav<br class="">
>>>>><br class="">
>>>>> I have consulted the developers manual but it's not clear to me still. And the example listings, page 34-45, seem to be broken.<br class="">
>>>>><br class="">
>>>>> BTW in 7.1.2, I think there should be the space instead of the comma in the listing.<br class="">
>>>>><br class="">
>>>>> Thanks<br class="">
>>>>><br class="">
>>>>> Vaclav<br class="">
>>><br class="">
>>> --<br class="">
>>> Tech-X Corporation               <a href="mailto:kruger@txcorp.com" class="">kruger@txcorp.com</a><br class="">
>>> 5621 Arapahoe Ave, Suite A       Phone: <a href="tel:%28720%29%20974-1841" value="+17209741841" class="">(720) 974-1841</a><br class="">
>>> Boulder, CO 80303                Fax:   <a href="tel:%28303%29%20448-7756" value="+13034487756" class="">(303) 448-7756</a><br class="">
>><br class="">
><br class="">
<br class="">
</div></div></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>