<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Producing an html version of the TeXShop Manual works nicely now, with these methods:<div><br></div><div>(1) either with the minor editing of names with accents in Manual.tex, as suggested by Herb Schulz, or by leaving those accents alone but using the Lua-TeX4ht engine from Ulrich Groh (but the double accent over the "e" in "Hàn Thế Thành" is spread horizontally instead of stacked vertically); and</div><div><br></div><div>(2) for making separate pages for each section, using the "book.4ht" file as modified by "michal.h21" in https://tex.stackexchange.com/a/676531/13492, which is to appear soon in the TeX4ht sources on CTAN so as to link the title page to the rest by the usual tex4ht navigation menus.</div><div><br></div><div>For sectioned html, the TeXShop engine I'm actually using is now this file Lua-TeX4htSecs:</div><div><br></div><div>#!/bin/tcsh</div><div># !TEX-bothPreview</div><div>set path= ($path /Library/TeX/texbin /usr/texbin /usr/local/bin)</div><div>make4ht --lua "$1" "mathjax,3"</div><div>lualatex  -file-line-error -synctex=1 "$1" </div><div><br></div><div>Note that, since the documentclass is book rather than article, the sectioning parameter in the make4ht call is increented by 1, from 2 to 3 (if the source had been documentclass article, it would have been 2).</div><div><br></div><div>Would it be useful to include an html version of the Manual in future versions of TeXShop? Especially with such sectional navigation, browser-based documentation is sometimes easier than a single pdf file.</div><div><div><br><blockquote type="cite"><div>On Feb 22, 2023, at 3:28 PM, Richard Koch <koch@uoregon.edu> wrote:</div><br class="Apple-interchange-newline"><div><div>Murray,<br><br>Interesting idea. The complete TeX source for the manual is in the TeXShop source code, which is available on the TeXShop site. So you can download it, unzip it, find the source for the manual, and typeset with tex4ht. Give it a try.<br><br>Dick<br><br><br><blockquote type="cite">On Feb 22, 2023, at 12:05 PM, Murray Eisenberg <murrayeisenberg@gmail.com> wrote:<br><br>Bravo for the new user Manual! (This makes searching for information much easier (at least for me and for some things) than with the old Help Panel.)<br><br>I’d like to have, too, an HTML multi-page version. Would it be possible to provide that or at least distribute the .tex source of Manual.pdf so that a user could apply tex4ht to produce such?<br></blockquote><br>----------- Please Consult the Following Before Posting -----------<br>TeX FAQ: https://www.tug.org/mactex/faq/index.html<br>List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/TeX/<br>List Archives: http://dir.gmane.org/gmane.comp.tex.macosx<br>                https://email.esm.psu.edu/pipermail/macosx-tex/<br>TeX on Mac OS X Website: https://www.tug.org/mactex/index.html<br>List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex<br></div></div></blockquote></div><br><div>
<div>---<br>Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">               </span>murrayeisenberg@gmail.com<br>Mobile (413)-427-5334<br>503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">         </span><br>Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">        </span></div><div><br></div><br class="Apple-interchange-newline">

</div>
<br></div></body></html>