more complete cleaning
This commit is contained in:
parent
703faa66df
commit
c0ea9181d9
@ -1,5 +1,5 @@
|
|||||||
@Comment{$ biblatex control file $}
|
@Comment{$ biblatex control file $}
|
||||||
@Comment{$ biblatex version 2.6 $}
|
@Comment{$ biblatex version 2.7 $}
|
||||||
Do not modify this file!
|
Do not modify this file!
|
||||||
|
|
||||||
This is an auxiliary file used by the 'biblatex' package.
|
This is an auxiliary file used by the 'biblatex' package.
|
||||||
@ -7,5 +7,5 @@ This file may safely be deleted. It will be recreated as
|
|||||||
required.
|
required.
|
||||||
|
|
||||||
@Control{biblatex-control,
|
@Control{biblatex-control,
|
||||||
options = {2.6:0:0:1:0:0:1:1:0:1:0:0:12:1:3:1:79:+},
|
options = {2.7:0:0:1:0:1:1:0:1:0:0:12:3:1:77:+:anyt},
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
% Copyright (c) 2011 Michael Kohlhase, all rights reserved
|
% Copyright (c) 2011 Michael Kohlhase, all rights reserved
|
||||||
%
|
%
|
||||||
% This file is distributed under the terms of the LaTeX Project Public
|
% This file is distributed under the terms of the LaTeX Project Public
|
||||||
% License from CTAN archives in directory macros/latex/base/lppl.txt.
|
% License from CTAN archives in directory macros/latex/base/lppl.txt.la
|
||||||
% Either version 1.0 or, at your option, any later version.
|
% Either version 1.0 or, at your option, any later version.
|
||||||
%
|
%
|
||||||
% The development version of this file can be found at
|
% The development version of this file can be found at
|
||||||
@ -30,6 +30,8 @@
|
|||||||
\usepackage[show]{ed}
|
\usepackage[show]{ed}
|
||||||
\usepackage[maxbibnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex}
|
\usepackage[maxbibnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex}
|
||||||
\addbibresource{../lib/proposal.bib}
|
\addbibresource{../lib/proposal.bib}
|
||||||
|
% temporary fix due to http://tex.stackexchange.com/questions/311426/bibliography-error-use-of-blxbblverbaddi-doesnt-match-its-definition-ve
|
||||||
|
\makeatletter\def\blx@maxline{77}\makeatother
|
||||||
\usepackage[bookmarks=true,linkcolor=blue,
|
\usepackage[bookmarks=true,linkcolor=blue,
|
||||||
citecolor=blue,urlcolor=blue,colorlinks=true,
|
citecolor=blue,urlcolor=blue,colorlinks=true,
|
||||||
breaklinks=true, bookmarksopen=true]{hyperref}
|
breaklinks=true, bookmarksopen=true]{hyperref}
|
||||||
|
Binary file not shown.
@ -15,5 +15,9 @@ include $(PREFIX)/Makefile.vars
|
|||||||
TEXINPUTS = .:
|
TEXINPUTS = .:
|
||||||
include $(PREFIX)/Makefile.in
|
include $(PREFIX)/Makefile.in
|
||||||
|
|
||||||
|
clean distclean:
|
||||||
|
@for d in $(EXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
DIRS = proposal report simple-proposal
|
DIRS = proposal report simple-proposal
|
||||||
all:
|
all clean distclean:
|
||||||
@for d in $(DIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
@for d in $(DIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||||
|
|
||||||
|
@ -64,11 +64,11 @@ $(TARGET.pdf): %.pdf: %.tex $(SRC) $(BIB) $(PROPCLS)
|
|||||||
then $(PDFLATEX) $< || $(RM) $@; fi
|
then $(PDFLATEX) $< || $(RM) $@; fi
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.log *.blg *~ *.synctex.gz *.cut
|
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg *.run.xml *.synctex.gz *.cut
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f *.aux *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
|
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
|
||||||
rm -Rf auto
|
rm -Rf auto
|
||||||
|
|
||||||
echo:
|
echo:
|
||||||
echo $(BIBINPUTS)
|
@echo $(BIBINPUTS)
|
||||||
|
@ -64,11 +64,11 @@ $(TARGET.pdf): %.pdf: %.tex $(SRC) $(BIB) $(PROPCLS)
|
|||||||
then $(PDFLATEX) $< || $(RM) $@; fi
|
then $(PDFLATEX) $< || $(RM) $@; fi
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.log *.blg *~ *.synctex.gz *.cut
|
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg *.run.xml *.synctex.gz *.cut
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f *.aux *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
|
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
|
||||||
rm -Rf auto
|
rm -Rf auto
|
||||||
|
|
||||||
echo:
|
echo:
|
||||||
echo $(BIBINPUTS)
|
@echo $(BIBINPUTS)
|
||||||
|
@ -42,7 +42,7 @@ $(DTX.pdf): %.pdf: %.dtx $(DTX.sty) $(DTX.cls)
|
|||||||
then $(PDFLATEX) $(firstword $<); fi
|
then $(PDFLATEX) $(firstword $<); fi
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg
|
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg *.run.xml *.synctex.gz
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.toc *.thm *.bbl *.bcf
|
rm -f *.aux *.ind *.gls *.ps *.dvi *.toc *.thm *.bbl *.bcf
|
||||||
|
Loading…
Reference in New Issue
Block a user