Search found 3 matches
- Wed Oct 19, 2011 1:12 am
- Forum: General
- Topic: Error with Code for "intelligent Comma"
- Replies: 1
- Views: 1300
Error with Code for "intelligent Comma"
Solved . The problem was that the code I copied has been rendered by (La)TeX. As I just found out, TeX has the nice "feature" to render the character ` (ASCII+96, grave accent) as ‘ (U+2018, left single quotation mark). So you cannot just copy code from a document about TeX and expect to have TeX ...
- Sun Oct 16, 2011 3:48 pm
- Forum: LyX
- Topic: Lyx Chart Problem
- Replies: 1
- Views: 1422
Re: Lyx Chart Problem
Could you post the latex source of the row and the beginning of the table?
One solution, of course, would be to let bibtex compile the bibliography.
One solution, of course, would be to let bibtex compile the bibliography.
- Sun Oct 16, 2011 3:34 pm
- Forum: General
- Topic: Error with Code for "intelligent Comma"
- Replies: 1
- Views: 1300
Error with Code for "intelligent Comma"
I use this package, which has been suggested by Claudio Beccari in PracTeX Journal .
\makeatletter % not necessary when this code is in a .sty file
% 1st part
\DeclareMathSymbol{\punctcomma}{\mathpunct}{letters}{"3B}
\DeclareMathSymbol{\decimalcomma}{\mathord}{letters}{"3B}
% 2nd part ...
\makeatletter % not necessary when this code is in a .sty file
% 1st part
\DeclareMathSymbol{\punctcomma}{\mathpunct}{letters}{"3B}
\DeclareMathSymbol{\decimalcomma}{\mathord}{letters}{"3B}
% 2nd part ...