diff options
| author | Bartosz Leper <bl.nero@gmail.com> | 2015-06-25 09:50:52 +0200 |
|---|---|---|
| committer | Bartosz Leper <bl.nero@gmail.com> | 2015-06-25 09:50:52 +0200 |
| commit | 809e1a4673a275ed2adebb3e1b30610654585d98 (patch) | |
| tree | 9ae3bf7e16c13ef92304539fc86b746242fdb754 /help/manual/common/defs.tex | |
| parent | 029aaeb82708b67d1dd0b3e86e8980e5caa37b15 (diff) | |
| download | snap-809e1a4673a275ed2adebb3e1b30610654585d98.tar.gz snap-809e1a4673a275ed2adebb3e1b30610654585d98.zip | |
Don't treat the exclamation point in Snap logo as sentence-ending character
Diffstat (limited to 'help/manual/common/defs.tex')
| -rw-r--r-- | help/manual/common/defs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/manual/common/defs.tex b/help/manual/common/defs.tex index 50f0c24..52fe21d 100644 --- a/help/manual/common/defs.tex +++ b/help/manual/common/defs.tex @@ -13,7 +13,7 @@ \newcommand{\Snap}[1]{% \textsf{% Snap% - \ifx\\#1\\\textit{!}% + \ifx\\#1\\\textit{!\@}% \else #1% \fi% }% |
