File tree Expand file tree Collapse file tree 2 files changed +12
-23
lines changed Expand file tree Collapse file tree 2 files changed +12
-23
lines changed Original file line number Diff line number Diff line change 1+ $cleanup_mode  = 1;
2+ $out_dir  = " build" 
3+ $pdflatex  = " lualatex -interaction=nonstopmode -halt-on-error --shell-escape %O  %S " 
4+ $pdf_mode  = 1;
5+ 
6+ push  @generated_exts , " bcf bbl" 
7+ $clean_ext  = " bcf bbl glg glo gls run.xml xdy" 
Original file line number Diff line number Diff line change @@ -12,29 +12,11 @@ build/plot.pdf: plot.py ../matplotlibrc ../header-matplotlib.tex | build
1212#  hier weitere Abhängigkeiten für build/vXXX.pdf deklarieren:
1313build/$(TEXFILE ) .pdf : build/plot.pdf
1414
15- build/$(TEXFILE ) .pdf : FORCE | build
16- 	#  to find header and bib files in the main directory
17- 	TEXINPUTS=..: \ 
18- 	BIBINPUTS=..: \ 
19- 	max_print_line=1048576 \ 
20- 	latexmk \ 
21- 	  --lualatex \ 
22- 	  --output-directory=build \ 
23- 	  --interaction=nonstopmode \ 
24- 	  --halt-on-error \ 
25- 	$(TEXFILE ) .tex
26- 
27- preview : FORCE | build
28- 	TEXINPUTS=..: \ 
29- 	BIBINPUTS=..: \ 
30- 	max_print_line=1048576 \ 
31- 	latexmk \ 
32- 		-pvc \ 
33- 	  --lualatex \ 
34- 	  --output-directory=build \ 
35- 	  --interaction=nonstopmode \ 
36- 	  --halt-on-error \ 
37- 	$(TEXFILE ) .tex
15+ build/$(TEXFILE ) .pdf : $(TEXFILE ) .tex FORCE | build
16+ 	TEXINPUTS=..: latexmk -r $$(pwd ) /../latexmkrc $< 
17+ 
18+ preview : $(TEXFILE ) .tex FORCE | build
19+ 	TEXINPUTS=..: latexmk -r $$(pwd ) /../latexmkrc $< 
3820
3921build :
4022	mkdir -p build
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments