mailr17428 - /trunk/docs/latex/relax.tex


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 03, 2012 - 12:06:
Author: bugman
Date: Mon Sep  3 12:06:00 2012
New Revision: 17428

URL: http://svn.gna.org/viewcvs/relax?rev=17428&view=rev
Log:
Defined a new set of LaTeX commands for prompt/script/GUI strings and 
elements for the user manual.

These will be used to regularize the text throughout the manual, as this is 
currently quite mixed
up.


Modified:
    trunk/docs/latex/relax.tex

Modified: trunk/docs/latex/relax.tex
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/relax.tex?rev=17428&r1=17427&r2=17428&view=diff
==============================================================================
--- trunk/docs/latex/relax.tex (original)
+++ trunk/docs/latex/relax.tex Mon Sep  3 12:06:00 2012
@@ -43,6 +43,15 @@
 \newcommand{\smallexample}[1]{\vspace{-1ex} \sloppy{\scriptsize \texttt{#1}}}
 \newcommand{\keyword}[1]{\textsf{#1}}
 \newcommand{\quotecmd}[1]{`\texttt{#1}'}
+\newcommand{\uf}[1]{\texttt{#1}}
+\newcommand{\promptstring}[1]{``\texttt{#1}''}
+\newcommand{\shortcutkey}[1]{``[#1]''}
+\newcommand{\gui}[1]{``#1''}
+\newcommand{\guibutton}[1]{``#1''}
+\newcommand{\guimenuitemone}[1]{``#1''}
+\newcommand{\guimenuitemtwo}[2]{``#1$\to$#2''}
+\newcommand{\guimenuitemthree}[3]{``#1$\to$#2$\to$#3''}
+\newcommand{\guistring}[1]{``#1''}
 
 % New environment.
 \newenvironment{exampleenv}{\footnotesize \begin{ttfamily} \sloppy}{\fussy 
\end{ttfamily}}




Related Messages


Powered by MHonArc, Updated Mon Sep 03 12:20:01 2012