On Nov 15, 2013, at 03:09, Daniele Pontillo <[email protected]> wrote:
> Hi!
> I am unhappy with the tex preview fonts and formatting.
> I am able to change letterpape to a4paper, but I'd like to choose a different
> font, i.e. optima
> Could you please explain how?
You can set up the TeX preview to use xetex, which would allow use of any font
on your system. Replace /usr/texbin/pdflatex in "full path to pdflatex" with
/usr/texbin/xelatex and edit your TeX template to look something like this
(change the \setromanfont and \setsansfont to whatever you want):
\documentclass[letterpaper]{article}
\usepackage{hyperref}
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text}
\setromanfont{Hoefler Text}
\setsansfont[Scale=0.94]{Gill Sans}
\pagestyle{empty}
\usepackage[margin=0.25in]{geometry}
\renewcommand{\refname}{}
\usepackage{natbib}
% The following command is provided for LaTeX2RTF compatibility with amslatex.
\newif\iflatextortf
\iflatextortf
\providecommand{\bysame}{\_\_\_\_\_}
\fi
\begin{document}
{\Large
\nocite{<<CiteKeys>>}
\bibliography{<<File>>}
\bibliographystyle{<<Style>>}
}
\end{document}
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Bibdesk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-users