summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/thesis-titlepage-fhac/gloss_add.sty
blob: 54c957dcd52026b08a36b4308c8a2a835a9d4c1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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'.