Last active
April 15, 2016 11:35
-
-
Save duncdrum/1bec39875dd1efb77fcb59be0989b437 to your computer and use it in GitHub Desktop.
Revisions
-
duncdrum revised this gist
Apr 15, 2016 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,10 @@ \renewcommand{\refname}{} %************************************************************************************************************************** %remember to adjust Bibdesk settings for path to pdflLatex to point to xelatex, and bibtex to point to biber ($which biber) to find path %************************************************************************************************************************** \usepackage[space]{xeCJK} \setCJKmainfont{Kaiti TC} \usepackage[notes,backend=biber]{biblatex-chicago} -
duncdrum created this gist
Apr 15, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ \documentclass[a4paper]{article} \pagestyle{empty} \textwidth = 6.5in \voffset = -105pt \hoffset = -120pt \renewcommand{\refname}{} \usepackage[space]{xeCJK} \setCJKmainfont{Kaiti TC} \usepackage[notes,backend=biber]{biblatex-chicago} \addbibresource{<<File>>.bib} % you have to add ``.bib'' here because, % for some reason, it won't find the % file without it % The following command is provided for LaTeX2RTF compatibility with amslatex. \newif\iflatextortf \iflatextortf \providecommand{\bysame}{\_\_\_\_\_} \fi \begin{document} \nocite{<<CiteKeys>>} \printbibliography%[heading=none] Uncomment if you don't want a heading on my previews %\bibliographystyle{<<Style>>} % might be handy for something just not sure what \end{document}