[tex4ht] [bug #622] error with \footnote mark in \section*

2024-02-25 Thread Ulrike Fischer
URL: Summary: error with \footnote mark in \section* Project: tex4ht Submitted by: u_fischer Submitted on: Sun Feb 25 23:15:54 2024 Category: None Priority: 5 - Normal

[tex4ht] failure with "Illegal storage address" error

2023-10-22 Thread Ulrike Fischer
Hello all, I have problems to create the html-documentation of hyperref with tex4ht. It fails sometimes at this step on windows 11 with a current texlive 2023: (c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/adobe/zapfding/pzdr.htf) [1--- error --- Illegal storage address

Re: [tex4ht] [bug #477] Support for new LaTeX hook management

2023-10-04 Thread Ulrike Fischer
Hallo Michal, > I've disabled the \DocumentMetadata command in tex4ht.sty. Thich change needs > the development version of make4ht because in the stable version, tex4ht.sty > is not loaded before \documentclass, where \DocumentMetadata should be used. > The options passed to this command are

Re: [tex4ht] [bug #608] Adding hyperref package makes tex4ht change its split level order

2023-09-11 Thread Ulrike Fischer
> Follow-up Comment #1, bug #608 (project tex4ht): > Thanks for the report. It seems to be caused by the Nameref package, which > redefines the \@chapter command regardless of the fact if the document class > provides it. We need to undefine it for the correct functioning of the > page-splitting

Re: [tex4ht] [bug #607] tex4ht with package hyperref and option destlabel creates no ancor

2023-08-21 Thread Ulrike Fischer
Sorry I didn't really follow, but in PDF the destlabel option of hyperref works with a two-pass compilation: at the first compilation, the destination in the PDF has the normal name (e.g. section.1), and when the \label is seen, hyperref stores into the aux the new name:

Re: [tex4ht] [bug #477] Support for new LaTeX hook management

2023-04-19 Thread Ulrike Fischer
>> Well I know that rewriting such patches is hard, but this \document >> redefinition looks very fragile. Sadly I can't make a concrete suggestion >> how to change it as I have no idea what all the code is doing and what >> should come before and after other things. > Yes, it will be fragile,

Re: [tex4ht] [bug #477] Support for new LaTeX hook management

2023-04-18 Thread Ulrike Fischer
>> while there certainly can/will be problems, this error here seems to be >> unrelated to \DocumentMetadata. I get an error with make4ht also for this: >> > thanks for this example. You are right. It seems that packages added > in \AddToHook{begindocument/before} or \AtBeginDocument are ignored

Re: [tex4ht] [bug #477] Support for new LaTeX hook management

2023-04-18 Thread Ulrike Fischer
Hello Michal, > We will need to make some changes to TeX4ht sources to support the metadata > block used before \documentclass, because TeX4ht is inactive at that moment, > so it doesn't track loaded files. It caused problems with my tests, namely > because it loaded the Amsmath package. There

[tex4ht] bug with pagestyle headings

2022-07-07 Thread Ulrike Fischer
\documentclass{article} \pagestyle{headings} \begin{document} \section{abc} \end{document} fails with ! Missing \endcsname inserted. \\endcsname l.58 \section{abc} It compiles again if one remove the \MakeUppercase from \sectionmark: \makeatletter

Re: [tex4ht] [bug #488] \over does not give the same result as equivalent \frac

2020-10-26 Thread Ulrike Fischer
> > you shouldn't use \over with latex. With amsmath you would also get a > \over is supported in LaTeX, to the best of my knowledge (despite all > the ensuing parsing pain). There is no warning without amsmath, and the > output is correct. > And that's good, because surely millions of

Re: [tex4ht] [bug #488] \over does not give the same result as equivalent \frac

2020-10-26 Thread Ulrike Fischer
msmath) on input line 16. -- Mit freundlichen Grüßen Ulrike Fischer

Re: [tex4ht] [bug #486] Strange error with minted

2020-10-09 Thread Ulrike Fischer
und, which is set by \IfFileExists. Hm. yes. I can change it in catchfile and use your fix instead. But why are the quotes a problem? \@filelist can currently contains file names with quotes also in other cases -- not really probable but possible. -- Mit freundlichen Grüßen Ulrike Fischer

Re: [tex4ht] [bug #486] Strange error with minted

2020-10-08 Thread Ulrike Fischer
> I've found that the issue was caused by the Catchfile package. It added quoted > file to the list of used files. I've added fix for that. Is there a problem in the catchfile package itself? At a first glance I didn't see a place where it would add quotes. -- Mit freundlichen Grüßen

Re: [tex4ht] [bug #482] Can't load fonts with polyglossia

2020-09-01 Thread Ulrike Fischer
ith -l and without) with this document: \documentclass{article} \begin{document} Hello world \end{document} -- Mit freundlichen Grüßen Ulrike Fischer

Re: [tex4ht] [bug #481] Problem with Braces / Brackets in Maths equations using mk4ht latex->mathml

2020-08-21 Thread Ulrike Fischer
means you should only leave them out for stuff like x^2. See also https://tex.stackexchange.com/a/342272/2388 https://github.com/josephwright/beamer/issues/599 -- Mit freundlichen Grüßen Ulrike Fischer

Re: [tex4ht] [bug #481] Problem with Braces / Brackets in Maths equations using mk4ht latex->mathml

2020-08-21 Thread Ulrike Fischer
ported syntax. It works (sometimes) but only by chance. The correct latex input if you have more than one token in a superscript or subscript is to add additional braces: \documentclass{article} \usepackage{amsmath} \begin{document} $n^{\text{th}}$ \end{document} With them your example compiles.

Re: [tex4ht] error in rendering vertical bar and angle brackets

2020-05-18 Thread Ulrike Fischer
nt system. There your input should simply work. You need \usepackage[T1]{fontenc} **only** for pdflatex. -- Mit freundlichen Grüßen Ulrike Fischer

Re: [tex4ht] error in rendering vertical bar and angle brackets

2020-05-18 Thread Ulrike Fischer
this in latex too. The default fontencoding OT1 is a bit restricted and has chars in odd places. You need either \usepackage[T1]{fontenc} or should use a command like \textbar. -- Mit freundlichen Grüßen Ulrike Fischer

Re: [tex4ht] [bug #464] ! Bad register code (65536). because no new line used in long math?

2020-05-10 Thread Ulrike Fischer
re tokens, and access them directly by number where the number is the position. luatex has only 65535 toks register. So regex will not be able to handle text longer than 65535 character (if the match is at the end). -- Mit freundlichen Grüßen Ulrike Fischer

Re: [tex4ht] tex4ebook and imakeidx - no hyperlinked index

2018-09-17 Thread Ulrike Fischer
one and every OS use unicode and utf8 an ü (like all other chars with accents) has *two* legal representation (composed and decomposed) and so is problematic. -- Ulrike Fischer http://www.troubleshooting-tex.de/

Re: [tex4ht] tex4ebook and imakeidx - no hyperlinked index

2018-09-17 Thread Ulrike Fischer
spect that the problem is the "ü" in the user name. But to test this you would have to install miktex again in another user account without ü in the name. ;-( What happens if you call xindy directly xindy --help ? -- Ulrike Fischer http://www.troubleshooting-tex.de/

Re: [tex4ht] problem with new dvisvgm 2.6, all svg fies have horizontal lines with no math showing.

2018-09-10 Thread Ulrike Fischer
tin. -- Ulrike Fischer http://www.troubleshooting-tex.de/

Re: [tex4ht] tex4ht gives amsmath Error: \tag not allowed here

2018-09-07 Thread Ulrike Fischer
So it is quite obvious that is should work in \[ \]. -- Ulrike Fischer https://www.troubleshooting-tex.de/

Re: [tex4ht] %%~ => $TEXMFDIST

2018-06-28 Thread Ulrike Fischer
Am Thu, 28 Jun 2018 21:22:03 GMT schrieb Karl Berry: > 'm thinking it would be best, going forward, if tex4ht.env's %%~ > expanded to $TEXMFDIST instead of $SELFAUTOPARENT I think in miktex this already happens. See Christian's comment here https://github.com/MiKTeX/miktex/issues/30 --

Re: [tex4ht] [bug #394] Support for oolatex on Debian

2018-06-26 Thread Ulrike Fischer
d to find but kpsewhich -expand-var=$TEXMFDIST gives the main miktex root on my system. If something else is missing I suggest to ask for it on the miktex github tracker. -- Ulrike Fischer https://www.troubleshooting-tex.de/

Re: [tex4ht] two versions of unicode.4ht

2016-08-03 Thread Ulrike Fischer
omehow the ! in e.g. i~/tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/! is not correctly interpreted and doesn't work if the subfolder is exactly one level down, so files in texmf/tex4ht/ht-fonts/unicode/charset are not found, while texmf/tex4ht/ht-fonts/unicode/charset/uni works. -- Mit freundlichen Grüßen Ulrike Fischer mailto:ne...@nililand.de

[tex4ht] two versions of unicode.4ht

2016-08-03 Thread Ulrike Fischer
. -- Ulrike Fischer http://www.troubleshooting-tex.de/

Re: [tex4ht] Bug identified: tex4ht to .odt (also identifying bugs in MiKTeX's setup)

2016-06-06 Thread Ulrike Fischer
wing message: > > "Some characters were lost during the conversion" > > I go to line 94, and check the end of line: > > text:bullet-char="? > With a current texlive 2016 and also with miktex (after correcting the env) I get no error and line 94 ends looks this: -- Ulrike Fischer http://www.troubleshooting-tex.de/

Re: [tex4ht] validity of tex4ht HTML-code output

2011-07-28 Thread Ulrike Fischer
a lot are tspans which the W3C validation claims to not have heard about. Make small, complete example that shows this how you got this element. -- Ulrike Fischer

Re: [tex4ht] validity of tex4ht HTML-code output

2011-07-28 Thread Ulrike Fischer
/context expert who considers such a step. -- Ulrike Fischer

Re: [tex4ht] unicode and lualatex

2011-07-23 Thread Ulrike Fischer
and the attached xhluatex.bat (I hope .bat come through) (I had to change it and my tex4ht.env compared to the standard versions, see the discussion some weeks ago in the archive in the mailing list.) I'm not quite sure yet about the correct html-option but it doesn't matter for utf8-tests.. -- Ulrike Fischer