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
i4
TeX Vorlagen
neo
Commits
ba021255
Commit
ba021255
authored
Jun 08, 2018
by
Bernhard Heinloth
Browse files
Option for continous preview build
parent
1d0c5bf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ba021255
...
...
@@ -37,10 +37,8 @@ $(PACKAGE_TGT): $(wildcard $(PACKAGE_DIR)/*.ins) $(PACKAGE_SRC) $(CACHE_DIR)
@
cd
$(PACKAGE_DIR)
&&
latex
-output-directory
=
$(CACHE_DIR)
$(
notdir
$<
)
@
cp
$(
addprefix
$(CACHE_DIR)
/,
$(PACKAGE_STY)
)
$(LOCAL_DIR)
/
$(CACHE_DIR)
:
; @mkdir -p $(CACHE_DIR)
%_handout.pdf
:
%.tex $(wildcard *.bib) $(PACKAGE_TGT) $(CACHE_DIR)
@
cd
$(
dir
$<
)
&&
$(COMPILE_TEX)
-jobname
=
$*
_handout
$(
notdir
$<
)
@
cp
$(CACHE_DIR)
/
$(
notdir
$@
)
$@
...
...
@@ -52,6 +50,9 @@ $(CACHE_DIR):; @mkdir -p $(CACHE_DIR)
@
cp
$(CACHE_DIR)
/
$(
notdir
$@
)
$@
@
test
!
-f
$@
pc
-a
-f
$(CACHE_DIR)
/
$(
notdir
$@
)
pc
&&
(
/bin/echo
-e
"[file]
\n
$@
\n
[font_size]
\n
$(PDFPC_SIZE)
"
;
cat
$(CACHE_DIR)
/
$(
notdir
$@
)
pc |
sed
's/\\\\/\n/g'
|
sed
's/\\par/\n\n/g'
)
>
$@
pc
||
echo
"ignoring PDFPC file"
&&
exit
0
preview-%
:
%.tex $(wildcard *.bib) $(PACKAGE_TGT) $(CACHE_DIR)
@
cd
$(
dir
$<
)
&&
$(COMPILE_TEX)
$(
notdir
$<
)
-pvc
-interaction
=
nonstopmode
-view
=
pdf
pdfpc-%
:
%.pdf
@
pdfpc
-p
-C
$<
...
...
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