mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
tex templates: Add a couple of colors and commands
Add some colors and convenience commands. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
82eb86f0ea
commit
c5fb7789c8
3 changed files with 76 additions and 7 deletions
|
|
@ -60,7 +60,7 @@
|
|||
\usepackage{zref-totpages}
|
||||
%\usepackage[applemac]{inputenc}
|
||||
%\usepackage[latin1]{inputenc}
|
||||
%\usepackage[utf8]{inputenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
%---------------------- File "./base/proc.sty":
|
||||
%---------------------- File "./misc/blkarray.sty":
|
||||
|
|
@ -91,11 +91,32 @@
|
|||
%\usepackage{epsfig}
|
||||
%\usepackage[umlaute]
|
||||
|
||||
\usepackage[pdftex,breaklinks,colorlinks,backref,pagebackref,linkcolor=blue,citecolor=blue, urlcolor=blue]{hyperref}
|
||||
\usepackage{xcolor}
|
||||
|
||||
\definecolor{lightblue}{rgb}{0.8,0.8,1.0}
|
||||
\definecolor{darkred}{rgb}{0.5,0.0,0.0}
|
||||
\definecolor{lightred}{rgb}{1.0,0.8,0.8}
|
||||
\definecolor{lightgreen}{rgb}{0.8,1.0,0.8}
|
||||
\definecolor{lightyellow}{rgb}{1.0,1.0,0.7}
|
||||
|
||||
\usepackage[pdftex,breaklinks,colorlinks,backref,pagebackref,linkcolor=darkred,citecolor=blue, urlcolor=darkred,pdfauthor=__AUTHORS__,pdftitle=__TITLE__,pdfsubject=__SUBTITLE__]{hyperref}
|
||||
\usepackage[section]{placeins}
|
||||
\usepackage{import}
|
||||
\usepackage[right]{eurosym}
|
||||
|
||||
\usepackage{textcomp}
|
||||
\usepackage{booktabs}
|
||||
%\usepackage{german}{babel}
|
||||
|
||||
\usepackage[ngerman,colorinlistoftodos,shadow,textsize=tiny]{todonotes}
|
||||
\usepackage{listings}
|
||||
\lstset{
|
||||
literate= {\"O}{{\"O}}1 {\"A}{{\"A}}1 {\"U}{{\"U}}1 {"s}{{\ss}}2 {\"u}{{\"u}}1
|
||||
{\"a}{{\"a}}1 {\"o}{{\"o}}1
|
||||
}
|
||||
\usepackage{mdframed}
|
||||
\usepackage{xspace}
|
||||
|
||||
%\usepackage{natbib}
|
||||
%\bibliographystyle{plainnat}
|
||||
|
||||
|
|
@ -134,6 +155,12 @@
|
|||
\newcommand{\pa}{\noindent \paragraph}
|
||||
\newcommand{\bv}{\begin{quote}\begin{ttfamily}}
|
||||
\newcommand{\ev}{\end{ttfamily}\end{quote}}
|
||||
\newcommand {\hb}{\cite{SysMan}}
|
||||
\newcommand {\fx}{\cite{Fax}}
|
||||
\newcommand {\cconsole}{{\bf C-Console}\textsuperscript{\textregistered}\,}
|
||||
|
||||
\let\oldEUR\EUR
|
||||
\renewcommand{\EUR}[1]{\oldEUR{#1}\xspace}
|
||||
|
||||
%\sloppy
|
||||
|
||||
|
|
@ -163,6 +190,7 @@
|
|||
\renewcommand\topfraction{.9}
|
||||
\renewcommand\bottomfraction{.9}
|
||||
\renewcommand\textfraction{.1}
|
||||
\setlength{\headheight}{15pt}
|
||||
|
||||
\newenvironment{prog}{\begin{quote}}{\end{quote} }
|
||||
|
||||
|
|
@ -184,6 +212,8 @@
|
|||
|
||||
%Kopfzeile mittig mit Kaptilname
|
||||
%\fancyhead[C]{__TITLE__ __SUBTITLE__ \nouppercase{\leftmark}}
|
||||
\title{__TITLE__ __SUBTITLE__}
|
||||
\author{__AUTHORS__}
|
||||
\fancyhead[C]{__TITLE__ __SUBTITLE__}
|
||||
%Linie oben
|
||||
%\renewcommand{\headrulewidth}{0.5pt}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue