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
Alekseev, Vadim
diffgeo-skript
Commits
230ba51d
Commit
230ba51d
authored
Jan 24, 2020
by
Harry Fuchs
Browse files
turn on numbering of sections
parent
961e9acd
Pipeline
#3627
passed with stage
in 11 minutes and 4 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
diffgeoIII/interactive-compile.sh
View file @
230ba51d
...
...
@@ -3,6 +3,14 @@ inotifywait -e close_write,moved_to,create -m . |
while
read
-r
directory events filename
;
do
if
[
"
$filename
"
=
"edit-this-file.tex"
]
;
then
./compile.sh
exitcode
=
$?
if
[[
$exitcode
==
0
]]
then
echo
"YYYYYYYYYYYYYYYYYYYYY"
else
echo
"NNNNNNNNNNNNNNNNNNNNN"
fi
echo
"wait for next change..."
fi
done
diffgeoIII/meta.yaml
View file @
230ba51d
...
...
@@ -9,4 +9,5 @@ papersize: a4
toc
:
yes
graphics
:
yes
tikz
:
yes
numbersections
:
yes
...
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