Search found 6 matches

by philipmach
Sat Jul 26, 2008 10:09 am
Forum: General
Topic: no .bbl file generated
Replies: 12
Views: 125140

Re: no .bbl file generated

Thanks for all the tutorial stuff. I don't know how often I've done exactly this in past but somehow the fact that TexShop doesn't understand when to invoke Bibtex had escaped me.
by philipmach
Fri Jul 25, 2008 10:17 am
Forum: General
Topic: no .bbl file generated
Replies: 12
Views: 125140

no .bbl file generated

I have a multichapter document, using \include for each chapter, and have just started to add in references, and no .bbl file is generated despite running LaTeX repeatedly. Here is an edited down version of the master file -- any ideas on what may be preventing the bbl file being generated?

In case ...
by philipmach
Wed Jun 18, 2008 2:11 am
Forum: General
Topic: Formatting of footnotes
Replies: 5
Views: 4720

Formatting of footnotes

The footmisc package could be useful. Refer to the documentation .

This is a nice hint and I tried it to solve a different bunch of problems, but it introduces a new one. The footmisc package doesn't doesn't split long URLs that are wider than the page. I tried the standard trick of adding white ...
by philipmach
Thu Nov 08, 2007 8:40 am
Forum: General
Topic: right justify line break bug
Replies: 1
Views: 3475

right justify line break bug

I see this problem especially with short lines (e.g., multicolumn academic papers, small paper sizes lik A5): sometimes the line break or right justify algorithm goes wrong and a line runs on too long (especially noticeable in right justify mode).

The problem appears to occur more often if I have a ...
by philipmach
Mon Oct 29, 2007 1:27 am
Forum: Document Classes
Topic: chapter headings without the word "chapter"
Replies: 14
Views: 75763

chapter headings without the word "chapter"

Thanks -- also found

Code: Select all

\renewcommand{\chaptername}{}
as a simple way to get started.
by philipmach
Fri Oct 26, 2007 12:52 pm
Forum: Document Classes
Topic: chapter headings without the word "chapter"
Replies: 14
Views: 75763

chapter headings without the word "chapter"

I'm doing a paperback novel in A5 style (making the margins sensible is a chore but that's another story). On such a small page size, including the word "Chapter" in a chapter heading is a lot of noise. Using:

\documentclass[12pt, a5paper]{book}

Is there an easy way to turn this extra word off ...