From 4fff8755d8ab340c82ae20a9425ba1c43abef6fe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 10 Jul 2006 21:07:44 +0000 Subject: new package robustcommand (11apr06) git-svn-id: svn://tug.org/texlive/trunk@1804 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/robustcommand/robustcommand.sty | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/robustcommand/robustcommand.sty (limited to 'Master/texmf-dist/tex/latex/robustcommand/robustcommand.sty') 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'. -- cgit v1.2.3