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
e1604fe8
Commit
e1604fe8
authored
Sep 19, 2019
by
Sergey Goncharov
Browse files
correction
parent
c008112e
Pipeline
#29624
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
e1604fe8
...
...
@@ -37,7 +37,7 @@ DVIPS = dvips
PDFPS
=
pdftops
PDF
=
max_print_line
=
1000 pdflatex
-shell-escape
-src
-halt-on-error
-synctex
=
1
-interaction
nonstopmode
-file-line-error-style
OPEN
=
xdg-open
MD5SUM
=
md5sum
--quiet
MD5SUM
=
md5sum
# Mac-specific definitions
ifeq
($(shell uname), Darwin)
...
...
@@ -97,7 +97,7 @@ edit: $(SRCNAMES)
$(LATEX)
$
(
@:.dvi
=
.tex
)
||
(
touch
--date
=
"
`
date
-R
-r
$
(
@:.dvi
=
.tex
)
`
"
$@
&
false
)
@echo
If
the
citations
were
updated
recompile
the
.bbl
file
grep -o -G "Citation \`[^']*" $(@
:
.dvi=.log) | $(MD5SUM) -c $(@:.dvi=.cit) || $(BIBTEX) $(@:.dvi=.aux)
grep -o -G "Citation \`[^']*" $(@
:
.dvi=.log) | $(MD5SUM) -c
--quiet
$(@:.dvi=.cit) || $(BIBTEX) $(@:.dvi=.aux)
while grep -q "Rerun to get cross-references right." $(@
:
.dvi=.log);
\
do $(LATEX) $(@:.dvi=.tex); done
...
...
@@ -122,7 +122,7 @@ edit: $(SRCNAMES)
test
-s
$
(
@:.pdf
=
.cit
)
||
echo
''
|
$(MD5SUM)
>
$
(
@:.pdf
=
.cit
)
@echo
If
the
citations
were
updated
recompile
the
.bbl
file
grep -o -G "Citation \`[^']*" $(@
:
.pdf=.log) | $(MD5SUM) -c $(@:.pdf=.cit) || ($(BIBTEX) $(@:.pdf=.aux); $(PDF) $(@:.pdf=.tex) >/dev/null)
grep -o -G "Citation \`[^']*" $(@
:
.pdf=.log) | $(MD5SUM) -c
--quiet
$(@:.pdf=.cit) || ($(BIBTEX) $(@:.pdf=.aux); $(PDF) $(@:.pdf=.tex) >/dev/null)
@echo
-n
"Search for dangling references.. "
@if grep -q "Rerun to get cross-references right." $(@
:
.pdf=.log);
\
...
...
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