emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: suvayu ali <fatkasuvayu+linux@gmail.com>
To: Aditya Mandayam <adityams@gmail.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: References in Latex
Date: Tue, 26 Jul 2011 23:24:45 +0200	[thread overview]
Message-ID: <CAMXnza2+5hXbTH92NuF-W1L65ZZy1c-YXtPx2HQiP3EWUHpV9g@mail.gmail.com> (raw)
In-Reply-To: <CABiTF5Mhk3TkkrrOuCW3c+=ce-F3iiPibhM__WwZFkDaeX3N3g@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]

Hello Aditya,

I had some start-up problems as I don't use xelatex or fool around with
fonts[1] much. But after I got around those, I think the problem is with
rubber. It doesn't run bibtex at all (or at least not properly). I could
successfully build a pdf by calling xelatex and bibex explicitly. From
what you described in the earlier emails, I think the pdf looks just
like you expected (attached). I would encourage you to find out how to
properly ask rubber to run bibtex to get this to work.

This is what worked for me:

(setq org-latex-to-pdf-process
      '("xelatex -interaction nonstopmode %b"
	"/usr/bin/bibtex %b"
	"xelatex -interaction nonstopmode %b"
	"xelatex -interaction nonstopmode %b")
      )

Hope this helps.

PS: Nice class, I might use it sometime in the future. ;)

Footnotes:

[1] I had to comment out this line "\setromanfont[Mapping=tex-text]
    {Bauer Bodoni Std 1 Roman}"

-- 
Suvayu

Open source is the future. It sets us free.

[-- Attachment #2: bibtest.pdf --]
[-- Type: application/pdf, Size: 32193 bytes --]

      reply	other threads:[~2011-07-26 21:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-26  0:56 References in Latex Aditya Mandayam
2011-07-26  1:24 ` suvayu ali
2011-07-26  1:33   ` Aditya Mandayam
2011-07-26  2:01     ` suvayu ali
2011-07-26  2:58 ` Nick Dokos
2011-07-26 10:51   ` Aditya Mandayam
2011-07-26 11:44     ` suvayu ali
2011-07-26 18:15       ` Aditya Mandayam
2011-07-26 18:42         ` Jambunathan K
2011-07-26 18:56           ` Aditya Mandayam
2011-07-26 19:11             ` Christian Moe
2011-07-26 19:45               ` Aditya Mandayam
2011-07-26 19:59         ` suvayu ali
2011-07-26 20:43           ` Aditya Mandayam
2011-07-26 21:24             ` suvayu ali [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMXnza2+5hXbTH92NuF-W1L65ZZy1c-YXtPx2HQiP3EWUHpV9g@mail.gmail.com \
    --to=fatkasuvayu+linux@gmail.com \
    --cc=adityams@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).