Skip to content

Instantly share code, notes, and snippets.

@duncdrum
Last active April 15, 2016 11:35
Show Gist options
  • Select an option

  • Save duncdrum/1bec39875dd1efb77fcb59be0989b437 to your computer and use it in GitHub Desktop.

Select an option

Save duncdrum/1bec39875dd1efb77fcb59be0989b437 to your computer and use it in GitHub Desktop.

Revisions

  1. duncdrum revised this gist Apr 15, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions previewtemplate.tex
    Original 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}
  2. duncdrum created this gist Apr 15, 2016.
    28 changes: 28 additions & 0 deletions previewtemplate.tex
    Original 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}