Skip to content

Commit

Permalink
Add warning on future breakage
Browse files Browse the repository at this point in the history
Michal will update tex4ht ditribution... this will eventually make it to
texlive then to the CI server and it will break.  Adding his comment in
the code so we know.
  • Loading branch information
cedounet committed Jan 22, 2025
1 parent 263eb74 commit cbf6724
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions book/tex4ebook.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,13 @@
}
\makeatother

% Warnig from Michal: Note that once you get the updated TeX Live with a new
% `chemfig.4ht` file, you can remove this from the config file:
%
%```latex \pend:def\schemestart{\Picture+{}}
%\append:def\CF_schemestop{\EndPicture} ```
%
%You could get an error otherwise, as there would be nested `\Picture+{}` and
%`\EndPicture` commands.

\EndPreamble

0 comments on commit cbf6724

Please sign in to comment.