File tree 4 files changed +13
-9
lines changed
4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -35,25 +35,34 @@ endif
35
35
36
36
.PHONY : fast loud quite bib spell
37
37
38
- fast : $(SRCS ) $(REFS )
38
+ abs :
39
+ @echo " \\\\ begin{abstract}" > abs.tex
40
+ @cat abs.txt >> abs.tex
41
+ @echo " \end{abstract}" >> abs.tex
42
+ @echo ================= building abstract.tex ===================
43
+
44
+ fast : abs $(SRCS ) $(REFS )
39
45
@echo ================== YOLO: running fast build ==================
40
46
@TEXINPUTS=" sty:" $(LATEX ) $(REPORT ) $(OPTS ) $(SUFFIX )
47
+ # rm abs.tex
41
48
42
- loud : $(SRCS ) $(REFS )
49
+ loud : abs $(SRCS ) $(REFS )
43
50
@echo ================== YOLO: running full build ==================
44
51
@TEXINPUTS=" sty:" $(LATEX ) $(REPORT ) $(OPTS ) $(SUFFIX )
45
52
$(BIBTEX ) $(REPORT )
46
53
perl -pi -e " s/%\s+//" $(REPORT ) .bbl
47
54
@TEXINPUTS=" sty:" $(LATEX ) $(REPORT ) $(OPTS ) $(SUFFIX )
48
55
@TEXINPUTS=" sty:" $(LATEX ) $(REPORT ) $(OPTS ) $(SUFFIX )
56
+ rm abs.tex
49
57
50
- quite : $(SRCS ) $(REFS )
58
+ quite : abs $(SRCS ) $(REFS )
51
59
@echo ================== YOLO: running full build quitely ==================
52
60
@TEXINPUTS=" sty:" $(LATEX ) $(REPORT ) $(OPTS ) 1> /dev/null
53
61
$(BIBTEX ) $(REPORT )
54
62
perl -pi -e " s/%\s+//" $(REPORT ) .bbl
55
63
@TEXINPUTS=" sty:" $(LATEX ) $(REPORT ) $(OPTS ) 1> /dev/null
56
64
@TEXINPUTS=" sty:" $(LATEX ) $(REPORT ) $(OPTS ) 1> /dev/null
65
+ rm abs.tex
57
66
58
67
spell :
59
68
make clean
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ Put abstract here~\cite{ex}.
Original file line number Diff line number Diff line change 19
19
\nocite {*}
20
20
21
21
\input {abs }
22
- \input {intro }
23
- \input {cmds }
24
22
25
23
\clearpage
26
24
\bibliographystyle {plain}
You can’t perform that action at this time.
0 commit comments