<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi All,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It looks like it is also possible to get a pdf version of the book. There is still a lot to sort out but here is a first attempt. I can take the markdown files that Bill is producing and use them which is great. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Note that the hyperlinks (inside and outside the document) seem to work Ok. I haven't indexed anything yet and obviously the illustrations will need placing correctly. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Still have to figure out how to get an image at top left of the chapter heading.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">So setting up the environment is ongoing.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Regards</div><div class="gmail_default" style="font-size:small">   Andrew</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 7, 2018 at 9:43 AM, Todd <span dir="ltr"><<a href="mailto:nztoddler@yahoo.com" target="_blank">nztoddler@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div dir="auto">That looks great. It's nice to see the formula variables formatted properly in the text. I agree that LaTeX embedded in markdown is a good choice!</div><br><div class="gmail_extra" dir="auto"><br><div class="gmail_quote"><div><div class="h5">On 7 Apr 2018 2:11 a.m., Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>> wrote:<br type="attribution"></div></div><blockquote class="m_-5775037239303987967quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr"></p><div><div class="h5">More progress.I found a great online tool to generate Latex formulas.
<br>
With no previous Latex experience,I was able to generate all of the
<br>
equations for Chapter 3. I can embed Latex in the markdown. The
<br>
equations are rendered by MathJax.
<br>

<br>
Here is the online website:
<br>
<a href="http://www.hostmath.com/" target="_blank">http://www.hostmath.com/</a>
<br>

<br>
and here is the updated Chapter 3:
<br>

<br>
<a href="https://lorensen.github.io/VTKExamples/site/VTKBook/Chapter3/" target="_blank">https://lorensen.github.io/<wbr>VTKExamples/site/VTKBook/<wbr>Chapter3/</a>
<br>

<br>
Bill
<br>

<br>
On Fri, Apr 6, 2018 at 6:28 AM, David Cole via vtk-developers
<br>
<<a href="mailto:vtk-developers@vtk.org" target="_blank">vtk-developers@vtk.org</a>> wrote:
<br>
> "I ignore whether Markdown/reStrucuredText support for
<br>
> tools to have proper printed texts is likely to be improved."
<br>
>
<br>
> I have become a big fan of "print to pdf using the Chrome browser" to
<br>
> get a printed copy of web content these days. It's actually not a bad
<br>
> way to go if you don't need to refer to page numbers within the text.
<br>
>
<br>
>
<br>
> And now, this is just my opinion, so take with yet another grain of salt:
<br>
>
<br>
> The available "writer pool" for LaTeX is far far smaller than that for
<br>
> markdown. If the math stuff must be in LaTeX, I'd very strongly prefer
<br>
> to see it as embedded chunks of LaTeX than have the whole thing be in
<br>
> LaTeX.
<br>
>
<br>
>
<br>
> Nice work, as usual Bill.
<br>
>
<br>
>
<br>
> Thanks,
<br>
> David C.
<br>
>
<br>
>
<br>
>
<br>
> On Fri, Apr 6, 2018 at 2:20 AM, Jon Haitz Legarreta
<br>
> <<a href="mailto:jhlegarreta@vicomtech.org" target="_blank">jhlegarreta@vicomtech.org</a>> wrote:
<br>
>> Bill, Andrew, simply brilliant.
<br>
>>
<br>
>> I've spot some parts in the Chapters 3 and 6 strawmans that were
<br>
>> already mentioned by you and Todd whose transition has some errors
<br>
>> (links that are missing, missing cross-reference links to VTK classes,
<br>
>> examples or bibliography, etc.).
<br>
>>
<br>
>> How can we contribute to fix them? Are you still working on the
<br>
>> transition tools to improve the output, or you want us to manually try
<br>
>> to fix them?
<br>
>>
<br>
>> I can help with/do all the Maths in LaTeX Bill. However, if the tool
<br>
>> you found works or the transition will be automatic, I do not see
<br>
>> where to help at this stage. Please, let me know.
<br>
>>
<br>
>> Otherwise, it's looking awesome.
<br>
>>
<br>
>> As for the LaTeX vs. Markdown/reStrucuredText discussion:
<br>
>>
<br>
>> I've contributed with some patches to the ITK SW Guide written in
<br>
>> LaTeX. I guess at the time it was written Markdown and reStrucuredText
<br>
>> were not available, so I think the choice was fair.
<br>
>>
<br>
>> Having said that, I admit that the learning curve for LaTeX may be
<br>
>> higher than that for Markdown or reStrucuredText. The latter are
<br>
>> tailored for web navigation, which is most people expect. And times
<br>
>> have changed. I ignore whether Markdown/reStrucuredText support for
<br>
>> tools to have proper printed texts is likely to be improved.
<br>
>>
<br>
>> I guess the ITK SW Guide requiring to be compiled (both the examples
<br>
>> to generate the figures and LaTeX itself) is not a downside, since VTK
<br>
>> Cxx examples used in this book need so.
<br>
>>
<br>
>> I guess having a first version for both cases (LaTeX and
<br>
>> Markdown/reStrucuredText) is somehow costly at the beginning.
<br>
>> Maintaining/sync'ing them once that is done every time there is a
<br>
>> change may not effortless also. But that may be the price to pay.
<br>
>>
<br>
>> The ITK SW Guide keeps being maintained. I ignore whether the ITK
<br>
>> folks at Kitware have considered to transition to Markdown or
<br>
>> reStrucuredText.
<br>
>>
<br>
>> JON HAITZ
<br>
>>
<br>
>> --
<br>
>>
<br>
>>
<br>
>> On 6 April 2018 at 01:05, Todd via vtk-developers
<br>
>> <<a href="mailto:vtk-developers@vtk.org" target="_blank">vtk-developers@vtk.org</a>> wrote:
<br>
>>> Fantastic. I think Latex is definitely the way to go, although I'm no expert
<br>
>>> in writing it.
<br>
>>>
<br>
>>> ______________________________<wbr>_________________
<br>
>>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a>
<br>
>>>
<br>
>>> Visit other Kitware open-source projects at
<br>
>>> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a>
<br>
>>>
<br>
>>> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a>
<br>
>>>
<br>
>>> Follow this link to subscribe/unsubscribe:
<br>
>>> <a href="https://vtk.org/mailman/listinfo/vtk-developers" target="_blank">https://vtk.org/mailman/<wbr>listinfo/vtk-developers</a>
<br>
>>>
<br>
>>>
<br>
>> ______________________________<wbr>_________________
<br>
>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a>
<br>
>>
<br>
>> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a>
<br>
>>
<br>
>> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a>
<br>
>>
<br>
>> Follow this link to subscribe/unsubscribe:
<br>
>> <a href="https://vtk.org/mailman/listinfo/vtk-developers" target="_blank">https://vtk.org/mailman/<wbr>listinfo/vtk-developers</a>
<br>
>>
<br>
> ______________________________<wbr>_________________
<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a>
<br>
>
<br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a>
<br>
>
<br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a>
<br>
>
<br>
> Follow this link to subscribe/unsubscribe:
<br>
> <a href="https://vtk.org/mailman/listinfo/vtk-developers" target="_blank">https://vtk.org/mailman/<wbr>listinfo/vtk-developers</a>
<br>
>
<br>

<br>

<br>

<br>
-- 
<br>
Unpaid intern in BillsParadise at noware dot com
<br>
______________________________<wbr>_________________
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a>
<br>

<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a>
<br>

<br></div></div>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a>
<br>

<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a>
<br><span class="">

<br>
Follow this link to subscribe/unsubscribe:
<br>
</span><a href="https://vtk.org/mailman/listinfo/vtkusers" target="_blank">https://vtk.org/mailman/<wbr>listinfo/vtkusers</a>
<br>
<p></p>
</blockquote></div><br></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">___________________________________________<br>Andrew J. P. Maclean<br><br>___________________________________________</div>
</div>