Linked Questions
61 questions linked to/from Differences between LuaTeX, ConTeXt and XeTeX
4
votes
1
answer
7k
views
LuaLaTeX vs XeLaTeX [duplicate]
Possible Duplicate:
Differences between LuaTeX, ConTeXt and XeTeX
What are the differences between LuaLaTeX and XeLaTeX?
Why should someone prefer one over the other?
2
votes
1
answer
3k
views
Which flavor of latex to use? LuaTeX, XeLaTeX or LaTeX? [duplicate]
When I started using TeX, it was easy to build. Today I discovered that I can use different flavor of LaTeX to build my (La)TeX files. Is there a general rule of which flavor I should consider for a ...
2
votes
1
answer
589
views
If LaTeX tools implement the TeX features from scratch [duplicate]
I just asked about Documentation on the Algorithms or Techniques LaTeX uses for Text Layout, which lead to Alternatives to LaTeX which pointed out some tools such as ConTeXt. I also have heard of ...
2
votes
0
answers
2k
views
Which are the essential differences between LaTeX and ConTeXt? [duplicate]
I know that LaTeX and ConTeXt are extensions of TeX but each is based in a different philosophy.
Beyond of its tex engines (ConTeXt works with LuaTeX for example) this question is focused to ...
0
votes
0
answers
136
views
What are to differences pros/cons for Latex, Luatex, Context, etc? [duplicate]
I have used Latex several times for small papers and thesis' for University. So I know a bit about how to create formulars, tables and stuff. However, I still consider myself a newbie, who barely ...
249
votes
4
answers
129k
views
What is XeTeX exactly and why should I use it?
I have been using LaTeX for five years now and have been using PDFLaTeX ever since. I find it hard to monitor the progress of LaTeX development.
Recently there is a lot of talk about XeTeX. What is ...
131
votes
6
answers
67k
views
Why choose LuaLaTeX over XeLaTeX?
There are questions on TeX.sX already about what the differences between LuaLaTeX and XeLaTeX are (Differences between LuaTeX, ConTeXt and XeTeX), what one should be keep in mind when going from ...
108
votes
7
answers
18k
views
I am new to TeX. Should I use LaTeX, XeLaTeX, ...?
I am starting to learn LaTeX and I really like what I am seeing. However, I get the feeling I should actually start with another 'TeX' version. I've been reading about different options. Some ...
121
votes
2
answers
23k
views
The differences between TeX engines
I am confused about what TeX and its offspring (LaTeX, pdfTeX/pdfLaTeX, e-TeX, ConTeXt, LuaTeX, etc.) are.
Some, like LaTeX, seem like add ons to TeX (maybe a change to the eyes and mouth, but not ...
54
votes
4
answers
6k
views
Abandon LaTeX2e for LaTeX3 or LuaTeX
I think my question is: Should I abandon pdflatex, possibly for xetex or context, and a TeX/LaTeX based macro writing approach, possibly for a LuaTeX or LaTeX3 based approach?
Possibly relevant to ...
60
votes
4
answers
12k
views
Using LuaTeX as a replacement for pdfTeX
In this question Differences between LuaTeX, ConTeXt and XeTeX various differences between LuaTeX and XeTeX (and ConTeXt) are discussed. And in this question Using XeLaTeX instead of pdfLaTeX a recipe ...
36
votes
3
answers
48k
views
Use biblatex and utf8
For my thesis, I use biblatex for the bibliography.
As seen here, biblatex is not compatible, with \usepackage[utf8x]{inputenc}. It was reported as close but I still have the same problem with my ...
45
votes
3
answers
142k
views
How to use the Calibri font
How can I use the Calibri font in LaTeX? I am using the following commands:
\usepackage{fontspec}
\setmainfont{Calibri}
I get the following error message:
! Fatal fontspec error: "cannot-use-...
71
votes
3
answers
5k
views
TeX family tree with timeline?
When I first started using TeX, I felt overwhelmed by the myriad of names — BibTeX, XeTeX, LaTeX, XeLaTeX, ConTeXt, LuaTeX, MacTeX, TeXLive — and more. I didn't know the packages from the programs ...
39
votes
3
answers
29k
views
How do I use an OpenType font with my LaTeX document?
I want to use a really cool open-source OpenType font with my LaTeX document.
I was told that either I could go through a long process of converting the OpenType font to one useable by LaTeX, or I ...