Skip to content

Instantly share code, notes, and snippets.

@duncdrum
Last active April 15, 2016 11:35
Show Gist options
  • Save duncdrum/1bec39875dd1efb77fcb59be0989b437 to your computer and use it in GitHub Desktop.
Save duncdrum/1bec39875dd1efb77fcb59be0989b437 to your computer and use it in GitHub Desktop.
BibDesk preview template for Multilang with CJK sources in CMS
\documentclass[a4paper]{article}
\pagestyle{empty}
\textwidth = 6.5in
\voffset = -105pt
\hoffset = -120pt
\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}
\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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment