Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Dominik Becker
LaTex Boilerplate
Commits
27741c3a
Commit
27741c3a
authored
Feb 13, 2021
by
Dominik Becker
Browse files
Merge branch '49-add-a-hint-macro' into 'master'
Resolve "Add a \hint macro" Closes
#49
See merge request
!29
parents
c766fd46
85a5a6a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
config.tex
config.tex
+3
-0
No files found.
config.tex
View file @
27741c3a
...
...
@@ -112,6 +112,9 @@
% Macro für Quellenangaben unter Abbildungen und Tabellen
\newcommand
{
\source
}
[1]
{
\vspace
{
-.5
\topsep
}
\caption*
{
\textsf
{
\textbf
{
Quelle:
}}
\textsf
{
#1
}}
}
% Nacro für Hinweise unter Abbildungen und Tabellen
\newcommand
{
\hint
}
[1]
{
\vspace
{
-.5
\topsep
}
\caption*
{
\textsf
{
\textbf
{
Hinweis:
}}
\textsf
{
#1
}}
}
% Abbildungen am exakten Ort platzieren
\usepackage
{
float
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment