Follow-up Comment #1, bug #46083 (project texinfo):

There have been some great hints on the mailing list about possible solutions,
which I would like to summarize:

1. Redistribute the texinfo.tex version with my manual. Then the export to PDF
will always use that particular macro definitions, which will work on
different systems.

2. Use more conditional code and math mode in TeX, but Unicode formulars in
other formats. This will get rid of the math related Unicode declarations for
TeX.

3. Conditionally declare unicode characters based on the detected TexInfo
(kludge alert).


@tex
@ifcommandnotdefined U
% TexInfo < 6
DeclareUnicodeCharacter{00A0}{tie}
… more declarations …
@end ifcommandnotdefined
DeclareUnicodeCharacter{03C0}{ensuremathpi}
… more declarations …
@end tex


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46083>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/


Reply via email to