ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jaroslav Hajtmar <hajtmar@gyza.cz>
To: ntg-context@ntg.nl
Subject: Re: MLA Bibliography
Date: Mon, 16 Apr 2012 12:27:23 +0200	[thread overview]
Message-ID: <4F8BF40B.7090008@gyza.cz> (raw)
In-Reply-To: <CALBOmsaZz-vrcXjAFzF9r8Mqh=t7JKU0yQoqmu+wfw5p_v701Q@mail.gmail.com>

Thanks Mojca for comments.
I agree that the output format can be set as needed (a lots of time of 
experimentation). But I needed a special sort of bibliographic items 
(numbering according to their occurrence in the text) and that I have 
unfortunately failed. For average amateurs are code modifications beyond 
its capabilities.
I just want to say that ConTeXt is absolutely amazing tool, but 
sometimes  without professional advice the desired result is unattainable.
When time is pressed and help not comming, sometimes a lot can be 
stressful. However, to not complaint BUT it is the mere statement. This 
conference is above standard and willing to help to laity.

Jaroslav Hajtmar


Dne 15.4.2012 20:09, Mojca Miklavec napsal(a):
> On Sat, Apr 14, 2012 at 05:51, Jaroslav Hajtmar wrote:
>    
>> Hi Kip ...
>> I had a similar problem with a bibliography. Supervisor of thesis wants to
>> have a bibliography in a specific format (sorted AMS like) in which it can
>> not produce the ConTeXt.
>> Maybe this is just because I am a bit stupid and I could not correct the
>> bibliography in ConTeXt and run something similar to what I wanted none of
>> the conference met, so no one could help me. I finally after many hours of
>> experiments on all bibliography resigned and I made myself a simple tool for
>> typesetting bibliographies.
>>      
> It requires some time and tedious work, but if you know exactly what
> you want, changing the layout should not be too difficult. Here are
> some fragments of code that I'm using (I wanted DOI to be printed out,
> that's why I changed the way how article is printed):
>
> \setuppublicationlayout[article]{%
>     \insertartauthors{}{\unskip. }{\insertthekey{}{. }{}}%
>     \insertarttitle{\bgroup }{\egroup. }{}%
>     \insertjournal{\bgroup \it}{\egroup}
>      {\insertcrossref{In }{}{}}%
>     \insertvolume
>      {, }
>      {\insertissue{(}{)}{}%
>       \insertpages{:}{}{}%
>       \insertpubyear{, }{}{}.}
>      {\insertpages{, pages }{}{}%
>       \insertpubyear{, }{}{}.}%
>     \insertnote{ }{.}{}%
>     \insertdoi{ doi:}{.}{}%
>     \insertcomment{}{.}{}%
> }
>
> % new fields and bibliography types:
>
> \newbibfield[conference]
> \newbibfield[cobissid]
>
> \setuppublicationlayout[conference]{%
>    \insertartauthors{}{\unskip. }{}%
>    \insertarttitle{\bgroup }{\egroup. }{}%
>    \insertconference{\bgroup \it}{\egroup\insertday{, }{.
> }{}\insertmonth{}{\ }{}\insertpubyear{}{}{}. }{}%
>    \insertcobissid{[COBISS.SI-ID\ }{]}{}%
> }
>
> \setuppublicationlayout[webpage]{%
>    \inserttitle{\bgroup\it }{\egroup. }{}%
>    \inserturl{}{}{}%
> }
>
> Mojca
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
>    

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2012-04-16 10:27 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-10 22:30 Kip Warner
2012-04-12  7:57 ` Pontus Lurcock
2012-04-12 21:32   ` Kip Warner
2012-04-12 22:29     ` Pontus Lurcock
2012-04-14  0:22       ` Kip Warner
2012-04-13  4:51     ` Philipp Gesang
2012-04-14  0:34       ` Kip Warner
2012-04-14  3:51         ` Jaroslav Hajtmar
2012-04-15 18:09           ` Mojca Miklavec
2012-04-16 10:27             ` Jaroslav Hajtmar [this message]
2012-04-16 20:13               ` John Haltiwanger
2012-04-16 23:48               ` Kip Warner
2012-04-16 23:47             ` Kip Warner
2012-04-17  0:12               ` Mojca Miklavec
2012-04-17  6:50                 ` Kip Warner
2012-04-16 22:47           ` Kip Warner
2012-04-17  0:52             ` Jaroslav Hajtmar
2012-04-17  1:24               ` Kip Warner
2012-04-17  6:58               ` Kip Warner
2012-04-18 10:27         ` Philipp Gesang
2012-04-18 23:40           ` Kip Warner

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=4F8BF40B.7090008@gyza.cz \
    --to=hajtmar@gyza.cz \
    --cc=ntg-context@ntg.nl \
    /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.
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 NNTP newsgroup(s).