Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Alethe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
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
veriT
Alethe
Commits
5e9acfe1
Commit
5e9acfe1
authored
4 years ago
by
Mathias Fleury
Browse files
Options
Downloads
Patches
Plain Diff
add Makefile for easier compilation
parent
d5e3106f
No related branches found
No related tags found
No related merge requests found
Pipeline
#3317
passed
4 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
spec/Makefile
+2
-0
2 additions, 0 deletions
spec/Makefile
with
4 additions
and
1 deletion
README.md
+
2
−
1
View file @
5e9acfe1
...
...
@@ -12,7 +12,8 @@ and especially the rules as we gather experience.
## Building the Specifications
The specification are in the folder
`spec`
. The main source file is the
`doc.tex`
file.
`doc.tex`
file. You can use
`make`
in the
`spec`
directory to compile
the document.
Syntax highlighting uses the
`pygments`
tool. Hence, this tool must
be installed. Furthermore, Latex must be compiled with shell escaping
...
...
This diff is collapsed.
Click to expand it.
spec/Makefile
0 → 100644
+
2
−
0
View file @
5e9acfe1
doc
:
latexmk
-pdf
-shell-escape
doc
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