Tagged Questions

LaTeX macro package running with XeTex as the underlying engine (which extends TeX with rich Unicode and OpenType facilities), offering in particular new font selection mechanisms (fontspec package) and multilingual typesetting (polyglossia). More information is available at wikipedia.

learn more… | top users | synonyms

6
votes
3answers
2k views

Compile XeLaTeX tex file with latexmk

How can one compile a XeLaTeX tex document using latexmk on Mac OS X? At present I am running latexmk job.tex and getting an error: ! ******************************************** * XeTeX is ...
5
votes
1answer
810 views

How to load latex .sty files from a subdirectory?

I use some .sty-files that are not part of texlive and want to have them in a subdirectory of the folder with my main.tex. I used the following line to load the package: \usepackage{sty/prettythesis} ...
4
votes
2answers
125 views

How to pass an option containing a space to a package in LaTeX/XeLaTeX

When I declare an option containing a space, LaTeX/XeLaTeX eats it. In the main .tex, I have : \usepackage[test font]{test} In my .sty file I have : ...
2
votes
1answer
287 views

Import PDF file into XeLaTeX gives “pdf_link_obj(): passed invalid object” error

I'm trying to import a PDF into a XeLaTeX using \includepdf{xyz.pdf}. The file xyz.pdf is a scan created by a Xerox 5755 machine, and PDF version 1.3. The error I get is: ** WARNING ** No valid ...
1
vote
1answer
151 views

Using parindent within the longtable environment

Here is a simple test case of the problem I'm having: \documentclass{article} \usepackage{longtable} \begin{document} \begin{longtable}{p{2in}|p{5in}} foo & \parindent=1in bar \\ ...
1
vote
1answer
332 views

Change Text Vertical Alignment in Title

I'm trying to make a title format with a large chapter number, and then smaller text with the name of the title. The following code mostly does what I want: \documentclass[12pt]{book} ...
1
vote
1answer
388 views

How to input foreign unicode characters into XeLaTeX?

Friends, I am working on a XeLaTeX document. I am almost done with my document, but I need to input text from a foreign language. I am running Mac OS X. I go to Preferences > Language & Text and ...
1
vote
1answer
176 views

Can I write cls files in LaTeX instead of TeX?

I have some initialization code in a XeLaTeX file which I would like to put into a separate file so that I can reuse it in future texts. What is the fastest way to convert my XeLaTeX code to a LaTeX ...
1
vote
2answers
312 views

XeTeX - Detect when re-run is needed

I'm trying to determine when a re-run of Xe(La)TeX is required because of undefined references. I've posted a related question on the SCons mailing list, and the problem is as follows: Page counts ...
1
vote
2answers
6k views

Using \parindent and \parskip with \paragraph{} has no effect

I'm creating documents using the memoir class in XeLaTeX. I'm having trouble creating proper paragraph presentation, and in particular my when I create paragraphs with \paragraph{}lorem ipsum LaTeX ...
0
votes
1answer
20 views

What's the best combination of LaTex writing in Chinese? [closed]

someone rcommend the xelatex, but others insist on the latex+CJK, which one is prefer? thanks.
0
votes
0answers
32 views

Figure, Table and Section numbering with LateX (Xelatex) [closed]

My figures, tables, sections all are numbered and is aimed to be referred but when I make the pdf file using Xelatex, no number besides them is visible, e.g. "Figure The new way to..." I sent the tex ...
0
votes
0answers
65 views

XeLaTeX Document Properties - Metadata

Was compiling a document using xelatex; and added some of the document properties(metadata) to the document created; but get lost in the security and modified attribute. Any help or start up ...
0
votes
1answer
476 views

LaTeX: Extract numbers and letters from command variables and conversion to roman numerals

I'm writing a thesis and have been searching on many occasions trying to find a solution to my programming problem. Basically, I have a series of items that I've distinguished in my research data as ...
0
votes
1answer
171 views

How to change the formatting/font of page numbers in latex?

I don't just mean how to switch to roman numerals, I want to change the font face and size. I'm currently using the article class, but I can't see any particular part of it responsible for the footer, ...
0
votes
1answer
190 views

Unicode characters in XeLatex

This is my LaTex script: \documentclass[a4paper]{article} \usepackage{fontspec} \usepackage{xunicode} \usepackage{xltxtra} \setmainfont[Mapping=tex-text]{Jenson Classico} \begin{document} ąęśćłó ...
0
votes
1answer
356 views

What is the proper way to enable character protrusion in xelatex?

I am using XeTeX 3.1415926-2.2-0.9997.4 (part of TeX Live 2010). One of its new features is character protrusion, and I would like to use it in my documents. The problem is that I cannot make it work. ...