Re: Idea to support math in HTML output

2016-05-31 Thread Oliver Heimlich
Hi Gavin and Karl, On 31.05.2016 23:56, Karl Berry wrote: > Hi Oliver and Gavin and all, > > support for a program called tex2ht, but I've never used it. > > tex4ht TeX4ht could be an alternative for what I'd like to achieve. I'll try and see what it can do for me. > > - I have to find

Idea to support math in HTML output

2016-05-31 Thread Oliver Heimlich
Hello, I would like to do something about the missing support of the @math macro in HTML output. It has always bugged me that this macro does nothing for non-PDF output, since the TeX-syntax math is pretty useless for many readers of the final document. So, it would be better to have @math support

[bug #46083] DeclareUnicodeCharacter breaks if used twice for same character

2015-10-25 Thread Oliver Heimlich
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, whi

Re: [bug #46083] DeclareUnicodeCharacter breaks if used twice for same character

2015-10-02 Thread Oliver Heimlich
On 03.10.2015 00:12, Karl Berry wrote: > \DeclareUnicodeCharacter{00A0}{\ } > > FWIW, A0 is supposed to be a no-break space. That's \tie, not "\ ". > > \DeclareUnicodeCharacter{03C0}{$\pi$} > > Can you please send me your list of added characters? I know well that > many math character

Re: [bug #46083] DeclareUnicodeCharacter breaks if used twice for same character

2015-10-01 Thread Oliver Heimlich
Karl, Gavin, thanks for your hints and suggestions. I understand that the DeclareUnicodeCharacter command is an internal command and I shouldn't have messed with it. However, without it I'd have waived PDF output. I believe the most simple (and sane) thing for me to do is this: @tex @ifcommandn

DeclareUnicodeCharacter breaks if called twice for same character

2015-10-01 Thread Oliver Heimlich
I have a manual for a free software package, which is written in utf-8. Export to text/info/html works as expected, but I have to add the following to be able to export it to pdf: @tex \DeclareUnicodeCharacter{00A0}{\ } … several other characters … @end tex This has worked for me for a while, but

[bug #46083] DeclareUnicodeCharacter breaks if used twice for same character

2015-10-01 Thread Oliver Heimlich
URL: Summary: DeclareUnicodeCharacter breaks if used twice for same character Project: texinfo - GNU documentation system Submitted by: oheim Submitted on: Mi 30 Sep 2015 21:19:46 CEST