Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
b2d14911
Commit
b2d14911
authored
Jun 22, 2018
by
Simon Spannagel
Browse files
Manual: update commands, update warning box
parent
11b04995
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/usermanual/config.tex
View file @
b2d14911
...
...
@@ -18,6 +18,11 @@
% Typeset framework parameter and escape underscores:
\DeclareUrlCommand\parameter
{
\bfseries\urlstyle
{
tt
}}
\newcommand
{
\command
}
[1]
{
\parameter
{
#1
}}
% Typeset directory and file names
\DeclareUrlCommand\dir
{
\urlstyle
{
tt
}}
\newcommand
{
\file
}
[1]
{
\dir
{
#1
}}
% Define ini format used in the converted Markdown files
\lstdefinelanguage
{
Ini
}
...
...
@@ -39,10 +44,11 @@
\newenvironment
{
warning
}
{
\newcommand\colboxcolor
{
pink
}
%
\begin{lrbox}
{
\warningbox
}
%
\begin{minipage}
{
\dimexpr\
column
width
-2
\fboxsep
\relax
}}
\begin{minipage}
{
\dimexpr\
line
width
-2
em
\relax
}}
{
\end{minipage}\end{lrbox}
%
\begin{center}
\colorbox
{
\colboxcolor
}{
\usebox
{
\warningbox
}}
\setlength\fboxsep
{
0pt
}
\colorbox
{
\colboxcolor
}{
\setlength\fboxsep
{
1em
}
\fbox
{
\usebox
{
\warningbox
}}}
\end{center}
}
% Command to add all modules
...
...
Write
Preview
Supports
Markdown
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