Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fithesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
External Relations
Document Templates
fithesis
Commits
09ca65fa
There was an error fetching the commit references. Please try again later.
Commit
09ca65fa
authored
10 years ago
by
witiko
Browse files
Options
Downloads
Patches
Plain Diff
Updated the \thesislogo macro definition.
parent
d3872978
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
example.pdf
+0
-0
0 additions, 0 deletions
example.pdf
fithesis.pdf
+0
-0
0 additions, 0 deletions
fithesis.pdf
fithesis.raw.dtx
+17
-11
17 additions, 11 deletions
fithesis.raw.dtx
fithesis3.cls
+11
-7
11 additions, 7 deletions
fithesis3.cls
with
28 additions
and
18 deletions
example.pdf
+
0
−
0
View file @
09ca65fa
No preview for this file type
This diff is collapsed.
Click to expand it.
fithesis.pdf
+
0
−
0
View file @
09ca65fa
No preview for this file type
This diff is collapsed.
Click to expand it.
fithesis.raw.dtx
+
17
−
11
View file @
09ca65fa
...
...
@@ -421,6 +421,8 @@ na nichž je položka použita.
% práce, jména studenta a roku vypracování vysadí také logo fakulty.
%
% \DescribeMacro{\thesistitle}
% Makro umožní vložit název práce, u dvouřádkových
% či víceřádkových názvů se standardně oddělí jednotlivé části
% příkazem $\backslash$$\backslash$ s~volitelným parametrem
% meziřádkového prokladu. Další možností je části nadpisu
% požadované na stejném řádku (kolokace, fráze) spojit
...
...
@@ -458,7 +460,7 @@ na nichž je položka použita.
\def\endalwayssingle{\if@restonecol\twocolumn\fi}
% \end{macrocode}
% \fi
% \fi
\fi
%
% \DescribeMacro{\thesisgender}
% Makro umožní vložit pohlaví studenta. Volby jsou: male (implicitní)
...
...
@@ -473,6 +475,8 @@ na nichž je položka použita.
\def\arg{#1}%
\ifx\arg\Female\womantrue\else\womanfalse\fi}
\def\@w{\ifwoman a\else\fi}
% \end{macrocode}
%
% \DescribeMacro{\thesisfaculty}
...
...
@@ -494,10 +498,13 @@ na nichž je položka použita.
% \begin{macrocode}
\def\thesisfaculty#1{
\gdef\@thesisfaculty{#1}
\def\@slash{/}
\def\@facultylogo{\@thesislogopath\ifx\@thesiscolor\True%
color\@slash%
\fi\@thesisfaculty-logo}
\ifx\@facultylogo\undefined
\def\@slash{/}
\gdef\@facultylogo{%
\@thesislogopath\ifx\@thesiscolor\True%
color\@slash%
\fi\@thesisfaculty-logo}
\fi
\ifx\@thesisfaculty\Fi
% The Faculty of Informatics
\definecolor{faculty}{HTML}{FFD451} % Pantone 122
...
...
@@ -627,15 +634,15 @@ na nichž je položka použita.
% Makro umožní stanovit cestu k adresáři s logy fakult.
% Implicitní hodnota je \texttt{loga/}.
% \begin{macrocode}
\def\thesislogopath#1{\
g
def\@thesislogopath{#1/}}
\def\thesislogopath#1{\def\@thesislogopath{#1/}}
% \end{macrocode}
%
% \DescribeMacro{\thesislogo}
% Makro umož
ní
stanovit soubor
(bez přípony) loga fakulty pod
%
jakou byla práce napsaná.
%
Má význam jen v~případě, že práce není psaná pod MU
.
% Makro umož
ňuje ručně
stanovit
pdf
soubor
loga,
%
které se vysadí na titulní stranu práce. Jméno
%
souboru se zadává bez přípony
.
% \begin{macrocode}
\def\thesislogo#1{\
g
def\@
thesis
logo{#1}}
\def\thesislogo#1{\def\@
faculty
logo{#1}}
% \end{macrocode}
%
% \DescribeMacro{\thesislang}
...
...
@@ -651,7 +658,6 @@ na nichž je položka použita.
% \iffalse
% \begin{macrocode}
\def\@w{\ifwoman a\else\fi}
\def\DeclarationTextcs{%
Prohla\v{s}uji, \v{z}e tato \expandafter\lowecasewrapper\@thesissubtitle{}
je m\'{y}m p\r{u}vodn\'{i}m autorsk\'{y}m
...
...
This diff is collapsed.
Click to expand it.
fithesis3.cls
+
11
−
7
View file @
09ca65fa
...
...
@@ -216,12 +216,17 @@
\def\arg
{
#1
}
%
\ifx\arg\Female\womantrue\else\womanfalse\fi
}
\def\@
w
{
\ifwoman
a
\else\fi
}
\def\thesisfaculty
#1
{
\gdef\@
thesisfaculty
{
#1
}
\def\@
slash
{
/
}
\def\@
facultylogo
{
\@
thesislogopath
\ifx\@
thesiscolor
\True
%
color
\@
slash
%
\fi\@
thesisfaculty-logo
}
\ifx\@
facultylogo
\undefined
\def\@
slash
{
/
}
\gdef\@
facultylogo
{
%
\@
thesislogopath
\ifx\@
thesiscolor
\True
%
color
\@
slash
%
\fi\@
thesisfaculty-logo
}
\fi
\ifx\@
thesisfaculty
\Fi
% The Faculty of Informatics
\definecolor
{
faculty
}{
HTML
}{
FFD451
}
% Pantone 122
...
...
@@ -335,12 +340,11 @@
\def\thesisyear
#1
{
\gdef\@
thesisyear
{
#1
}}
\def\@
thesisplaceyear
{
Brno,
\@
thesisyear
}
\def\thesisadvisor
#1
{
\gdef\@
thesisadvisor
{
#1
}}
\def\thesislogopath
#1
{
\
g
def\@
thesislogopath
{
#1/
}}
\def\thesislogo
#1
{
\
g
def\@
thesis
logo
{
#1
}}
\def\thesislogopath
#1
{
\def\@
thesislogopath
{
#1/
}}
\def\thesislogo
#1
{
\def\@
faculty
logo
{
#1
}}
\def\thesislang
#1
{
\gdef\@
thesislang
{
#1
}
%
\ifx\@
thesislang
\Langcz\gdef\@
thesislang
{
cs
}
\fi
}
\def\@
w
{
\ifwoman
a
\else\fi
}
\def\DeclarationTextcs
{
%
Prohla
\v
{
s
}
uji,
\v
{
z
}
e tato
\expandafter\lowecasewrapper\@
thesissubtitle
{}
je m
\'
{
y
}
m p
\r
{
u
}
vodn
\'
{
i
}
m autorsk
\'
{
y
}
m
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment