From 809e1a4673a275ed2adebb3e1b30610654585d98 Mon Sep 17 00:00:00 2001 From: Bartosz Leper Date: Thu, 25 Jun 2015 09:50:52 +0200 Subject: Don't treat the exclamation point in Snap logo as sentence-ending character --- help/manual/common/defs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help') 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% }% -- cgit v1.3.1