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
6890bf4d
Commit
6890bf4d
authored
Jun 21, 2018
by
Simon Spannagel
Browse files
Unbreak manual compilation without pandoc. This fixes #29
parent
06c118e6
Pipeline
#422267
passed with stages
in 15 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/usermanual/config.tex
View file @
6890bf4d
...
...
@@ -42,13 +42,17 @@
% Command to add all modules
\newcommand
{
\includemodulesmd
}{
\def\temp
{
@CORRYVRECKAN
_
MODULE
_
FILES@
}
\ifx\temp\empty
\textit
{
Module documentation not added because Markdown to LaTe
x
conversion was not possible
}
\textit
{
Module documentation not added because Markdown to
\
LaTe
X
~
conversion was not possible
. Pandoc is required for the conversion.
}
\else
\foreach
\n
in @CORRYVRECKAN
_
MODULE
_
FILES@
{
\input
{
\n
}}
\fi
}
% Command to add a single converted markdown file
\newcommand
{
\inputmd
}
[1]
{
\input
{
md/#1
}}
\newcommand
{
\inputmd
}
[1]
{
\def\temp
{
@other
_
tex
_
files@
}
\ifx\temp\empty
\textit
{
This section is missing Markdown to
\LaTeX
~conversion was not possible. Pandoc is required for the conversion.
}
\else
\input
{
md/#1
}
\fi
}
% Set bibliography
\addbibresource
{
usermanual/references.bib
}
...
...
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