General ⇒ annotated humannat style
annotated humannat style
Regards
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: annotated humannat style
Re: annotated humannat style
annotated humannat style
If you are happy with humannat and you haven't used the note field in any register, you may follow a different approach. Write the annotations in the note field, preceded by \BeginAnnote and \EndAnnote. So, you may have a register like this one:
Code: Select all
@book{Smith02008,
author = {Smith, John},
title = {\LaTeX{} made easy},
publisher = {Imagine Publishing Co.},
year = 2008,
note={\BeginAnnote This interesting book bridges the gap that, for many
years, has existed between... \EndAnnote}
}
Code: Select all
\newcommand{\BeginAnnote}{\par\quote\textsc{Annotation}:\enskip}
\newcommand{\EndAnnote}{\endquote}