summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <christian@faulhammer.org>2008-03-15 15:13:53 +0100
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2008-03-16 03:43:26 +0000
commit29317d46539d89751455f68957d2f713bdbb2886 (patch)
tree03803d598726725d7195d491c49bfa155359b875 /pms.tex
parentWhat you really want is the paralist package with the compactitem environment... (diff)
downloadpms-29317d46539d89751455f68957d2f713bdbb2886.tar.gz
pms-29317d46539d89751455f68957d2f713bdbb2886.tar.bz2
pms-29317d46539d89751455f68957d2f713bdbb2886.zip
Those chardef commands where there to make it possible entering \, { and } without escaping...but that is what the \verb command should be used for. Anyway, all occurences of \, { and } inside of \t are quoted in the .tex files
Diffstat (limited to 'pms.tex')
-rw-r--r--pms.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/pms.tex b/pms.tex
index 89dad80..aa2f668 100644
--- a/pms.tex
+++ b/pms.tex
@@ -27,7 +27,7 @@
\bibliographystyle{plainurl}
-\renewcommand{\t}[1]{\texttt{\chardef\_=`\_\chardef\{=`\{\chardef\}=`\}#1}}
+\renewcommand{\t}[1]{\texttt{#1}}
\renewcommand{\i}[1]{\textit{#1}}
\newcommand{\e}[1]{\emph{#1}}
\renewcommand{\b}[1]{\textbf{#1}}