diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-06-26 14:50:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-06-26 14:50:20 -0400 |
commit | d95f8574ec670222f7236033e7b188c7b5a099ab (patch) | |
tree | c1bc2e00b06ba8df2afb404efe1eee23497af6d5 /data/doc | |
parent | v2 v3: texpdf, define hardspace & provide backslash (diff) |
v3: define latex \newcommands for some special characters (for sisu code)
* \newcommands for some special characters to simplify dealing with them
in sisu code \hardspace \caret \pipe \curlyopen \curlyclose \lt \gt
\slash \backslash \underscore \exclaim
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 830bdf12..eb21f67e 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -31,7 +31,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.13.orig.tar.gz * colors, added cursor line & column * texpdf - * define \hardspace to simplify placing a hardspace (within a code block) + * define latex \newcommands for some special characters to simplify + dealing with them in sisu code \hardspace \caret \pipe \curlyopen + \curlyclose \lt \gt \slash \backslash \underscore \exclaim * provide backslash character in code block * ansi screen reporting include document language code |