add support for the UTF-8 euro symbol in pg files#805
Conversation
aaf23ce to
95cbe78
Compare
|
Florian, did you issue a pull request to enable the euro symbol in the html display of pg problems as well? |
|
we need a modification for the 1 column as well |
|
Should \euro render in math mode as well as in straight text? It doesn't seem to. In addition the associative directive in contextCurrency.pl doesn't seem to making the values display properly (the euro is always on the left) . Here is what |
The purpose of this pull request was to allow to use the UTF-8 symbol € directly in .pg files (instead of Here is a test problem that illustrates its use. I did not use I added support in the oneColumn hardcopy theme in commit 8e7a07a. |
…ol_in_hardcopyPreamble
This makes it possible to use the UTF-8 symbol U+20AC (€) directly in pg files.