Skip to content

Commit

Permalink
Update handbook9.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclawson authored Nov 1, 2021
1 parent a4b8825 commit d97a7a8
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions doc/handbook9.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
\usepackage[style=mla,dateusetime=true,time=12h]{biblatex}
\usepackage{bibtex_documentation}
\usepackage{shortvrb}
\usepackage[toc]{multitoc}
\usepackage{hyperref}
\usepackage[margin=1.25in]{geometry}
% \usepackage{bidi}
\hypersetup{colorlinks,%
citecolor=black,%
Expand All @@ -20,6 +22,22 @@

\MakeShortVerb{\|}

\newcommand*{\biblatexmla}{\sty{biblatex-mla}\xspace}
\newcommand*{\Biblatexmla}{\sty{Biblatex-mla}\xspace}
\newcommand*{\biblatexcms}{\sty{biblatex-chicago}\xspace}
\newcommand*{\biblatexmlahome}{https://github.com/jmclawson/biblatex-mla/}
\newcommand*{\biblatexmlaonctan}{http://www.ctan.org/tex-archive/help/Catalogue/entries/biblatex-mla.html}

\title{Biblatex-mla Examples: \protect\\ Database Entries and Output}
\author{James Clawson}
\date{31 October 2021}

\hypersetup{%
pdftitle={Biblatex-mla Examples},
pdfsubject={Bibtex Entries and Output},
pdfauthor={James Clawson},
pdfkeywords={mla, biblatex, bibtex, database, bibliography}}

\addbibresource{handbook9_clean.bib}

\newfontfamily\arabicfont[Script=Arabic]{Geeza Pro}
Expand All @@ -29,13 +47,17 @@
% \newcommand{\bibcitem}[1]{\lstinputlisting[linerange=#1-end,includerangemarker=false,breaklines=true,postbreak=\mbox{\textcolor{gray}{$\hookrightarrow$}\space} ]{\thebibfile}\nocite{#1}}
% \renewcommand{\bibcitem}[1]{\nocite{#1}}

\pagestyle{headings}

\begin{document}
\section*{A Note on Bibtex and this document}
The examples below show one way to achieve the output of the \emph{MLA Handbook}'s appendix, but \texttt{.bib} files do allow for some flexibility. For instance, some entries record a name in \{\texttt{Last, First}\} format, while others use \{\texttt{First Last}\}. Except in certain cases of names having additional parts, either option should work well.
\maketitle

\noindent{}The examples below demonstrate one way to achieve the output of the appendix found in the 9th edition of the \emph{MLA Handbook}, but \texttt{.bib} files do allow for some flexibility. For instance, some entries record a name in \{\texttt{Last, First}\} format, while others use \{\texttt{First Last}\}. Except in certain cases of names having additional parts, either option should work well.

For presentation purposes, line breaks have been introduced and marked with an arrow (\textcolor{gray}{$\hookrightarrow$}). These line breaks and arrows should not be recreated in the \texttt{.bib} file.

\tableofcontents

\section{Books} % (fold)
\label{sec:books}

Expand Down Expand Up @@ -111,7 +133,7 @@ \subsection{Edited and Translated by the Same Person} % (fold)
\subsection{In a Language Other Than English} % (fold)
\label{ssub:in_a_language_other_than_english}
\begin{refsection}
Consult the {\tt .bib} file for the full entry with Arabic.
Consult the {\tt .bib} file for the full entry by Alexandra Chreiteh. The fixed-width font used here is unable to display Arabic.
\bibcitem{Chreiteh:2009aa}
\bibcitem{Fallani:1971vv}
\printbibliography[heading=none]
Expand Down Expand Up @@ -584,6 +606,7 @@ \subsection{Jointly Published Site} % (fold)
\label{sub:jointly_published_site}
\begin{refsection}
\bibcitem{Manifold:aa}
Here's the citation to it \autocite{Manifold:aa}.
\printbibliography[heading=none]
\end{refsection}
% subsection jointly_published_site (end)
Expand Down

0 comments on commit d97a7a8

Please sign in to comment.