mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
making proper api citation
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
$pdf_mode = 1;
|
$pdf_mode = 1;
|
||||||
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -file-line-error %O %S';
|
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -file-line-error %O %S';
|
||||||
$bibtex_use = 2; # run bibtex when needed
|
$bibtex_use = 2; # run biber when biblatex .bcf changes
|
||||||
$bibtex = 'bibtex %O %B';
|
# biber runs with cwd = -outdir (paper/build); .bib paths are relative to paper/src
|
||||||
|
$biber = 'biber --input-directory=../src %O %S';
|
||||||
$pdf_previewer = 'zathura %O %S';
|
$pdf_previewer = 'zathura %O %S';
|
||||||
$clean_ext = 'synctex.gz bbl bcf run.xml fls fdb_latexmk glg glo gls ist blg lof lot out toc';
|
$clean_ext = 'synctex.gz bbl bcf run.xml fls fdb_latexmk glg glo gls ist blg lof lot out toc';
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -25,6 +25,7 @@
|
|||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\usepackage{booktabs}
|
\usepackage{booktabs}
|
||||||
|
\usepackage[american]{babel}
|
||||||
\usepackage{csquotes}
|
\usepackage{csquotes}
|
||||||
\usepackage{subcaption}
|
\usepackage{subcaption}
|
||||||
\usepackage{siunitx}
|
\usepackage{siunitx}
|
||||||
@@ -57,8 +58,8 @@
|
|||||||
literate={·}{{\textperiodcentered}}1 {−}{{\textminus}}1 {—}{{---}}1 {–}{{--}}1
|
literate={·}{{\textperiodcentered}}1 {−}{{\textminus}}1 {—}{{---}}1 {–}{{--}}1
|
||||||
}
|
}
|
||||||
|
|
||||||
% Use biblatex with authoryear style for in-text citations like (Author, Year)
|
% APA 7-style references and citations (requires biber)
|
||||||
\usepackage[backend=bibtex,style=authoryear,natbib=true,maxcitenames=2]{biblatex}
|
\usepackage[style=apa,backend=biber]{biblatex}
|
||||||
\addbibresource{bib/references.bib}
|
\addbibresource{bib/references.bib}
|
||||||
|
|
||||||
% Page headers (SciTech format)
|
% Page headers (SciTech format)
|
||||||
|
|||||||
Reference in New Issue
Block a user