Posts

Showing posts from December, 2018

Convert to Xelatex

Image
3 I have a document I want to convert using Xelatex. Based on the info here, I've gone through the file and made a number of changes. However, while it will output a new PDF, the conversion fails to pick up any text formatting, such as Bold . In my Makefile, I am simply pointing Xelatex at the source file - e.g, make foo.pdf . preamble.sty ProvidesPackage{preamble} PassOptionsToPackage{hyphens}{url} usepackage[xelatex]{hyperref} hypersetup{ colorlinks=true, urlcolor=blue, } urlstyle{same} usepackage[margin=1.905cm]{geometry} usepackage{fontspec} usepackage{mathptmx} usepackage{ulem} usepackage[none]{hyphenat} % This style needs to be in the repo, It's not in BasicTex usepackage{enumitem} % This style needs to be in the repo, It's not in BasicTex pagenumbering{gobble} defmyaut