Skip to content
Snippets Groups Projects
Commit 09e9c619 authored by witiko's avatar witiko
Browse files

fithesis.dtx now generates fithesis3.cls instead of fithesis.cls

parent 00f21f76
No related branches found
No related tags found
No related merge requests found
.PHONY: all clean clean-all
all: fithesis.cls fithesis.pdf example.pdf clean
all: fithesis2.cls fithesis.pdf example.pdf clean
cd loga && make all
fithesis.dtx: fithesis.raw.dtx
./fithesis.raw.sh $< $@
fithesis.cls: fithesis.ins fithesis.dtx
fithesis2.cls: fithesis.ins fithesis.dtx
yes | tex $<
fithesis.pdf: fithesis.dtx
pdflatex $<
example.pdf: example.tex fithesis.cls
example.pdf: example.tex fithesis2.cls
pdflatex $<
pdflatex $<
......@@ -22,4 +22,4 @@ clean:
clean-all: clean
rm -f example.pdf
rm -f fit1[012].clo fithesis.cls fithesis.dtx fithesis.pdf
rm -f fit1[012].clo fithesis2.cls fithesis.dtx fithesis.pdf
No preview for this file type
\documentclass[12pt,oneside]{fithesis}
\documentclass[12pt,oneside]{fithesis3}
\usepackage[english]{babel} % Multilingual support
\usepackage[utf8]{inputenc} % UTF-8 encoding
\usepackage[T1]{fontenc} % T1 font encoding
......
......@@ -80,7 +80,7 @@ The names of the source files used are shown above.
\Msg{*** Generating the files ***}
\generateFile{fithesis.cls}{t}{\from{fithesis.dtx}{class}}
\generateFile{fithesis3.cls}{t}{\from{fithesis.dtx}{class}}
\generateFile{fit10.clo}{t}{\from{fithesis.dtx}{opt,10pt}}
\generateFile{fit11.clo}{t}{\from{fithesis.dtx}{opt,11pt}}
\generateFile{fit12.clo}{t}{\from{fithesis.dtx}{opt,12pt}}
......@@ -91,7 +91,7 @@ The names of the source files used are shown above.
\Msg{* To finish the installation you have to move the following}
\Msg{* files into a directory searched by TeX:}
\Msg{*}
\Msg{* \space\space fithesis.cls}
\Msg{* \space\space fithesis3.cls}
\Msg{* \space\space fit10.clo}
\Msg{* \space\space fit11.clo}
\Msg{* \space\space fit12.clo}
......
No preview for this file type
......@@ -16,7 +16,7 @@
% The Current Maintainer of this work is Vít Novotný.
%
% This work consists of the files fithesis.dtx and fithesis.ins
% and the derived files fithesis.cls, fit10.clo, fit11.clo, fit12.clo.
% and the derived files fithesis3.cls, fit10.clo, fit11.clo, fit12.clo.
%
% History:
% 2015/01/13 v0.3.2 pdf metadata stamping added for \thesistitle and \thesisstudent [VN]
......@@ -114,7 +114,7 @@
% používáte neobsahuje.
%
% Po spuštění instalace příkazem \texttt{tex fithesis.ins} se vygenerují
% soubory \texttt{fithesis.cls} (základní třída) a soubory \texttt{fit10.clo},
% soubory \texttt{fithesis3.cls} (základní třída) a soubory \texttt{fit10.clo},
% \texttt{fit11.clo} a \texttt{fit12.clo} (volby určující velikost písma).
% Příkazem \texttt{cslatex fithesis.dtx} je možné přeložit dokumentaci.
%
......@@ -122,7 +122,7 @@
% \begin{macrocode}
%<*class>
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{fithesis}[%%%date%%% fithesis3 version %%%version%%% MU thesis class]
\ProvidesClass{fithesis3}[%%%date%%% fithesis3 version %%%version%%% MU thesis class]
\ifx\clsclass\undefined
\def\clsclass{rapport3}
......@@ -785,7 +785,7 @@
% příkazy. Následuje zjednodušený ukázkový příklad
% \textit{kostry} diplomové práce.
% \begin{verbatim}
% \documentclass[12pt,oneside]{fithesis}
% \documentclass[12pt,oneside]{fithesis3}
% \usepackage[english]{babel} % Multilingual support
% \usepackage[utf8]{inputenc} % UTF-8 encoding
% \usepackage[T1]{fontenc} % T1 font encoding
......
%%
%% This is file `fithesis.cls',
%% This is file `fithesis3.cls',
%% generated with the docstrip utility.
%%
%% The original source files were:
......@@ -50,7 +50,7 @@
%% The names of the source files used are shown above.
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{fithesis}[2015/01/13 fithesis3 version 0.3.2 MU thesis class]
\ProvidesClass{fithesis3}[2015/01/13 fithesis3 version 0.3.2 MU thesis class]
\ifx\clsclass\undefined
\def\clsclass{rapport3}
......@@ -538,4 +538,4 @@ Advisor:
\endinput
%%
%% End of file `fithesis.cls'.
%% End of file `fithesis3.cls'.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment