Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Informatik 8
TexCommon
Commits
e6bb0946
Commit
e6bb0946
authored
Jul 30, 2020
by
Sergey Goncharov
Browse files
Merge branch 'master' of git8.cs.fau.de:inf8_staff/TexCommon
parents
74bc5ec7
355062b6
Pipeline
#46008
passed with stage
in 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e6bb0946
...
...
@@ -8,4 +8,4 @@ include:
# with the following data:
#
# Link: https://git8.cs.fau.de/%{project_path}/-/jobs/artifacts/%{default_branch}/browse?job=compile_latex
# Badge image URL: https://git8.cs.fau.de/%{project_path}/badges/%{default_branch}/
build
.svg
# Badge image URL: https://git8.cs.fau.de/%{project_path}/badges/%{default_branch}/
pipeline
.svg
gitlab-ci/latex.yml
View file @
e6bb0946
...
...
@@ -21,7 +21,7 @@ compile_latex:
-
verb() { echo -e "\e[32;1m===== $* =====\e[0m" ; }
-
failed=( )
-
succeeded=( )
-
compile_tex() { latexmk -f -cd -pdf "$1" ; }
-
compile_tex() {
sed -i 's,\\includeonly{[^}]*},,g' "$1" ;
latexmk -f -cd -pdf "$1" ; }
# activate the following line if you use a custom makefile
#- compile_tex() { make "${1%%.tex}.pdf" ; }
-
mapfile -t gitfiles < <(git ls-files)
...
...
@@ -56,7 +56,7 @@ compile_latex:
# You can link the most recently *finished* artifacts by a badge:
#
# Link: https://git8.cs.fau.de/%{project_path}/-/jobs/artifacts/%{default_branch}/browse?job=compile_latex
# Badge image URL: https://git8.cs.fau.de/%{project_path}/badges/%{default_branch}/
build
.svg
# Badge image URL: https://git8.cs.fau.de/%{project_path}/badges/%{default_branch}/
pipeline
.svg
#
# e.g.: https://git8.cs.fau.de/thorsten/coalgpartref/-/jobs/artifacts/master/browse?job=compile_latex
# see also https://docs.git8.com/ee/user/project/pipelines/job_artifacts.html#downloading-the-latest-artifacts
...
...
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