summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/thesis-titlepage-fhac/gloss_add.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/thesis-titlepage-fhac/gloss_add.sty')
-rw-r--r--Master/texmf-dist/tex/latex/thesis-titlepage-fhac/gloss_add.sty24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/thesis-titlepage-fhac/gloss_add.sty b/Master/texmf-dist/tex/latex/thesis-titlepage-fhac/gloss_add.sty
new file mode 100644
index 00000000000..54c957dcd52
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/thesis-titlepage-fhac/gloss_add.sty
@@ -0,0 +1,24 @@
+%%
+%% This is file `gloss_add.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% gloss_add.dtx.input (with options: `glossadd')
+%% fhACtitlepage: A LaTeX2e package to create a titlepage for a diploma
+%% thesis at Fachhochschule Aachen.
+%%
+%% Copyright (C) 2006 Juergen A. Lamers <jaloma@dokutransdata.de>
+%%
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesPackage{gloss_add}[2006/04/01]
+
+\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{gloss}}
+\ProcessOptions\relax
+\RequirePackage{gloss}
+
+\newcommand{\glosstex}[1]{\gloss[nocite]{#1}}
+
+\endinput
+%%
+%% End of file `gloss_add.sty'.