Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
technical-reference
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
FE
technical-reference
Commits
20b12548
Commit
20b12548
authored
4 years ago
by
Stefan Hynek
Browse files
Options
Downloads
Patches
Plain Diff
docs(readme): add command for locally building the pdf with docker
parent
24b2ba64
No related branches found
No related tags found
1 merge request
!37
fix compile job
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-0
6 additions, 0 deletions
README.md
with
6 additions
and
0 deletions
README.md
+
6
−
0
View file @
20b12548
...
@@ -8,6 +8,12 @@ To create main markdown document and compile to PDF, use
...
@@ -8,6 +8,12 @@ To create main markdown document and compile to PDF, use
cat
technical-reference-main.txt |
while
read
LINE
;
do
cat
$LINE
>>
technical-reference.md
;
done
cat
technical-reference-main.txt |
while
read
LINE
;
do
cat
$LINE
>>
technical-reference.md
;
done
pandoc
--template
=
rdd.latex technical-reference.md
-o
technical-reference.pdf
pandoc
--template
=
rdd.latex technical-reference.md
-o
technical-reference.pdf
```
```
or, for the use with docker
```
bash
cat
technical-reference-main.txt |
while
read
LINE
;
do
cat
$LINE
>>
technical-reference.md
;
done
docker run
--rm
pandoc/latex
-v
.:/data pandoc
--template
=
rdd.latex technical-reference.md
-o
technical-reference.pdf
```
Inspired by the
[
EURISE Network Technical Reference
](
https://github.com/eurise-network/technical-reference
)
.
Inspired by the
[
EURISE Network Technical Reference
](
https://github.com/eurise-network/technical-reference
)
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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