ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Lars <axteffekt@gmail.com>
To: ntg-context@ntg.nl
Subject: How to cite online websites (reloaded)
Date: Sun, 2 Sep 2018 19:02:42 +0200	[thread overview]
Message-ID: <aece77d2-8944-c94f-163c-cb6ac4816254@gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1455 bytes --]

Hello guys,

I've checked some articles on the wiki as well as the publications 
manual, but the results I get aren't what I expect. I hope that you can 
help me.

I'd love to do short BibTeX entries like

@Misc{lnkGGL,
   note = "zuletzt abgerufen am \date[d=05, m=06, y=2018]",
   url = "http://www.google.com"
}

because sometimes this is all info I can get. Now I want an entry in the 
\placelistofpublications area with only the link and the note when I 
opened the website the last time.

That's what I get from ConTeXt so far when I use

\cite[lnkGGL]:

[1], _http://www.google.com_ (unveröffentlicht). (zuletzt abgerufen am 
5. Juni 2018)

How would one get this output instead:

[1] _http://www.google.com_ (zuletzt abgerufen am 5. Juni 2018)

In the mail archive I found these commands:

\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database=sample]
\setuppublications[numbering=yesalternative=myapa-de]

\starttext

\startpublication[k=pragma,
   t=article, % I sometimes use "webpage"
   a=Hans]
\url{http://www.pragma-ade.com} % or u= inside the square brackets
\lastchecked{some date}
\stoppublication

Hallo\cite[url][pragma]

\placelistofpublications

\stoptext

This of course doesn't work for me (error: "attempt to concatenate a 
table value" or a blank page). Also i-context.pdf gives another syntax 
for \cite. I really just want the link and the date in parentheses. How 
would a pro user do this?

Thanks in advance, Lars-


[-- Attachment #1.2: Type: text/html, Size: 2841 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2018-09-02 17:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-02 17:02 Lars [this message]
2018-09-02 21:47 ` Fwd: " Lars
2018-09-02 21:56 ` Alan Braslau
2018-09-02 23:43   ` Lars
2018-09-03  5:44     ` Alan Braslau
2018-09-03 10:09       ` cryo shock

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=aece77d2-8944-c94f-163c-cb6ac4816254@gmail.com \
    --to=axteffekt@gmail.com \
    --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).