Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
87
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
b19e96f7
Commit
b19e96f7
authored
7 years ago
by
Benoit Rat
Committed by
Adam Wujek
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc: fixing pandoc compilation error under ubuntu 16.04
parent
afac19eb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/startup-guide/Makefile
+2
-1
2 additions, 1 deletion
doc/startup-guide/Makefile
doc/startup-guide/pandoc.latex
+4
-0
4 additions, 0 deletions
doc/startup-guide/pandoc.latex
with
6 additions
and
1 deletion
doc/startup-guide/Makefile
+
2
−
1
View file @
b19e96f7
...
...
@@ -24,7 +24,8 @@ TEX=$(SRC:.md=.tex)
DOC
=
$(
SRC:.md
=
.doc
)
## Pandoc arguments
OPTIONS
=
-f
markdown
--toc
--number-sections
--smart
EXTENSIONS
=
+definition_lists
OPTIONS
=
-f
markdown
$(
EXTENSIONS
)
--toc
--number-sections
--smart
TEMPLATE
=
pandoc.latex
...
...
This diff is collapsed.
Click to expand it.
doc/startup-guide/pandoc.latex
+
4
−
0
View file @
b19e96f7
...
...
@@ -55,6 +55,10 @@
%% Generic
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
$if(url)$
\usepackage{url}
$endif$
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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