diff --git a/src/data/usermenu/example.xml b/src/data/usermenu/example.xml index 440a48d2..da66e860 100644 --- a/src/data/usermenu/example.xml +++ b/src/data/usermenu/example.xml @@ -1,70 +1,71 @@ Text Insert text Hi, I have been inserted ... Insert text (replace selection) - This text has replaced current selection... + This text has replaced the current selection... true true Bold text (without selection) - \textbf{%C} + \;textbf{%C} Italic text (with selection) - \textit{%M} + \;textit{%M} true true true Small caps (with or without selection) - \textsc{%M%C} + \;textsc{%M%C} + true pageref - \pageref{%R} + \;pageref{%R} cite - \cite{%R} + \;cite{%R} Environment (center) - \begin{center}\n%E%C\n\end{center}\n + \;begin{center}\n%E%C\n\;end{center}\n Environment (tabular) - \begin{tabular}{%B}\n%B\n\end{tabular}\n + \;begin{tabular}{%B}\n%B\n\;end{tabular}\n File contents - /etc/resolv.conf + /etc/hostname true Execute Program /bin/date | perl -n -e 'print "Today is $_"' true Execute Program (with selection) perl -p -e 's/(.)/\($1\)/g' %M true true true