Search found 3 matches

by TheKingsRaven
Sat Nov 28, 2009 10:18 pm
Forum: Text Formatting
Topic: A quotation at the beginning of a chapter
Replies: 5
Views: 10811

Re: A quotation at the beginning of a chapter

I'd rather not go into Debian Experimental to be honest.
by TheKingsRaven
Sat Nov 21, 2009 8:59 pm
Forum: Text Formatting
Topic: A quotation at the beginning of a chapter
Replies: 5
Views: 10811

Re: A quotation at the beginning of a chapter

Thanks, it took a bit of trial and error (and a newer version of titlesec*) but I've got it working like I want now (including the format Chapter <number>: <Chapter Name> all on one line)


* Is there a way to set the path with \usepackage or am I stuck carrying titlesec in all my document folders
by TheKingsRaven
Sat Nov 21, 2009 12:42 pm
Forum: Text Formatting
Topic: A quotation at the beginning of a chapter
Replies: 5
Views: 10811

A quotation at the beginning of a chapter

I'm using the multicol package for my document like so:

\documentclass[twocolumn,a4paper,10pt]{book}

and that's working fine, I've also used the fontspec and sectsty packages to redefine my Section, Subsection and Chapter:

\chapterfont{\centering \Huge \fontspec{Mad's Scrawl (BRK)}}

and that's ...