Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diffgeo-skript
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Alekseev, Vadim
diffgeo-skript
Commits
230ba51d
Commit
230ba51d
authored
Jan 24, 2020
by
Harry Fuchs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
diffgeoIII/interactive-compile.sh
diffgeoIII/interactive-compile.sh
+8
-0
diffgeoIII/meta.yaml
diffgeoIII/meta.yaml
+1
-0
No files found.
diffgeoIII/interactive-compile.sh
View file @
230ba51d
...
@@ -3,6 +3,14 @@ inotifywait -e close_write,moved_to,create -m . |
...
@@ -3,6 +3,14 @@ inotifywait -e close_write,moved_to,create -m . |
while
read
-r
directory events filename
;
do
while
read
-r
directory events filename
;
do
if
[
"
$filename
"
=
"edit-this-file.tex"
]
;
then
if
[
"
$filename
"
=
"edit-this-file.tex"
]
;
then
./compile.sh
./compile.sh
exitcode
=
$?
if
[[
$exitcode
==
0
]]
then
echo
"YYYYYYYYYYYYYYYYYYYYY"
else
echo
"NNNNNNNNNNNNNNNNNNNNN"
fi
echo
"wait for next change..."
echo
"wait for next change..."
fi
fi
done
done
diffgeoIII/meta.yaml
View file @
230ba51d
...
@@ -9,4 +9,5 @@ papersize: a4
...
@@ -9,4 +9,5 @@ papersize: a4
toc
:
yes
toc
:
yes
graphics
:
yes
graphics
:
yes
tikz
:
yes
tikz
:
yes
numbersections
:
yes
...
...
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