From c11a98e10de0410a50337e5ab4e3b63b210eec13 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:51:53 +0000 Subject: bardiag git-svn-id: svn://tug.org/texlive/trunk@692 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/bardiag/barddoc.sty | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/bardiag/barddoc.sty (limited to 'Master/texmf-dist/tex/latex/bardiag/barddoc.sty') diff --git a/Master/texmf-dist/tex/latex/bardiag/barddoc.sty b/Master/texmf-dist/tex/latex/bardiag/barddoc.sty new file mode 100644 index 00000000000..b7c7ca78b4c --- /dev/null +++ b/Master/texmf-dist/tex/latex/bardiag/barddoc.sty @@ -0,0 +1,39 @@ +\usepackage[a4paper,nohead]{geometry} +\usepackage{bardiag} +%\usepackage{showkeys} + +\usepackage{graphicx} +\usepackage{subfigure} + +\usepackage{verbatim} + +\usepackage{makeidx} + +\usepackage{listings} + +\lstset{ + %language=[LaTeX]TeX, + basicstyle=\small\ttfamily, + numbers=left, + numberstyle=\small, + stringstyle=\ttfamily, + commentstyle=\itshape, + stepnumber=1 +} + +%\usepackage{xr} +%\externaldocument{bardiag2} + + +\renewcommand \thefigure {\thesection.\arabic{figure}} +\newcommand{\mysection}[1]{\section{{#1}}\setcounter{figure}{0}} +%------------------------------------------------------- +\newcommand{\barvers}{0.5 } + +\newcommand{\bard}{{ \texttt{bardiag} }} +\newcommand{\pst}{{ \texttt{PSTricks} }} +\newcommand{\figref}[1]{Fig.\ref{#1}} +\newcommand{\pac}[1]{{\texttt{#1}}} + +\date{December 10, 2003} +\author{R. Stepanyan\\rstepanyan@yahoo.com} -- cgit v1.2.3