Tagged Questions
3
votes
1answer
169 views
Scaling problem with fontspec package and \footnote.
footnote does not scale properly with using fontspec. Any idea how to solve this problem? Already tried realscripts and xltxtra but no luck.
Thanks,
\documentclass[12pt]{article}
...
5
votes
1answer
1k views
Setting default font size in \newfontfamily
When mixing fonts in XeTeX, some fonts have quite different aspects for the same size.
Say, I'm using Linux Libertine as my main font and I want to use Latino Elongated for chapter headings. Latino ...
18
votes
3answers
4k views
How to scale Tikz drawings and text together?
I'm trying to build a diagram (a logo, actually) that I can scale easily through a parameter. I'd like to be able to scale both drawing and fonts through a single parameter.
Here's my current MWE, ...