Search found 4 matches
- Mon Dec 07, 2009 12:41 am
- Forum: Text Formatting
- Topic: Choose fonts for document structure?
- Replies: 5
- Views: 3457
Choose fonts for document structure?
You're right, I use fancyhdr out of habit. Any OpenType font with oldstyle and lining numbers will do. I believe -- based upon a cursory glance with Apple's Font Book -- that most TeX Gyre fonts contain both sets.
- Sun Dec 06, 2009 10:24 pm
- Forum: Text Formatting
- Topic: Choose fonts for document structure?
- Replies: 5
- Views: 3457
Choose fonts for document structure?
If you're using XeLateX, you can get what you want by using the following packages:
\usepackage{fontspec} % for using and definining fonts
\usepackage{titlesec} % to redefine title formatting
\usepackage{fancyhdr} % to redefine footers and headers
% font stuff
\defaultfontfeatures{Ligatures ...
\usepackage{fontspec} % for using and definining fonts
\usepackage{titlesec} % to redefine title formatting
\usepackage{fancyhdr} % to redefine footers and headers
% font stuff
\defaultfontfeatures{Ligatures ...
- Thu Dec 03, 2009 4:32 pm
- Forum: Text Formatting
- Topic: Parallel package problem
- Replies: 1
- Views: 2399
Re: Parallel package problem
The problem can be solved by switching to the parcolumns package, but parcolumns does not cooperate with lineno.
- Thu Dec 03, 2009 4:30 pm
- Forum: Text Formatting
- Topic: Parallel package problem
- Replies: 1
- Views: 2399
Parallel package problem
I'm creating a theatrical script with a few of my own environments, but I'm having problems with the vertical placement of Parallel environments. I made a short example that shows the start of the problem:
\documentclass[12pt,paper=a4]{scrbook}
\usepackage[english]{polyglossia}
\usepackage ...
\documentclass[12pt,paper=a4]{scrbook}
\usepackage[english]{polyglossia}
\usepackage ...