summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/se2thesis/se2thesis.ins
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-09-10 03:01:32 +0000
committerNorbert Preining <norbert@preining.info>2022-09-10 03:01:32 +0000
commit0948049e9079ec6f512bf68a247495f36237d06e (patch)
tree5334af0f132d745ebbe3ea8c1290a6bf3a85cfcb /macros/latex/contrib/se2thesis/se2thesis.ins
parent60dc98f36eb75d91271141a996398f9107b95587 (diff)
CTAN sync 202209100301
Diffstat (limited to 'macros/latex/contrib/se2thesis/se2thesis.ins')
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis.ins100
1 files changed, 100 insertions, 0 deletions
diff --git a/macros/latex/contrib/se2thesis/se2thesis.ins b/macros/latex/contrib/se2thesis/se2thesis.ins
new file mode 100644
index 0000000000..41b570d46c
--- /dev/null
+++ b/macros/latex/contrib/se2thesis/se2thesis.ins
@@ -0,0 +1,100 @@
+\iffalse meta-comment
+
+File: se2thesis.ins Copyright (C) 2022 Stephan Lukasczyk
+
+It may be distributed and/or modified under the conditions of the
+LaTeX Project Public License (LPPL), either version 1.3c of this
+license or (at your option) any later version. The latest version
+of this license is in the file
+
+ https://www.latex-project.org/lppl.txt
+
+This file is part of the "se2thesis bundle" (The Work in LPPL)
+and all files in that bundle must be distributed together.
+
+The released version of this bundle is available from CTAN.
+
+------------------------------------------------------------------------
+
+The development version of the bundle can be found at
+
+ https://github.com/se2p/se2thesis
+
+for those people who are interested.
+
+------------------------------------------------------------------------
+
+\fi
+
+\input l3docstrip.tex
+\askforoverwritefalse
+
+% stop DocStrip adding rather wordy text
+\preamble
+Copyright (C) 2022 by Stephan Lukasczyk <tex@lukasczyk.me>
+
+It may be distributed and/or modified under the conditions of
+the LaTeX Project Public License (LPPL), either version 1.3c of
+this license or (at your option) any later version. The latest
+version of this license is in the file:
+
+ https://www.latex-project.org/lppl.txt
+
+This work is "maintained" (as per LPPL maintenance status by
+ Stephan Lukasczyk.
+
+This work consists of the files se2thesis.dtx,
+ se2thesis.ins,
+ and the derived files se2thesis.pdf,
+ se2thesis.cls,
+ se2translations-english.trsl,
+ se2translations-german.trsl,
+ se2colors.sty, and
+ se2fonts.sty
+\endpreamble
+\nopostamble
+
+\keepsilent
+
+\generate
+ {%
+ \file{se2thesis.cls}
+ {%
+ \from{se2thesis.dtx}{init}
+ \from{se2thesis.dtx}{class}
+ }
+ }
+\generate
+ {%
+ \file{se2translations-english.trsl}
+ {%
+ \from{se2thesis.dtx}{translations,english}
+ }
+ }
+\generate
+ {%
+ \file{se2translations-german.trsl}
+ {%
+ \from{se2thesis.dtx}{translations,german}
+ }
+ }
+\generate
+ {%
+ \file{se2colors.sty}
+ {%
+ \from{se2thesis.dtx}{init}
+ \from{se2thesis.dtx}{colors}
+ }
+ }
+\generate
+ {%
+ \file{se2fonts.sty}
+ {%
+ \from{se2thesis.dtx}{init}
+ \from{se2thesis.dtx}{fonts}
+ }
+ }
+
+\endbatchfile
+
+%% vim: set ft=tex : \ No newline at end of file