summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/epslatex-fr/makerobust.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-19 00:50:47 +0000
committerKarl Berry <karl@freefriends.org>2009-05-19 00:50:47 +0000
commit57e2bc6866ae84cbb5c539506ea229d28e5e1eb4 (patch)
tree88fb85bf0bf23e704768f91e87b9dbda81d08c84 /Master/texmf-dist/doc/latex/epslatex-fr/makerobust.sty
parentc2cdbdd285ee5c7a88c8a9459685b2f0a291d1be (diff)
move epslatex-fr out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/epslatex-fr/makerobust.sty')
-rw-r--r--Master/texmf-dist/doc/latex/epslatex-fr/makerobust.sty55
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/epslatex-fr/makerobust.sty b/Master/texmf-dist/doc/latex/epslatex-fr/makerobust.sty
new file mode 100644
index 00000000000..3ba645ecb72
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/epslatex-fr/makerobust.sty
@@ -0,0 +1,55 @@
+%%
+%% This is file `makerobust.sty', generated
+%% on <1992/10/8> with the docstrip utility (2.0r).
+%%
+%% The original source files were:
+%%
+%% makerobust.doc
+%%
+%% Do not distribute the stripped version of this file.
+%% The checksum in the header refers to the documented version.
+%%
+%%% ====================================================================
+%%% @LaTeX-style-file{
+%%% filename = "makerobust.sty",
+%%% version = "1.00",
+%%% date = "19 May 1991",
+%%% time = "14:27:35 BST",
+%%% author = "David Carlisle",
+%%% address = "Computer Science Department
+%%% Manchester University
+%%% Oxford Road
+%%% Manchester
+%%% England
+%%% M13 9PL",
+%%% telephone = "+44 61 275 6139",
+%%% FAX = "+44 61 275 6236",
+%%% checksum = "56601 107 444 3944",
+%%% email = "carlisle@cs.man.ac.uk (Internet)",
+%%% codetable = "ISO/ASCII",
+%%% keywords = "LaTeX, fragile, robust",
+%%% supported = "yes",
+%%% docstring = "
+%%%
+%%% makerobust.sty
+%%%
+%%% A LaTeX style option defining the \makerobust command.
+%%% \makerobust{\cs} makes the control sequence \cs robust.
+%%%
+%%% If you put \makerobust{\cite} in the preamble, you can write:
+%%% \caption{Taken from \cite{foo}} rather than
+%%% \caption{Taken from \protect\cite{foo}}
+%%%
+%%% The checksum field above was produced by
+%%% Robert Solovay's checksum utility.",
+%%% }
+%%% ====================================================================
+\def\makerobust#1{%
+ \@ifundefined{fragile\string#1}%
+ {\expandafter\let\csname fragile\string#1\endcsname#1%
+ \edef#1{\noexpand\protect
+ \expandafter\noexpand\csname fragile\string#1\endcsname}}%
+ {\@warning{\string#1 is already robust (command ignored)}}}%
+\endinput
+%%
+%% End of file `makerobust.sty'.