emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Lawrence Bottorff <borgauf@gmail.com>
To: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Beginner's unluck with bibtex and org-mode
Date: Sat, 7 Jan 2017 11:28:01 -0500	[thread overview]
Message-ID: <CAFAhFSUOAqZWdUefF1A7_rKuHsbQ+cGr4_CSSgb0LD9RnoDthw@mail.gmail.com> (raw)

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

I've got this in an org buffer:

#+BIBLIOGRAPHY: ~/org/biblio/ref plain

* Tests

** Test1
- This is a test \cite{pitman1997probability}.

---
and this in ref.org (as well as a copy in ref.bib without the first
variable line)

-*- mode: bibtex; fill-column: 60 -*-
@book{harrison2009handbook,
  title={Handbook of practical logic and automated reasoning},
  author={Harrison, John},
  year={2009},
  publisher={Cambridge University Press}
}

@misc{pitman1997probability,
  title={Probability: Springer Texts in Statistics},
  author={Pitman, J},
  year={1997},
  publisher={Springer}
}
@book{burton2006elementary,
  title={Elementary number theory},
  author={Burton, David M},
  year={2006},
  publisher={Tata McGraw-Hill Education}
}

I followed this tutorial
<http://chenla.org/2016/08/07/capturing-bibtext-entries-with-org-bibtex-mode-google-scholar.html>
to
get some of the things set up (Google Scholar works great, BTW). When I do
a C-c C-e l o I *Messages* has this:

Saving file /home/hercynian/org/MLWorking/testbibtex.tex...
Wrote /home/hercynian/org/MLWorking/testbibtex.tex
Processing LaTeX file ./testbibtex.tex...
/usr/bin/texi2dvi: Missing file arguments.
/usr/bin/texi2dvi: Try `--help' for more information.
zsh:2: command not found: --batch
I couldn't open file name `testbibtex.aux'
PDF file produced with warnings: [undefined citation]
Type C-c C-c to toggle between editing or viewing the document.

My init stuff is, well, a mess no doubt due to going high and low across
the Internet to it figure out. Can someone point me to the shallow end of
the pool? I'd like to do the cite thing, but I'd also like to output neatly
formatted in Latex (or HTML) all the contents of ref.bib.

LB

[-- Attachment #2: Type: text/html, Size: 2366 bytes --]

                 reply	other threads:[~2017-01-07 16:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAFAhFSUOAqZWdUefF1A7_rKuHsbQ+cGr4_CSSgb0LD9RnoDthw@mail.gmail.com \
    --to=borgauf@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).