summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/g-brief/g-brief.drv
blob: c84257566ced12a442ed68668f1726dd9f1501e3 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
%%
%% This is file `g-brief.drv',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% g-brief.dtx  (with options: `driver')
%% 
%% =======================================================================
%% 
%% Copyright (C) 1991-2003 Michael Lenzen.
%% 
%% For additional copyright information see further down in this file.
%% 
%% This file is part of the G-BRIEF package.
%% -----------------------------------------------------------------------
%% 
%% It may be distributed under the terms of the LaTeX Project Public
%% License (LPPL), as described in lppl.txt in the base LaTeX distribution.
%% Either version 1.1 or, at your option, any later version.
%% 
%% The latest version of this license is in
%% 
%%          http://www.latex-project.org/lppl.txt
%% 
%% LPPL Version 1.1 or later is part of all distributions of LaTeX
%% version 1999/06/01 or later.
%% 
%% 
%% Error reports in case of UNCHANGED versions to
%% 
%%                            <lenzen@lenzen.com>
%%                            <m.lenzen@t-online.de>
%% 
%% 
\def\filedate{2003/05/08}
\def\fileversion{4.0.1}

\documentclass[11pt,a4paper]{article}

\IfFileExists{babel.sty}
  {\usepackage[ngerman]{babel}[2001/03/01] }
  {\PackageError{babel.sty}
    {Babel not installed !!!}
    {Get babel package !!!}}

\usepackage{doc}

\IfFileExists{moreverb.sty}
  {\usepackage{moreverb}}
  {\PackageError{moreverb.sty}
    {moreverb not installed !!!}
    {Get moreverb package !!!}}

\begin{document}
\DocInput{g-brief.dtx}
\end{document}


\endinput
%%
%% End of file `g-brief.drv'.