summaryrefslogtreecommitdiff
path: root/latex/lxarticle/lxextras.sty
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2010-08-09 10:56:08 +0200
committerManuel Traut <manut@linutronix.de>2010-08-09 10:56:08 +0200
commitd4d3db9299cd28938ff2e3bf76358ecfc40e6beb (patch)
tree8bfa3907820bc5891f259f1df8ac086f7297cedb /latex/lxarticle/lxextras.sty
parent01461250751715269100d41a556e595bb313351a (diff)
moved latex templates to seperate lx-cd git repo
git clone ssh://tglx.de/home/linutronix/git/lx-cd Signed-off-by: Manuel Traut <manut@linutronix.de>
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}}
-