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 characters are missing, and I'd like to add them. (Except, > better to use \ensuremath\pi than $\pi$, in case the character is used > inside @math.)
I am not an expert in Tex and obviously your declarations are better than mine. ;-) You can find my full list here, the declarations of pi and following are not covered in TexInfo 6: http://hg.code.sf.net/p/octave/interval/file/7bf783828c2d/doc/manual.texinfo#l13 Please note that my definition of 2713 is wrong, because I couldn't figure out how to produce a check mark in Tex. > I'd rather not have to include texinfo.tex in my package. > > Is it a GNU package? It is a free extension for GNU Octave licensed under GPL Version 3 or later. I can't rely on the texinfo.tex in GNU Octave, because I want to support multiple versions of Octave. I hesitate to include a copy in my package, because it would impact the release size and I am too lazy to maintain updates to that file. P.S. If you are interested, you can find a HTML version of above mentioned manual here: http://octave.sourceforge.net/interval/package_doc/index.html Best regards Oliver