summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/robustcommand/robustcommand.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-10 21:07:44 +0000
committerKarl Berry <karl@freefriends.org>2006-07-10 21:07:44 +0000
commit4fff8755d8ab340c82ae20a9425ba1c43abef6fe (patch)
treefc6b9d4fb02fa07f5a3c27d60a50b353c4cbfffa /Master/texmf-dist/tex/latex/robustcommand/robustcommand.sty
parent23db475f582487681ec7a5ad803a127a775cb4e8 (diff)
new package robustcommand (11apr06)
git-svn-id: svn://tug.org/texlive/trunk@1804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/robustcommand/robustcommand.sty')
-rw-r--r--Master/texmf-dist/tex/latex/robustcommand/robustcommand.sty43
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/robustcommand/robustcommand.sty b/Master/texmf-dist/tex/latex/robustcommand/robustcommand.sty
new file mode 100644
index 00000000000..9eaa4216d54
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/robustcommand/robustcommand.sty
@@ -0,0 +1,43 @@
+%%
+%% This is file `robustcommand.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% robustcommand.dtx (with options: `package')
+%%
+%% ,--------------------------------------------------.
+%% | Das ist eine generierte Datei. |
+%% | |
+%% | (c) 2006 Paul Ebermann. |
+%% '--------------------------------------------------'
+%% (C) 2006 Paul Ebermann
+%%
+%% Package robustcommand - robuste Kommandos, die nicht
+%% automatisch überschreiben.
+%%
+%% Die Datei robustcommand.dtx sowie die dazugehörige
+%% robustcommand.ins sowie die damit generierte
+%% robustcommand.sty stehen unter der
+%% "LaTeX Project Public License" (LPPL, zu finden
+%% unter http://www.latex-project.org/lppl/, sowie
+%% auch in den meisten TeX-Distributionen in
+%% texmf/docs/latex/base/lppl*.txt), Version 1.3b oder
+%% später (nach Wahl des Verwenders).
+%%
+%% Der 'maintenance-status' ist (zur Zeit) 'author-maintained'.
+%%
+%% Das heißt u.a., die Dateien dürfen frei vertrieben werden,
+%% bei Änderungen (durch andere Personen als Paul Ebermann)
+%% ist aber der Name der Datei zu ändern.
+\NeedsTeXFormat{LaTeX2e}[2003/12/01]
+\ProvidesPackage{robustcommand}
+ [2006/03/23 v0.1 Robuste Kommandos (PE)]
+\newcommand*{\robust@new@command}[1]
+{%
+ \newcommand*{#1}{}%
+ \DeclareRobustCommand*{#1}%
+}
+\endinput
+%%
+%% End of file `robustcommand.sty'.