* Skriv a reas dstall ([email protected]):

  |>  
  |>  1) How can I control output of the TeX formating shown in Bibdesk Preview 
to
  |>  match Chicago Manual of Style? -
  |>  http://www.chicagomanualofstyle.org/tools_citationguide.html
  |>  
I append the Chicago Style I use via xelatex, biblatex and biber (+ xelatex, 
with fontspec and polyglossia packages). Make sure you escape any strange 
characters, like &, as \&, in your bib (including your annotations). This 
method requires:
    1) in TeX Preview preferences of BibTeX:
        Full path to pdflatex: /usr/texbin/xelatex
        Full path to bibtex: /usr/texbin/biber
    2) make a new template (which I call chicago): I appended mine below.
HTH,
--Gildas


%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode

\documentclass[letterpaper]{article}
\pagestyle{plain}
\usepackage{fontspec}
%\usepackage{libertine}
%\setmainfont[Ligatures=TeX]{Junicode}
%\textwidth = 6.5in
%\voffset = -105pt
%\hoffset = -120pt
\usepackage{polyglossia}
\setmainlanguage[variant=amerian]{english}
\setotherlanguage[variant=ancient]{greek}
\setotherlanguage{french}
\setotherlanguage{german}
\setotherlanguage{hebrew}
\defaultfontfeatures{Scale=MatchLowercase}
\newfontfamily\hebrewfont[Script=Hebrew]{SBL Hebrew}
\newfontfamily\greekfont{SBL Greek}
\renewcommand{\refname}{}
\usepackage{csquotes}
\usepackage[useprefix,firstinits=true,isbn=false]{biblatex-chicago} % I prefer 
first initials to full first name;
\addbibresource{<<File>>.bib}
\renewcommand{\mkbibnamelast}{\textsc} % small caps for last name
\setlength\bibitemsep{0pt}
%\defbibheading{bibliography}{\bibsection}

% The following command is provided for LaTeX2RTF compatibility with amslatex.
%\newif\iflatextortf
%\iflatextortf
%\providecommand{\bysame}{\_\_\_\_\_}
%\fi

\begin{document}
\nocite{<<CiteKeys>>}   
  
\printbibliography 
\end{document}

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Bibdesk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to