Keep on having error msg with the bibtex export of Zotero.
Install plugin from here:
https://github.com/ZotPlus/zotero-better-bibtex
Then in Zotero export -> "Better bibLaTeX"
texmaker -
bibtex path to
"/usr/texbin/biber" %.bcf
\documentclass[floatsintext,man,12pt,a4paper]{apa6}
\usepackage[american]{babel}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex} %uniquename=false if don't want abb.
\DeclareFieldFormat[article,misc,inbook,incollection,inproceedings,patent,thesis,unpublished]{apacase}{#1}
%\DeclareFieldFormat{apacase}{\MakeSentenceCase{#1}}
\AtEveryBibitem{
\clearfield{labelmonth}
\clearfield{labelday}
}
Optional parameters to finetune the placement of tables and figures:
h
, heret
, topb
, bottomp
, page of float
and LaTeX will try to honore the placement with respect to actual place, the top or bottom of the page, or a separate page of floats. For example, when using
ht
LaTeX will try to put the figure at the insertion point, then on the top of the next page if it happens to violate its typesetting rules.
Force LaTeX to "insist" on these specifications by adding an exclamation mark (!) before the placement parameters, e.g.
\begin{figure}[!ht]
.
No comments:
Post a Comment