diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/bardiag/example/barddoc.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/bardiag/example/barddoc.sty | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bardiag/example/barddoc.sty b/Master/texmf-dist/doc/latex/bardiag/example/barddoc.sty new file mode 100644 index 00000000000..b7c7ca78b4c --- /dev/null +++ b/Master/texmf-dist/doc/latex/bardiag/example/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} |