Great - thanks for that :)
I had to tweak it a bit and use the * option, but in the end, the following owrked perfectly:
\renewcommand*\thechapter{\arabic{chapter}\hspace*{-0.3cm}}
\chapter{\sffamily{#1}}
\renewcommand*\thechapter{\arabic{chapter}}
For some reason the 1 required a slightly ...
Search found 9 matches
- Fri Jun 19, 2009 10:50 am
- Forum: Page Layout
- Topic: Quotchap alignment
- Replies: 10
- Views: 9352
- Thu Jun 18, 2009 12:09 pm
- Forum: Page Layout
- Topic: Quotchap alignment
- Replies: 10
- Views: 9352
Re: Quotchap alignment
Any ideas?
- Tue Jun 16, 2009 5:42 pm
- Forum: Page Layout
- Topic: Quotchap alignment
- Replies: 10
- Views: 9352
Quotchap alignment
That seems to work for the number "1" but not for any of the other chapters - they are offset too much to the right now. Can you explain what the code does so maybe I can understand what you're trying to do better?
If there is whitespace around the number, how can I disable that?
Also, your hack ...
If there is whitespace around the number, how can I disable that?
Also, your hack ...
- Mon Jun 15, 2009 1:18 am
- Forum: Page Layout
- Topic: Quotchap alignment
- Replies: 10
- Views: 9352
Re: Quotchap alignment
Thanks for your response. I don't understand what you mean though - how can the number be too wide to be right-aligned?
I tried with times and it's slightly better but still not fully over to the right. Is there any way of including a manual offset?
Cheers,
I tried with times and it's slightly better but still not fully over to the right. Is there any way of including a manual offset?
Cheers,
- Sun Jun 14, 2009 10:22 pm
- Forum: Page Layout
- Topic: Quotchap alignment
- Replies: 10
- Views: 9352
Quotchap alignment
Sorry about that, I didn't think a MWE would be necessary as it's just the alignment that needs fixing. This should work:
\documentclass[a4paper,english]{book}
%make borders narrower
\setlength{\topmargin}{-.05in}
\setlength{\textheight}{9in}
\setlength{\oddsidemargin}{.25in}
\setlength ...
\documentclass[a4paper,english]{book}
%make borders narrower
\setlength{\topmargin}{-.05in}
\setlength{\textheight}{9in}
\setlength{\oddsidemargin}{.25in}
\setlength ...
- Sun Jun 14, 2009 5:00 pm
- Forum: Page Layout
- Topic: Quotchap alignment
- Replies: 10
- Views: 9352
Re: Quotchap alignment
Any ideas?
- Thu Jun 11, 2009 6:48 pm
- Forum: Page Layout
- Topic: Quotchap alignment
- Replies: 10
- Views: 9352
Quotchap alignment
I'm using quotchap with the avantgarde setting for my chapter headings. Unfortunately, the large grey chapter number is not aligned to the right correctly and is too far to the left unlike the chapter title. Is there an easy way to manually fix this?
- Sun Oct 26, 2008 11:32 pm
- Forum: BibTeX, biblatex and biber
- Topic: Bibtex and multiple citations
- Replies: 4
- Views: 29060
Bibtex and multiple citations
For reference, the following is a simple enough semi-hack solution:
Code: Select all
\citetext{\citealp[10-11]{key1}; \citealp[233]{key2}}
- Thu Oct 23, 2008 12:14 am
- Forum: BibTeX, biblatex and biber
- Topic: Bibtex and multiple citations
- Replies: 4
- Views: 29060
Bibtex and multiple citations
Hi, newbie to TeX with a dumb question.
I'm using natbib to process my Author-Date citations (\bibpunct[:~]{(}{)}{;}{a}{}{;}) and am aware how to make multiple citations:
\citep{Ref1,Ref2}
Giving: (Author1 2002; Author2 2008)
However, I am also using arguments to give page numbers, eg ...
I'm using natbib to process my Author-Date citations (\bibpunct[:~]{(}{)}{;}{a}{}{;}) and am aware how to make multiple citations:
\citep{Ref1,Ref2}
Giving: (Author1 2002; Author2 2008)
However, I am also using arguments to give page numbers, eg ...