Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Skripnikov
doc
Commits
923d77d2
Commit
923d77d2
authored
Mar 01, 2017
by
Kristina Markova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CEM fix template.latex
parent
6ec5d7dd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
12 deletions
+33
-12
crm/methodologist-manual/conf/pandoc/template.latex
crm/methodologist-manual/conf/pandoc/template.latex
+11
-3
crm/spec/conf/pandoc/template.latex
crm/spec/conf/pandoc/template.latex
+11
-3
crm/user-manual/conf/pandoc/template.latex
crm/user-manual/conf/pandoc/template.latex
+11
-6
No files found.
crm/methodologist-manual/conf/pandoc/template.latex
View file @
923d77d2
...
...
@@ -157,9 +157,6 @@ $endif$
$
if
(
title
)
$
\title
{$
title
$}
$
endif
$
$
if
(
subtitle
)
$
\subtitle
{$
subtitle
$}
$
endif
$
\author
{$
for
(
author
)
$$
author
$$
sep
$
\and
$
endfor
$}
\date
{$
date
$}
$
for
(
header
-
includes
)
$
...
...
@@ -170,6 +167,17 @@ $endfor$
$
if
(
title
)
$
\maketitle
$
endif
$
$
if
(
subtitle
)
$
%\makesubtitle
%\begin{subtitle}
$
subtitle
$
%\end{subtitle}
$
endif
$
$
if
(
copyright
)
$
\begin{copyright}
$
copyright
$
\end{copyright}
$
endif
$
$
if
(
abstract
)
$
\begin{abstract}
$
abstract
$
...
...
crm/spec/conf/pandoc/template.latex
View file @
923d77d2
...
...
@@ -157,9 +157,6 @@ $endif$
$
if
(
title
)
$
\title
{$
title
$}
$
endif
$
$
if
(
subtitle
)
$
\subtitle
{$
subtitle
$}
$
endif
$
\author
{$
for
(
author
)
$$
author
$$
sep
$
\and
$
endfor
$}
\date
{$
date
$}
$
for
(
header
-
includes
)
$
...
...
@@ -170,6 +167,17 @@ $endfor$
$
if
(
title
)
$
\maketitle
$
endif
$
$
if
(
subtitle
)
$
%\makesubtitle
%\begin{subtitle}
$
subtitle
$
%\end{subtitle}
$
endif
$
$
if
(
copyright
)
$
\begin{copyright}
$
copyright
$
\end{copyright}
$
endif
$
$
if
(
abstract
)
$
\begin{abstract}
$
abstract
$
...
...
crm/user-manual/conf/pandoc/template.latex
View file @
923d77d2
...
...
@@ -157,14 +157,8 @@ $endif$
$
if
(
title
)
$
\title
{$
title
$}
$
endif
$
$
if
(
subtitle
)
$
\subtitle
{$
subtitle
$}
$
endif
$
\author
{$
for
(
author
)
$$
author
$$
sep
$
\and
$
endfor
$}
\date
{$
date
$}
$
if
(
copyright
)
$
\copyright
{$
copyright
$}
$
endif
$
$
for
(
header
-
includes
)
$
$
header
-
includes
$
$
endfor
$
...
...
@@ -173,6 +167,17 @@ $endfor$
$
if
(
title
)
$
\maketitle
$
endif
$
$
if
(
subtitle
)
$
%\makesubtitle
%\begin{subtitle}
$
subtitle
$
%\end{subtitle}
$
endif
$
$
if
(
copyright
)
$
\begin{copyright}
$
copyright
$
\end{copyright}
$
endif
$
$
if
(
abstract
)
$
\begin{abstract}
$
abstract
$
...
...
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