summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fbithesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-08 01:07:47 +0000
committerKarl Berry <karl@freefriends.org>2011-02-08 01:07:47 +0000
commit76f785fad64b862b9b35246b5231ce366c2f0b62 (patch)
tree1a50611aa706e34b8a2ffd2bf7ef88e902307170 /Master/texmf-dist/doc/latex/fbithesis
parent9db839dd7febed732ab7ac901b75a5fdf4bc82dc (diff)
new latex package fbithesis (7feb11)
git-svn-id: svn://tug.org/texlive/trunk@21340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fbithesis')
-rw-r--r--Master/texmf-dist/doc/latex/fbithesis/README123
-rw-r--r--Master/texmf-dist/doc/latex/fbithesis/distribution.key21
-rw-r--r--Master/texmf-dist/doc/latex/fbithesis/example.pdfbin0 -> 98616 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fbithesis/example.tex141
-rw-r--r--Master/texmf-dist/doc/latex/fbithesis/exampleaux.tex314
-rw-r--r--Master/texmf-dist/doc/latex/fbithesis/fbithesis.dtx.asc7
-rw-r--r--Master/texmf-dist/doc/latex/fbithesis/fbithesis.pdfbin0 -> 687727 bytes
7 files changed, 606 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fbithesis/README b/Master/texmf-dist/doc/latex/fbithesis/README
new file mode 100644
index 00000000000..98ee12fb09f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbithesis/README
@@ -0,0 +1,123 @@
+ The fbithesis package
+
+ ($Date: 2008-02-17 23:54:50 +0100 (So, 17. Feb 2008) $)
+
+ Copyright (C) 2002-2008 Andre Dierker
+
+Purpose:
+ This is a LaTeX2e package providing a new document-class tuned for
+ research reports or internal reports like master/phd-theses at the
+ University of Dortmund.
+
+ At the Department of Computer Science at the University of Dortmund
+ there are cardboard cover pages for internal reports like
+ master/phd-theses. The main function of the LaTeX2e document-class
+ provided by this package is a replacement for the \maketitle command
+ to typeset a title page that is adjusted to these cover pages.
+
+Files:
+ fbithesis.dtx Docstrip archive
+ To generate the documentation, run this
+ through LaTeX.
+ fbithesis.dtx.asc Signature file
+ To verify the docstrip archive, run e.g.
+ gpg --verify fbithesis.dtx.asc
+
+Generated Files:
+ fbithesis.ins Batch file, run through LaTeX
+ The file will be generated if you run
+ fbithesis.dtx through LaTeX.
+ fbithesis.drv Driver for documentation
+ The file will be generated from fbithesis.ins.
+ To generate customized documentation, edit this
+ file and run it through LaTeX.
+ fbithesis.cls LaTeX package
+ It will be generated, if you run fbithesis.ins
+ through LaTeX.
+ fbithesis.cfg Configuration file
+ It will be generated, if you run fbithesis.ins
+ through LaTeX.
+ fbithesis.dvi Package documentation, will be generated from
+ fbithesis.drv
+ example.tex Example file which demonstrates the possibilities of
+ this package. It will be generated, if you run
+ fbithesis.ins through LaTeX.
+ README This file. It will be generated if you run
+ fbithesis.dtx through LaTeX.
+
+Installation:
+
+ LaTeX fbithesis.dtx Creates docstrip installation file
+ fbithesis.ins and this file
+ (La)TeX fbithesis.ins Creates class file fbithesis.cls, example
+ file example.tex and documentation driver
+ fbithesis.drv
+
+ Docstrip options available:
+ package - to produce a (LaTeX2e) class file (.cls)
+ driver - to produce a driver file to print the documentation
+ example - to produce an example file, which demonstrates the
+ possibilities of the package
+
+ Move fbithesis.cls into a directory searched by LaTeX. (If you don't
+ know where this could be simply drop the file
+ into your thesis' directory)
+ LaTeX fbithesis.dtx Creates the (LaTeX2e) documentation.
+
+ optionally:
+ Edit fbithesis.drv and customize the documentation driver to your wishes.
+ LaTeX fbithesis.drv Generates customized documentation.
+ Depending on your customization you will
+ have to run
+ makeindex fbithesis.idx -s gind.ist -o fbithesis.ind
+ and/or
+ makeindex fbithesis.glo -s gglo.ist -o fbithesis.gls
+ or (if you are using docindex
+ makeindex fbithesis.idx -s docindex.ist -o fbithesis.ind
+ and/or
+ makeindex fbithesis.glo -s docindex.ist -o fbithesis.gls
+ LaTeX example.tex Demonstrates the possibilities of this
+ package.
+
+Contact:
+ E-Mail: dierker@kand.de
+ Address: Andre Dierker, Natruper Str. 49, D-49076 Osnabrück, Germany
+
+Legal stuff:
+ README, the ReadMe file for the fbithesis package
+ Copyright (C) 2002-2008 Andre Dierker
+
+ This file is part of the fbithesis package.
+ -------------------------------------------
+
+ There is no warranty for the fbithesis package. I provide the
+ Work `as is', without warranty of any kind, either expressed or
+ implied, including, but not limited to, the implied warranties of
+ merchantability and fitness for a particular purpose. The entire
+ risk as to the quality and performance of the program is with you.
+ Should the Work prove defective, you assume the cost of all
+ necessary servicing, repair, or correction.
+
+ This Work may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either version 1.3
+ of this license or (at your option) any later version.
+
+ The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+ and version 1.3 or later is part of all distributions of LaTeX
+ version 2005/12/01 or later.
+
+ This is a generated file. It may not be distributed without the
+ original source file fbithesis.dtx.
+
+ This Work has the LPPL maintenance status "author-maintained".
+
+ The Current Maintainer of this work is Andre Dierker.
+
+ This Work consists of all files listed above in this file. See
+ the sections ``Files'' and ``Generated Files''.
+
+ Files generated by means of unpacking this program using the
+ docstrip program may be distributed at the distributor's
+ discretion. However if they are distributed then a copy of
+ this Work must be distributed together with them.
diff --git a/Master/texmf-dist/doc/latex/fbithesis/distribution.key b/Master/texmf-dist/doc/latex/fbithesis/distribution.key
new file mode 100644
index 00000000000..a9fd57df365
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbithesis/distribution.key
@@ -0,0 +1,21 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v2.0.16 (Darwin)
+
+mQGiBDyonC0RBACnu/UMDAnmKBiEHDsCa0aKTrClBt62tDiQLYrK27Yu8LYtynL6
+FCO9x+TT73WU9oh5aDSPxIk4lgkzYja6GSm33lWYA57WClikirDeLMiLcqt0RmSy
+X2zwBdmVHowfxX+Cn5z8bHioqgHiE3xILtmRzlggJVv5L9GYSU4NxKEnkwCgt0Rw
+8ShxvAgnytOGzvVLNCg4fa8EAJDbnEqWJ9gTcfz+d2M5gzD6VNzbfDKv1a4THAsd
+BD7i26b83hRLWY72t8InB7CMnLFxL2D2QoUFcavIF0BTfzzEpc69ISMd9yx6nEjT
+lM7Sd6k2CjY51HCO9cyaqCc4ZVJIiyyJbtsqzl7ppkHIppuVNlDwykA2ro6/2tX7
+XJc+A/95suoleLvpSGjoZf2MGwEc3hgiQNON90rHLR9SG/ZcVGLJmp88cHfGhYCx
+VvXFKNaQzdbkmKvr4bVWoUq8B5gwxXPtKQyHK/vFXyvWLzLiUhRO8oRwVWLUmUjc
+bknr07DGh7sfEvMBu65J3zwrtWXcUye2bwnfedCgj6bkyS84S7Q8QW5kcmUgRGll
+cmtlciAoc29mdHdhcmUgZGlzdHJpYnV0aW9uIGtleSkgPHNvZnR3YXJlQGthbmQu
+ZGU+iF8EExECABcFAjyonC0FCwcKAwQDFQMCAxYCAQIXgAASCRBZxSHq9NJKyQdl
+R1BHAAEB9CIAniNAgWiW08JBfTN5nKFo9hhekS5tAJ9Q7ef739PxiAIOZD/tbABT
+Nv1UlohGBBARAgAGBQI8qKPjAAoJEI47c57dK8yd51UAnjZFuVOjfb1bHkYUIU52
+5bLeaKGZAKC8rwjvaw9bgCcvI65bEe45CWCGBYhrBBARAgArBQJLqT4CBYMB4oUA
+HhpodHRwOi8vd3d3LmNhY2VydC5vcmcvY3BzLnBocAAKCRDSuw0BZdD9WPzhAJ9s
+uzKN/gO10uwxF7iLQ6g7BifqpgCeJeEvXZjssdmo+hPLZNxbk+Br2do=
+=SO0Z
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/Master/texmf-dist/doc/latex/fbithesis/example.pdf b/Master/texmf-dist/doc/latex/fbithesis/example.pdf
new file mode 100644
index 00000000000..290726cd5fd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbithesis/example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fbithesis/example.tex b/Master/texmf-dist/doc/latex/fbithesis/example.tex
new file mode 100644
index 00000000000..69eae3f0a70
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbithesis/example.tex
@@ -0,0 +1,141 @@
+%%
+%% This is file `example.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% fbithesis.dtx (with options: `example')
+%%
+%% This is `example.tex', an example file for the fbithesis package.
+%% Copyright (C) 2002-2011 Andre Dierker
+%%
+%% This file is part of the fbithesis package.
+%% -------------------------------------------
+%%
+%% It may be distributed and/or modified under the conditions of the
+%% LaTeX Project Public License, either version 1.3 of this license or
+%% (at your option) any later version.
+%%
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This file may not be distributed without the original source file
+%% `fbithesis.dtx'.
+%%
+%% The list of all files belonging to the fbithesis package is given
+%% in the file `README'.
+%%
+%% For more details, LaTeX the source `fbithesis.dtx'.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+\NeedsTeXFormat{LaTeX2e}[1994/12/01]%
+\ProvidesFile{example.tex}
+\def\DescribesFile#1 [#2 #3 #4 (#5)]
+ {\def\filedate{#2}\def\fileversion{#3}}
+\DescribesFile{fbithesis.cls}
+ [2011/02/06 v1.2m
+ Example
+ for fbithesis (AD)]
+ %
+ %
+ %
+ % At first we include an auxiliary file that contains the logos. You
+ % may ignore this line. It is only necessary for this example.
+\include{exampleaux}
+ %
+ % fbithesis supports three classes as `baseclass'. To use `book' or
+ % `amsbook' you have to use one of the following lines. To use
+ % `scrbook' from KOMA-Script as baseclass you have to do nothing since
+ % this is the default. If you don't know what I'm talking about just
+ % leave these lines as they are. Almost everyone uses `scrbook' as
+ % baseclass. It is a wise decision.
+ %
+ % \def\baseclass{book}
+ % \def\baseclass{amsbook}
+ %
+ % Of course we choose fbithesis as document class. Additionally we
+ % want to look at the draft mode and test the option forwarding of
+ % a4paper to the baseclass. Since the example is in English, we also
+ % choose english.
+\documentclass[a4paper, english]{fbithesis}
+\begin{document}
+ \frontmatter
+ %
+ % As in the standard LaTeX classes we use the title command. Normally
+ % one can trust TeX's ability to compute a satisfactory line breaking.
+ % However TeX's algorithm is not optimized for titles but for
+ % continuous text. To make it more difficult the cardboard window is
+ % quite small. So if you prefer a different make up, help yourself
+ % with an appropriate placed `\\', as you can see in this example.
+ \title{Example file for the\\ \texttt{fbithesis} package%
+ %
+ % The `\thanks' command may be used to provide further
+ % information. But as you can see the result of the `\thanks'
+ % mechanism does not look well. Therefore I do not recommend the
+ % usage. It is better to write a preface instead.
+ \thanks{The \texttt{fbithesis}~package has version number
+ \fileversion. It was last revised on \filedate.}%
+ }
+ %
+ % The usage of the \author command: In general master/phd-theses will
+ % have only one author, but just in case the \and-command is also
+ % provided.
+ \author{Andre Dierker%
+ %
+ % Again the use of the command `\thanks' is possible but not
+ % recommmended. Please refer to the documentation.
+ % \thanks{\texttt{software@kand.de}}%
+ \and Nobody Else%
+ % \thanks{\texttt{no@body.el.se}}%
+ }
+ %
+ % Normally the subject would be something like `Diplomarbeit' or
+ % `Dissertation' ...
+ \subject{Example}
+ %
+ % You may give the beginning and the deadline of your thesis here.
+ \date[Created April 3, 2002]{Printed \today}
+ %
+ % Providing the supervisors of the thesis.
+ \supervisors{First Tutor}{Second Tutor}
+ %
+ % You may use the following commands if you want to place a logos on
+ % the title page. Conforming to Carlisle: Packages in the `graphics'
+ % bundle we skip the extensions of the filenames. Due to this TeX is
+ % able to include the correct version of the file (EPS or PDF)
+ \unidologo{tulogo}
+ \chairlogo{ls9logo}
+ \thesislogo{thesislogo}
+ %
+ % The chair you are writing your thesis at.
+ \chair{Chair IX (Virtual Research)\\
+ Department of Computer Science\\
+ TU Dortmund}
+ %
+ % The data provided by the above macros is now used to set the title page.
+ % This is done with the macro \maketitle.
+ \maketitle
+ %
+ % So after the title page is set your thesis may begin:
+ \mainmatter
+ Now here comes your text.
+\end{document}
+\endinput
+%%
+%% End of file `example.tex'.
diff --git a/Master/texmf-dist/doc/latex/fbithesis/exampleaux.tex b/Master/texmf-dist/doc/latex/fbithesis/exampleaux.tex
new file mode 100644
index 00000000000..29e6637e869
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbithesis/exampleaux.tex
@@ -0,0 +1,314 @@
+%%
+%% This is file `exampleaux.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% fbithesis.dtx (with options: `exampleaux')
+%%
+%% This is `exampleaux.tex', an example file for the fbithesis package.
+%% Copyright (C) 2002-2011 Andre Dierker
+%%
+%% This file is part of the fbithesis package.
+%% -------------------------------------------
+%%
+%% It may be distributed and/or modified under the conditions of the
+%% LaTeX Project Public License, either version 1.3 of this license or
+%% (at your option) any later version.
+%%
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This file may not be distributed without the original source file
+%% `fbithesis.dtx'.
+%%
+%% The list of all files belonging to the fbithesis package is given
+%% in the file `README'.
+%%
+%% For more details, LaTeX the source `fbithesis.dtx'.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+\ProvidesFile{exampleaux.tex}
+ [2011/02/06 v1.2m
+ Auxiliary file for the example
+ for fbithesis (AD)]
+\begin{filecontents*}{tulogo.eps}
+ %!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 75 68
+%%Creator: Andre Dierker
+%%CreationDate: 2002/09/25
+%%DocumentData: Clean7Bit
+%%For: Example for fbithesis
+%%Title: TU Logo
+%%Version: 1.0 1
+(Times-Roman) findfont 50 scalefont setfont
+0 33 moveto (TU) show
+(Times-Roman) findfont 35 scalefont setfont
+0 8 moveto (Logo) show showpage
+%%EOF
+\end{filecontents*}
+\begin{filecontents*}{tulogo.pdf}
+ %PDF-1.3
+7 0 obj
+<</Length 8 0 R>>
+stream
+0.1 0 0 0.1 0 0 cm
+q
+q 10 0 0 10 0 0 cm BT
+/R5 50 Tf
+1 0 0 1 0 33 Tm
+(Uni)Tj
+/R5 35 Tf
+0 -25 Td
+(Logo)Tj
+ET Q
+Q
+endstream
+endobj
+8 0 obj
+112
+endobj
+9 0 obj
+<</R5
+5 0 R>>
+endobj
+6 0 obj
+<</Type/Page/MediaBox [0 0 75 68]
+/Parent 3 0 R
+/Resources<</ProcSet[/PDF /Text]
+/Font 9 0 R
+>>
+/Contents 7 0 R
+>>
+endobj
+3 0 obj
+<< /Type /Pages /Kids [
+6 0 R
+] /Count 1
+>>
+endobj
+1 0 obj
+<</Type /Catalog /Pages 3 0 R
+>>
+endobj
+5 0 obj
+<</Subtype/Type1/BaseFont/Times-Roman/Type/Font/Name/R5>>
+endobj
+4 0 obj
+<</Type/FontDescriptor/FontName/Times-Roman>>
+endobj
+2 0 obj
+<</Producer (Aladdin Ghostscript 6.01)
+>>endobj
+xref
+0 10
+0000000000 65535 f
+0000000414 00000 n
+0000000596 00000 n
+0000000355 00000 n
+0000000535 00000 n
+0000000462 00000 n
+0000000225 00000 n
+0000000015 00000 n
+0000000177 00000 n
+0000000196 00000 n
+trailer
+<< /Size 10 /Root 1 0 R /Info 2 0 R
+>>
+startxref
+652
+%%EOF
+\end{filecontents*}
+\begin{filecontents*}{ls9logo.eps}
+ %!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 107 70
+%%Creator: Andre Dierker
+%%CreationDate: 2002/09/25
+%%DocumentData: Clean7Bit
+%%For: Example for fbithesis
+%%Title: LS9 Logo
+%%Version: 1.0 1
+(Times-Roman) findfont 100 scalefont setfont
+0 2 moveto (L9) show
+(Times-Roman) findfont 65 scalefont setfont
+28 23 moveto (S) show showpage
+%%EOF
+\end{filecontents*}
+\begin{filecontents*}{ls9logo.pdf}
+ %PDF-1.3
+7 0 obj
+<</Length 8 0 R>>
+stream
+0.1 0 0 0.1 0 0 cm
+q
+q 10 0 0 10 0 0 cm BT
+/R5 100 Tf
+1 0 0 1 0 2 Tm
+(L9)Tj
+/R5 65 Tf
+28 21 Td
+(S)Tj
+ET Q
+Q
+endstream
+endobj
+8 0 obj
+108
+endobj
+9 0 obj
+<</R5
+5 0 R>>
+endobj
+6 0 obj
+<</Type/Page/MediaBox [0 0 107 70]
+/Parent 3 0 R
+/Resources<</ProcSet[/PDF /Text]
+/Font 9 0 R
+>>
+/Contents 7 0 R
+>>
+endobj
+3 0 obj
+<< /Type /Pages /Kids [
+6 0 R
+] /Count 1
+>>
+endobj
+1 0 obj
+<</Type /Catalog /Pages 3 0 R
+>>
+endobj
+5 0 obj
+<</Subtype/Type1/BaseFont/Times-Roman/Type/Font/Name/R5>>
+endobj
+4 0 obj
+<</Type/FontDescriptor/FontName/Times-Roman>>
+endobj
+2 0 obj
+<</Producer (Aladdin Ghostscript 6.01)
+>>endobj
+xref
+0 10
+0000000000 65535 f
+0000000411 00000 n
+0000000593 00000 n
+0000000352 00000 n
+0000000532 00000 n
+0000000459 00000 n
+0000000221 00000 n
+0000000015 00000 n
+0000000173 00000 n
+0000000192 00000 n
+trailer
+<< /Size 10 /Root 1 0 R /Info 2 0 R
+>>
+startxref
+649
+%%EOF
+\end{filecontents*}
+\begin{filecontents*}{thesislogo.eps}
+ %!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 90 68
+%%Creator: Andre Dierker
+%%CreationDate: 2002/10/19
+%%DocumentData: Clean7Bit
+%%For: Example for fbithesis
+%%Title: Thesis Logo
+%%Version: 1.0 1
+(Times-Roman) findfont 58 scalefont setfont
+0 28 moveto (FBI) show
+(Times-Roman) findfont 35 scalefont setfont
+0 1 moveto (Thesis) show showpage
+%%EOF
+\end{filecontents*}
+\begin{filecontents*}{thesislogo.pdf}
+ %PDF-1.3
+7 0 obj
+<</Length 8 0 R>>
+stream
+0.1 0 0 0.1 0 0 cm
+q
+q 10 0 0 10 0 0 cm BT
+/R5 58 Tf
+1 0 0 1 0 28 Tm
+(FBI)Tj
+/R5 35 Tf
+0 -27 Td
+(Thesis)Tj
+ET Q
+Q
+endstream
+endobj
+8 0 obj
+114
+endobj
+9 0 obj
+<</R5
+5 0 R>>
+endobj
+6 0 obj
+<</Type/Page/MediaBox [0 0 90 68]
+/Parent 3 0 R
+/Resources<</ProcSet[/PDF /Text]
+/Font 9 0 R
+>>
+/Contents 7 0 R
+>>
+endobj
+3 0 obj
+<< /Type /Pages /Kids [
+6 0 R
+] /Count 1
+>>
+endobj
+1 0 obj
+<</Type /Catalog /Pages 3 0 R
+>>
+endobj
+5 0 obj
+<</Subtype/Type1/BaseFont/Times-Roman/Type/Font/Name/R5>>
+endobj
+4 0 obj
+<</Type/FontDescriptor/FontName/Times-Roman>>
+endobj
+2 0 obj
+<</Producer (Aladdin Ghostscript 6.01)
+>>endobj
+xref
+0 10
+0000000000 65535 f
+0000000416 00000 n
+0000000598 00000 n
+0000000357 00000 n
+0000000537 00000 n
+0000000464 00000 n
+0000000227 00000 n
+0000000015 00000 n
+0000000179 00000 n
+0000000198 00000 n
+trailer
+<< /Size 10 /Root 1 0 R /Info 2 0 R
+>>
+startxref
+654
+%%EOF
+\end{filecontents*}
+\endinput
+%%
+%% End of file `exampleaux.tex'.
diff --git a/Master/texmf-dist/doc/latex/fbithesis/fbithesis.dtx.asc b/Master/texmf-dist/doc/latex/fbithesis/fbithesis.dtx.asc
new file mode 100644
index 00000000000..337fe6c64f5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbithesis/fbithesis.dtx.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.16 (Darwin)
+
+iEYEABECAAYFAk1PMB4ACgkQWcUh6vTSSsmDHACfWWo07Arev+7Y6o1QcSyjtIAo
+U7QAoKCgS9t/0SRqP0YQf2dFPZiAmulq
+=Vs+o
+-----END PGP SIGNATURE-----
diff --git a/Master/texmf-dist/doc/latex/fbithesis/fbithesis.pdf b/Master/texmf-dist/doc/latex/fbithesis/fbithesis.pdf
new file mode 100644
index 00000000000..8a8b307eef3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbithesis/fbithesis.pdf
Binary files differ