From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: How to generate an index? Date: Wed, 7 May 2014 10:02:14 -0500 Message-ID: References: <87wqdyzrj8.fsf@skimble.plus.com> <87r445lkx2.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi3MV-0000wS-CT for emacs-orgmode@gnu.org; Wed, 07 May 2014 11:02:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wi3MN-0006Fu-Id for emacs-orgmode@gnu.org; Wed, 07 May 2014 11:02:23 -0400 Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:43916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi3MN-0006F5-Ep for emacs-orgmode@gnu.org; Wed, 07 May 2014 11:02:15 -0400 Received: by mail-ob0-f178.google.com with SMTP id va2so1340396obc.23 for ; Wed, 07 May 2014 08:02:14 -0700 (PDT) In-Reply-To: <87r445lkx2.fsf@skimble.plus.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sharon Kimble Cc: org-mode On Wed, May 7, 2014 at 9:31 AM, Sharon Kimble wrote: > John Hendy writes: > >> On Tue, May 6, 2014 at 1:32 PM, Sharon Kimble >> wrote: [ snip ] Looks like you're quite close! > These four files gives the output of "cat.pdf", attached. > > * Things not working properly > - I can't find how to get the title, author and date on a page of > their own. Can you clarify? As in you want sort of a "cover page" instead of the title/author/date being toward the top/middle of the page, immediately followed by the TOC on the same page? Googling around, I found a similar question from... myself! - http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00172.html The suggestion back then was to define your own class, so you'd need to copy/modify Org's default article class so you get something like: \maketitle \newpage \tableofcontents > - I can't find how to get "references" showing in the table of > contents. Google is your friend; there's a bunch of suggestions: - https://www.google.com/search?q=latex+add+references+to+table+of+contents Try the StackExchange ones. You might have to replace your current one-liner with a few other commands as well as loading packages with some varied options, at least from skimming the top hit. > - The index is working with the default of 2 columns, but I want the > page numbers to all be aligned to the right. I haven't yet found how > to do it. Google, again: - http://tex.stackexchange.com/questions/132465/right-aligning-pagenumbers-in-index-with-imakeindex > > Can anyone help with any, or all, of the three problems I've just > outlined please? Apart from those its working well :) > > Sharon. The common theme is Google -> read -> try stuff -> Google -> read -> try stuff -> email Org-mode list :) John > > > -- > A taste of linux = http://www.sharons.org.uk > my git repo = https://bitbucket.org/boudiccas/dots > TGmeds = http://www.tgmeds.org.uk > Debian testing, Fluxbox 1.3.5, emacs 24.4.50.19 >