Search found 29 matches

by arwintcher
Fri Nov 18, 2011 9:57 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography Problem
Replies: 2
Views: 2429

Re: Bibliography Problem

Have you tried creating an MWE? Usually when this happens to me I eventually find a seemingly unrelated error, like an extra }, a character like & in the middle of a caption, or something like that. I'd start with looking at whatever is on line 4 and see if you can spot a little mistake like that.
by arwintcher
Fri Nov 18, 2011 3:16 pm
Forum: Page Layout
Topic: Force Figures to appear at the Top of a Float Page
Replies: 2
Views: 5327

Re: Force Figures to appear at the Top of a Float Page

Ahhh, thanks! Why couldn't I seem to find that myself...?
by arwintcher
Thu Nov 17, 2011 2:21 pm
Forum: Page Layout
Topic: Force Figures to appear at the Top of a Float Page
Replies: 2
Views: 5327

Force Figures to appear at the Top of a Float Page

I'm using the Memoir class for my thesis.

I have one very figure-heavy chapter, and in a few places figures appear on a page by themselves. But when they do, they are floating in the middle of the page. How can I force them to appear at the top of the page when this happens? Various combinations of ...
by arwintcher
Tue Jun 21, 2011 7:14 pm
Forum: BibTeX, biblatex and biber
Topic: Multiple "forthcoming" or "in press" citations
Replies: 1
Views: 5118

Multiple "forthcoming" or "in press" citations

Another day, another google search, and a few dozen runs of makebst and various bits of cobbling and I think I have something that works well enough for me to call it good.

I re-ran makebst and chose the option to italicize the "a" and "b". Then I used this hack on my new bst file:


Start with a ...
by arwintcher
Tue Jun 21, 2011 1:39 am
Forum: BibTeX, biblatex and biber
Topic: Multiple "forthcoming" or "in press" citations
Replies: 1
Views: 5118

Multiple "forthcoming" or "in press" citations

I'm having a problem with "forthcoming" references that I haven't been able to solve. I'm using Memoir + natbib, with an author-date citation style and a custom .bst file I made using "makebst" years ago. I use the natbib variations on the \cite{} command (like \citep{} and \citeyear{} etc.) to cite ...
by arwintcher
Wed Aug 25, 2010 8:21 pm
Forum: Kile
Topic: Syntax highlighting tweaking for Kile
Replies: 4
Views: 15268

Syntax highlighting tweaking for Kile

I was thinking about this today and managed to make a couple of amateur hacks to my latex.xml file which successfully change the highlighting of commands like \citep to be the same as \cite, and also to have the chapter titles etc. in a different color from the other text.

I posted an explanation ...
by arwintcher
Sat Mar 27, 2010 12:13 pm
Forum: General
Topic: tex2word
Replies: 2
Views: 2329

Re: tex2word

I've been using latex2rtf for quick and dirty conversions. It works more or less okay for my purposes but I don't have any equations in my document. Tables are not converted and pictures are ignored, but this may be in part because I have a custom command for including tables. Also, the citations ...
by arwintcher
Sat Mar 27, 2010 12:07 pm
Forum: General
Topic: Multiple appendices in memoir, and non-LaTeX appendices?
Replies: 2
Views: 4895

Multiple appendices in memoir, and non-LaTeX appendices?

Many weeks of googling and some random coincidences later:

For the appendices, I found the pdfpages package will work just fine. In the preamble, I have added this:

\usepackage{eso-pic} %One of the packages required by pdfpages
\usepackage{everyshi} %One of the packages required by pdfpages ...
by arwintcher
Sun Mar 21, 2010 1:16 am
Forum: BibTeX, biblatex and biber
Topic: How to print bib database and keys?
Replies: 3
Views: 4016

Re: How to print bib database and keys?

Are you just using your bibliography database as a single text file? Perhaps you should try something like JabRef.
by arwintcher
Sun Mar 21, 2010 1:14 am
Forum: Text Formatting
Topic: Long chapter title or something in TOC and chapter page
Replies: 4
Views: 3828

Re: Long chapter title or something in TOC and chapter page

I think you want a "chapter precis" command:

\chapterprecis{Example of a chapter precis. Our hero is introduced; family tree; early days.}

Put it after your chapter title in the text, and the text will be displayed in both the table of contents and under the chapter heading.