summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/contour/contour.cfg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:53:31 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:53:31 +0000
commit4e72c0abbfd3dd35e79176eb7f19011b14e3c1c7 (patch)
treee7153e8ea1786377482a959b450e56093b3df4a0 /Master/texmf-dist/tex/latex/contour/contour.cfg
parent3334f8523fc53cf73f9746c5a4e75ad81fafc14a (diff)
contour
git-svn-id: svn://tug.org/texlive/trunk@786 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/contour/contour.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/contour/contour.cfg49
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/contour/contour.cfg b/Master/texmf-dist/tex/latex/contour/contour.cfg
new file mode 100644
index 00000000000..554fe3d01eb
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/contour/contour.cfg
@@ -0,0 +1,49 @@
+%%
+%% This is file `contour.cfg',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% contour.dtx (with options: `cfgfile')
+%%
+%% contour package configuration file
+%%
+%% Copyright 2004 Harald Harders
+%%
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt; either
+%% version 1 of the License, or any later version.
+%%
+%% h.harders@tu-bs.de
+%%
+\ProvidesFile{contour.cfg}
+ [2004/11/18 v2.14 Print contoured text (HH, MH)]
+ % Select an appropriate default driver
+\begingroup
+ \chardef\x=0 %
+ % check pdfTeX
+ \@ifundefined{pdfoutput}{}{%
+ \ifcase\pdfoutput
+ \else
+ \chardef\x=1 %
+ \fi
+ }%
+ % check VTeX
+ \@ifundefined{OpMode}{}{%
+ \chardef\x=2 %
+ }%
+\expandafter\endgroup
+\ifcase\x
+ % default case
+ \ExecuteOptions{dvips}%
+\or
+ % pdfTeX is running in pdf mode
+ \ExecuteOptions{pdftex}%
+\else
+ % VTeX is running
+ \ExecuteOptions{vtex}%
+\fi
+\endinput
+%%
+%% End of file `contour.cfg'.