Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,6 @@ TEX2TEXTFLAGS?=
${TEX2TEXT} ${TEX2TEXTFLAGS} $< > $@
@


%%%%%
\printbibliography
3 changes: 3 additions & 0 deletions exam.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,6 @@ endef
$(foreach id,${EXAM_IDS},$(eval $(call questions_target,${id})))
@


%%%%
\printbibliography
4 changes: 4 additions & 0 deletions haskell.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ programs.
.hs.o .lhs.o:
ghc ${HSFLAGS} -c $<
@


%%%%
\printbibliography
3 changes: 2 additions & 1 deletion makefiles.tex
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ \chapter{results.mk}
%\input{miun.port.tex}


\printbibliography[heading=bibintoc]{}
%\printbibheading[heading=bibintoc]
%\bibbysection[heading=none]
\end{document}
4 changes: 4 additions & 0 deletions noweb.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,7 @@ NOWEB_SUFFIXES+= .sh
NOTANGLEFLAGS.sh?= ${NOTANGLEFLAGS}
NOTANGLE.sh?= ${NOTANGLE} ${NOTANGLEFLAGS.sh} -R$@ $< > $@
@


%%%%
\printbibliography
4 changes: 4 additions & 0 deletions pkg.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,7 @@ for f in ${PKG_INSTALL_FILES-$(1)}; do \
[ -d "$$$$f" ] || ${INSTALL} -t ${PKG_PREFIX-$(1)}${PKG_INSTALL_DIR-$(1)}/ "$$$$f"; \
done
@


%%%%
\printbibliography
4 changes: 4 additions & 0 deletions portability.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,7 @@ UNZIP?= unzip -DD
endif
EXTRACT.zip?= ${UNZIP} $$< $$@
@


%%%%
\printbibliography
12 changes: 12 additions & 0 deletions preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
\usepackage{csquotes}
\usepackage{authblk}
\usepackage[defblank]{paralist}
\usepackage{xparse}

\usepackage{amsmath}
\usepackage{mathtools}
Expand All @@ -33,6 +34,17 @@
\addbibresource{transform.bib}
\addbibresource{tex.bib}

\let\biblatexbibliography\printbibliography
\DeclareDocumentCommand{\printbibliography}{o}{%
\IfValueTF{#1}{%
\biblatexbibliography[title={References},heading=subbibintoc,#1]
}{%
\biblatexbibliography[title={References},heading=subbibintoc]
}
\newrefsection
}
\AtBeginDocument{\newrefsection}

\usepackage[single]{acro}
\DeclareAcronym{ILO}{%
short = {ILO},
Expand Down
4 changes: 4 additions & 0 deletions pub.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -467,3 +467,7 @@ cd ${ROOT} \
&& svn copy trunk tags/${PUB_TAG_NAME} \
&& svn commit ${PUB_COMMIT_OPTS};
@


%%%%
\printbibliography
4 changes: 4 additions & 0 deletions results.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,7 @@ else \
${MV} ${out}.new ${out}; \
fi
@


%%%%
\printbibliography
4 changes: 4 additions & 0 deletions subdir.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ ${.DEFAULT_GOAL}: ${SUBDIR}
endif
@ We note that this will cause the default goal of each subdirectory to be
built, not the same goal which is the default goal in the root.


%%%%
\printbibliography
4 changes: 4 additions & 0 deletions tex.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -687,3 +687,7 @@ clean-rfc:
${RM} rfc.bib
@



%%%
\printbibliography
4 changes: 4 additions & 0 deletions transform.mk.nw
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,7 @@ The set up we must do for this to work is to set a Git attribute.
*.asc filter=git-crypt
@ This will yield similar behaviour as with the makefile approach, except that
many things are automated further.


%%%%
\printbibliography