all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fabian Braennstroem <f.braennstroem@gmx.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Bibtex extract entries for year, title and author
Date: Tue, 25 Sep 2007 07:17:52 +0000	[thread overview]
Message-ID: <fda5ko$64k$1@sycamore.fernuni-hagen.de> (raw)
In-Reply-To: <fd9ccr$65l$1@sycamore.fernuni-hagen.de>

Hi,

Fabian Braennstroem schrieb am 09/25/2007 12:06 AM:
> Hi,
> 
> I would like to extract the values of the last entry of
> year, title and author.
> Did anyone try to do something similar yet and can give an
> advice how to do it using emacs-lisp?

Maybe, not everybody knows the structure of bibtex files....

@Article{chroneer99:_accur_of_flow_simul_of,
  author = 	 {A. Author},
  title = 	 {T {T}itle},
  journal = 	 {SAE},
  year = 	 1999,
  key = 	 {1999-01-1201},
  pages = 	 {1-11}}


@PhdThesis{kriegel05:_exper_unter_und_numer_simul_eines_quell,
  author = 	 {M. Last Author},
  title = 	 {Last Title},
  school = 	 {Berlin},
  year = 	 2005,
  key = 	 {D 83},
  note = 	 {test}}

Greetings!
Fabian

  reply	other threads:[~2007-09-25  7:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-25  0:06 Bibtex extract entries for year, title and author Fabian Braennstroem
2007-09-25  7:17 ` Fabian Braennstroem [this message]
2007-09-26 15:40 ` Roland Winkler
2007-09-26 21:26   ` Fabian Braennstroem

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

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

  git send-email \
    --in-reply-to='fda5ko$64k$1@sycamore.fernuni-hagen.de' \
    --to=f.braennstroem@gmx.de \
    --cc=help-gnu-emacs@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.