summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/drac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-15 00:03:39 +0000
committerKarl Berry <karl@freefriends.org>2008-08-15 00:03:39 +0000
commitc54b3149ba86bc9fe6b92de5f9f77820776ff247 (patch)
tree427e59fa28f19c7c0f1eff7c0d1c9c57793b28c0 /Master/texmf-dist/tex/latex/drac
parent2aa9527a8a806b412d22591606bb3d0c2b557acc (diff)
new package drac (14aug08)
git-svn-id: svn://tug.org/texlive/trunk@10350 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/drac')
-rw-r--r--Master/texmf-dist/tex/latex/drac/drac.sty60
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/drac/drac.sty b/Master/texmf-dist/tex/latex/drac/drac.sty
new file mode 100644
index 00000000000..5530c0f7c08
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/drac/drac.sty
@@ -0,0 +1,60 @@
+%%
+%% This is file `drac.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% drac-fr.dtx (with options: `package')
+%% This is a generated file.
+%%
+%% Copyright (C) 2004, 2008 by Josselin Noirel et Yvon Henel
+%%
+%% Y. Henel dit « le TeXnicien de surface »
+%% <le.texnicien.de.surface@wanadoo.fr>
+%%
+%% This file may be distributed and/or modified under the conditions
+%% of the LaTeX Project Public License, either version 1.2 of this
+%% license or (at your option) any later version. The latest version
+%% of this license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.2 or later is part of all distributions of LaTeX
+%% version 1999/12/01 or later.
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\def\fileversion{v1}
+\def\filedate{2008/08/14}
+\def\fileinfo{fichier drac.sty par J. Noirel et Y. Henel}
+\ProvidesPackage{drac}
+ [\filedate\space\fileversion\space\fileinfo]
+\newcommand*{\DeclareRobustActChar}{
+ \@ifstar{%
+ \def\@tempc{\newcommand*}\@declarerobustactchar}{%
+ \def\@tempc{\newcommand}\@declarerobustactchar}%
+}
+\newcommand*{\ReDeclareRobActChar}{\@ifstar{%
+ \def\@tempc{\renewcommand*}\@declarerobustactchar}{%
+ \def\@tempc{\renewcommand}\@declarerobustactchar}%
+}
+\newcommand*{\@declarerobustactchar}[1]{%
+ \let\@tempa=\protect
+ \let\@tempb=\@typeset@protect
+ \let\protect=\relax
+ \let\@typeset@protect\relax % Devrait ętre le cas
+ \edef#1{%
+ \noexpand\ifx\protect\@typeset@protect
+ \noexpand\expandafter
+ \expandafter\noexpand
+ \csname DRAC@real@\string#1\endcsname
+ \noexpand\else % \noexpand\expandafter [JN : pas bon]
+ \protect % \noexpand\expandafter [JN : idem]
+ \noexpand#1%
+ \noexpand\fi
+ }%
+ \let\protect=\@tempa
+ \let\@typeset@protect=\@tempb
+ \expandafter\@tempc\csname DRAC@real@\string#1\endcsname
+}
+\endinput
+%%
+%% End of file `drac.sty'.