summaryrefslogtreecommitdiff
path: root/latex/lxarticle/lxextras.sty
diff options
context:
space:
mode:
Diffstat (limited to 'latex/lxarticle/lxextras.sty')
-rw-r--r--latex/lxarticle/lxextras.sty16
1 files changed, 0 insertions, 16 deletions
diff --git a/latex/lxarticle/lxextras.sty b/latex/lxarticle/lxextras.sty
deleted file mode 100644
index 0a845fd..0000000
--- a/latex/lxarticle/lxextras.sty
+++ /dev/null
@@ -1,16 +0,0 @@
-\ProvidesPackage{lxextras}
-\RequirePackage{graphicx}
-\RequirePackage{color}
-\RequirePackage{listings}
-\RequirePackage{verbatim}
-
-\newcommand*\cmd[1]{\textbf{\texttt{#1}}}
-
-\newenvironment{lxcode}{\small\verbatim}{\endverbatim}
-
-\lstset{backgroundcolor=\color[gray]{0.92}, basicstyle=\ttfamily\small}%
-
-%% Need to figure out why the environment below doesn't work...
-%% LaTeX fails at the next utf8 umlaut after the environment :-(
-\newenvironment{lxcodebox}{\begin{lstlisting}}{\end{lstlisting}}
-