[NTG-context] `\reference` does not print number

2011-10-29 Thread Paul Menzel
Dear ConTeXt folks, using ConTeXt ver: 2011.10.14 22:47 MKIV fmt: 2011.10.15 int: english/english the example from the Wiki page for `\reference` [1] does not work. \starttext See page \ref[p][myref 1] and \ref[p][myref 2]. \page \reference[myref 1

[NTG-context] Wrong reference number

2011-10-26 Thread Andreas Harder
Hi all, I'm not sure if this was introduced with the latest beta, but I just realized that the referencing numbers not right. \starttext \chapter{First} \in{Figure}[fig:a] % should be 1.1 \placefigure[here][fig:a]{}{} \in{Figure}[fig:b] % should be 1.2 \placefigure[here][fig:b]{}

Re: [NTG-context] Two bibmod questions: first initials and points after question marks, etc. in reference list

2011-10-19 Thread Pontus Lurcock
On Wed 19 Oct 2011, Renald Buter wrote: > author = {Hirsch, J.E.}, > ... > - Notice that only the first initial appears? How to get both/all initials? Should be author = {Hirsch, J. E.}, with a space between initials, otherwise bibtex thinks that Hirsch's first name is ‘J.E.’. > -

[NTG-context] Two bibmod questions: first initials and points after question marks, etc. in reference list

2011-10-19 Thread Renald Buter
Hello, I have a reference list in a bibtex file. For example, an entry such as this one: @article{hirsch_does_2007, title = {Does the h index have predictive power?}, volume = {104}, shorttitle = {Does the h index have predictive power?}, number = {49

Re: [NTG-context] Include section number in reference

2011-10-16 Thread Marco
On 2011-10-15 Wolfgang Schuster wrote: > [Description of \setupreferencestructureprefix] wikified Marco ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-cont

Re: [NTG-context] Include section number in reference

2011-10-15 Thread Wolfgang Schuster
ified. (Although without explanations, just an example) > > > I can also provide the entry from my command reference (no yet in the PDF): > > \setupreferencestructureprefix[.1.][.2.][..,.3.,..] > optional > > 1. IDENTIFIER (float, formula, figure,

Re: [NTG-context] Include section number in reference

2011-10-14 Thread Wolfgang Schuster
Am 14.10.2011 um 13:18 schrieb Marco: > On 2011-10-13 Wolfgang Schuster wrote: > >> \setupreferencestructureprefix[default][prefixsegments=2:*] > > Thanks. > > Wikified. (Although without explanations, just an example) I can also provide the entry from my command

Re: [NTG-context] Include section number in reference

2011-10-14 Thread Marco
On 2011-10-13 Wolfgang Schuster wrote: > \setupreferencestructureprefix[default][prefixsegments=2:*] Thanks. Wikified. (Although without explanations, just an example) Marco ___ If your question is of interest to

Re: [NTG-context] Include section number in reference

2011-10-13 Thread Wolfgang Schuster
Am 13.10.2011 um 22:36 schrieb Marco: > Does anyone have an idea? > > What I do at the moment is that I manually reference my > sections. But I'm convinced, there's a neat solution for > that. \setupreferencestructureprefix[default][pref

Re: [NTG-context] Include section number in reference

2011-10-13 Thread Marco
Does anyone have an idea? What I do at the moment is that I manually reference my sections. But I'm convinced, there's a neat solution for that. Regards Marco Patzer ___ If your question is of i

[NTG-context] Include section number in reference

2011-10-12 Thread Marco
, ] [numbers] \setuphead [sectionconversionset=myset] \setuphead [subsection] [sectionsegments=subsection] \starttext \startsection [title=Foo] \startsubsection [title=Bar, reference=bar] \stopsubsection \in{subsection}[bar] \stopsection \stoptext

Re: [NTG-context] Prefixed reference mechanism broken (again) in latest current luatex

2011-08-23 Thread Hans Hagen
On 23-8-2011 10:38, Mari Voipio wrote: Hello! I know I'm about the only person in the world using the prefixed reference mechanism, but it really makes my life a lot easier when handling largish user manuals with tons of references. However, the system seems to be broken again, at lea

[NTG-context] Prefixed reference mechanism broken (again) in latest current luatex

2011-08-23 Thread Mari Voipio
Hello! I know I'm about the only person in the world using the prefixed reference mechanism, but it really makes my life a lot easier when handling largish user manuals with tons of references. However, the system seems to be broken again, at least in LuaTeX in the newest current (ConTeXt

Re: [NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Philipp A.
2011/8/22 Mojca Miklavec > Thank you. > > It was a very nasty one to find, it is located here: >http://wiki.contextgarden.net/MediaWiki:Monobook.js > > I fixed the link now, but we probably need to remove javascript > alltogether and just create a normal link. > > Mojca > thank you! ___

Re: [NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Mojca Miklavec
On Mon, Aug 22, 2011 at 21:53, Philipp A. wrote: >> >> and where is that function? > > the function can be found in > http://wiki.contextgarden.net/index.php?title=-&action=raw&smaxage=0&gen=js&useskin=monobook&270, > which is loaded in the head of each contextgarden wiki page. Thank you. It was

Re: [NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Philipp A.
> Can you please provide more details of course how can we reproduce the problem > go to e.g. http://wiki.contextgarden.net/Quotes and click on a command link, e.g. *single quotes* \quote{some text} in the wiki, the fake link on \quote is a real one, calling javascript:show_command('quote') on

Re: [NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Mojca Miklavec
On Mon, Aug 22, 2011 at 21:14, Philipp A. wrote: > it does still not work. > > the fuction is defined as such: > > function show_command(URL) { > open_window().location.href='http://texshow.contextgarden.net/cmd/' + > URL; > } > > and thus redirects to some url under http://texshow.contextga

[NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Philipp A.
it does *still* not work. the fuction is defined as such: function show_command(URL) { open_window().location.href='http://texshow.contextgarden.net/cmd/' + URL; } and thus redirects to some url under http://texshow.contextgarden.net/. but no matter what that url is, the subdomain alwa

[NTG-context] Get a list of all links to a \reference

2011-07-02 Thread Cecil Westerhof
I am writing a document in which I describe several tables. In the document I link to those tables. Is it possible to generate a list with links to the places where there is a link to a table? I would like to go easily to the places where the table is used. -- Cecil Westerhof

Re: [NTG-context] OT: What reference management software do you use?

2011-05-24 Thread Stefan Müller
On 23.05.2011 23:47, Thomas A. Schmitz wrote: As to the question "why strings": Pontus's answer named one important aspect. I have several .bib files which contain nothing but string definitions: one with abbreviated, one with full journal titles; one with English strings ("reprint," "Munich")

Re: [NTG-context] OT: What reference management software do you use?

2011-05-23 Thread Thomas A. Schmitz
On May 23, 2011, at 11:32 PM, John Haltiwanger wrote: > I hope my question does not come off as too aggressive, but why on earth are > we still using BibTeX? Or, more accurately, when can we _stop_ using BibTeX > and move onto something that has native UTF-8 support and can also integrate > wi

Re: [NTG-context] OT: What reference management software do you use?

2011-05-23 Thread Otso Helenius
> What is the next step for bibliographies in Context? Surely we won't be > chained to BibTeX (which has seemingly been largely been in practice for the > sake of BibLaTeX) forever? Perhaps Biber (http://biblatex-biber.sourceforge.net/) could fill the void. It supports Unicode, is BibTeX compatibl

Re: [NTG-context] OT: What reference management software do you use?

2011-05-23 Thread Pontus Lurcock
On Mon 23 May 2011, Stefan Müller wrote: > Okay, then I should definitely take a look at JabRef. Anyhow, maybe I'm > naive here, but I don't see a reason why Zotero should support BibTeX > Strings. If I type the BibTeX file manually, sure. But Zotero reads the > (e.g.) Journal names from the

Re: [NTG-context] OT: What reference management software do you use?

2011-05-23 Thread John Haltiwanger
I hope my question does not come off as too aggressive, but why on earth are we still using BibTeX? Or, more accurately, when can we _stop_ using BibTeX and move onto something that has native UTF-8 support and can also integrate with a reasonable configuration environment such as CSL? What is the

Re: [NTG-context] OT: What reference management software do you use?

2011-05-23 Thread Stefan Müller
Okay, then I should definitely take a look at JabRef. Anyhow, maybe I'm naive here, but I don't see a reason why Zotero should support BibTeX Strings. If I type the BibTeX file manually, sure. But Zotero reads the (e.g.) Journal names from the corresponding websites, so there should be no need

Re: [NTG-context] OT: What reference management software do you use?

2011-05-23 Thread Thomas A. Schmitz
On May 23, 2011, at 10:45 PM, Stefan Müller wrote: > +1 for Zotero > > I tried Mendeley some time ago. It's standalone but sill quite similar to > Zotero. "Browser-integration" works via a special bookmark. It also has an > embedded pdf-viewer, which is very neat. Reason for changing to Zotere

Re: [NTG-context] OT: What reference management software do you use?

2011-05-23 Thread Stefan Müller
On 22.05.2011 22:14, Otso Helenius wrote: using ConTeXt and not LaTeX you maybe also use a nice reference management software the main stream does not know about. But probably it is not related to ConTeXt at all since it is BibTeX in the end. I can warmly recommend Zotero. It works very well

Re: [NTG-context] OT: What reference management software do you use?

2011-05-22 Thread Pontus Lurcock
On Sat 21 May 2011, Paul Menzel wrote: > using ConTeXt and not LaTeX you maybe also use a nice reference > management software the main stream does not know about. But > probably it is not related to ConTeXt at all since it is BibTeX in > the end. As someone using stone-age referenc

Re: [NTG-context] OT: What reference management software do you use?

2011-05-22 Thread Otso Helenius
>using ConTeXt and not LaTeX you maybe also use a nice reference >management software the main stream does not know about. But probably it >is not related to ConTeXt at all since it is BibTeX in the end. I can warmly recommend Zotero. It works very well and can fetch content directly

Re: [NTG-context] OT: What reference management software do you use?

2011-05-22 Thread Joerg . Hagmann
g Quoting Paul Menzel : Dear ConTeXt folks, using ConTeXt and not LaTeX you maybe also use a nice reference management software the main stream does not know about. But probably it is not related to ConTeXt at all since it is BibTeX in the end. I found a comparison in Wikipedia [1] and consi

[NTG-context] OT: What reference management software do you use?

2011-05-21 Thread Paul Menzel
Dear ConTeXt folks, using ConTeXt and not LaTeX you maybe also use a nice reference management software the main stream does not know about. But probably it is not related to ConTeXt at all since it is BibTeX in the end. I found a comparison in Wikipedia [1] and consider to use JabRef. Thanks

Re: [NTG-context] How to sort the reference by the cite sequence

2011-03-30 Thread seasoul
sequence. On Wed, Mar 30, 2011 at 2:02 PM, seasoul wrote: > > I want to list the cited reference in the publication list, and numbered by > the citing sequence. so I use > > \setuppublications[alternative=num,criterium=cite,sorttype=cite] > > But it seems the sequence is th

[NTG-context] How to sort the reference by the cite sequence

2011-03-29 Thread seasoul
I want to list the cited reference in the publication list, and numbered by the citing sequence. so I use \setuppublications[alternative=num,criterium=cite,sorttype=cite] But it seems the sequence is the one in the bbl file. So i add one line to generate a bbl file by the citing sequence

[NTG-context] Reference jump location

2011-03-28 Thread Marco
I have the feeling that this issue is well known, but I cannot find a solution at the moment. When clicking on a reference the jump goes underneath the heading making it invisible. How to make the jump to a position that the heading stays visible? Example: \setupinteraction [state=start, focus

[NTG-context] Automatic cross reference to next page at automatic page breaks only

2011-03-23 Thread Matthias Weber
Dear all, I am trying to create a screen document that relies entirely on navigation via links. A typically page has several cross references in it the reader has to choose from (think of multiple choice tests). Occasionally, a page is too long to fit on a single screen. I would like to have

Re: [NTG-context] reference tag for equations.

2011-01-27 Thread Jeong Dalyoung
Dear Aditya, It was my dumb question. Thank you. Best regards, Dalyoung ___ 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/mai

Re: [NTG-context] reference tag for equations.

2011-01-26 Thread Aditya Mahajan
On Jan 26, 2011, at 7:35 PM, Jeong Dalyoung wrote: > Dear all, > > 1. I have used \startalign many times before without tag and it worked well. > Thanks Aditya. > now, I tried to set a tag for an equation using \NR[+]: > But there is no reference numbers in the output.

[NTG-context] reference tag for equations.

2011-01-26 Thread Jeong Dalyoung
Dear all, 1. I have used \startalign many times before without tag and it worked well. Thanks Aditya. now, I tried to set a tag for an equation using \NR[+]: But there is no reference numbers in the output. Since there is no mention about this problem in the list, I think that it is my only

Re: [NTG-context] bug with reference ?

2011-01-06 Thread Steffen Wolfrum
] [\EbeneVierConversion] ... \definestructureconversionset [default] [ , Erster_Teil, Erstes_Kapitel,ebenedrei,ebenevier] [numbers] In this case the reference output is fine. But: the booksmarks would be wrong, as they fall back to numbers and have no individual start/stopper!! If I

[NTG-context] bug with reference ?

2011-01-06 Thread Steffen Wolfrum
Hi, when the lowest section is defined with "sectionstarter=(" then the entire reference gets "(" instead of only the actual section: The example below gives ... (1. (1) 1. (1) ...but the right way would be 1. (1) 1. (1) Did I make a mistake or is there a bug? Steffen

Re: [NTG-context] Wiki: Bug: /foo does not link to foo-reference

2010-12-16 Thread Patrick Gundlach
Am 16.12.2010 um 16:35 schrieb Jonas Stein: > foo > creates a javascript link that opens a new small window with the > reference list inside. > > It would be nice, if it would open the corresponding page. > like > http://wiki.contextgarden.net/Reference/en/foo > &

[NTG-context] Wiki: Bug: /foo does not link to foo-reference

2010-12-16 Thread Jonas Stein
foo creates a javascript link that opens a new small window with the reference list inside. It would be nice, if it would open the corresponding page. like http://wiki.contextgarden.net/Reference/en/foo is that possible? kind regards, -- Jonas Stein

Re: [NTG-context] Issues with cross reference

2010-12-12 Thread views63
Thank you. It works well now. -- Best regards, Huang Ze 2010/12/13 Hans Hagen : > On 11-12-2010 1:58, views63 wrote: >> >> Hi all, >> >> cross reference  is not worked  in latest beta (MkIV) >> >> example: >> >> \starttext >> >>

Re: [NTG-context] Issues with cross reference

2010-12-12 Thread Hans Hagen
On 11-12-2010 1:58, views63 wrote: Hi all, cross reference is not worked in latest beta (MkIV) example: \starttext \placeformula[f] \startformula {\bf d}(t)=(1-t)^2{\bf b}_{0,0}+2(1-t)t\Big[\frac{1}{2}{\bf b}_{0,1}+\frac{1}{2}{\bf b}_{1,0}\Big]+t^2{\bf b}_{1,1}. \stopformula see (\in[f

[NTG-context] Issues with cross reference

2010-12-10 Thread views63
Hi all, cross reference is not worked in latest beta (MkIV) example: \starttext \placeformula[f] \startformula {\bf d}(t)=(1-t)^2{\bf b}_{0,0}+2(1-t)t\Big[\frac{1}{2}{\bf b}_{0,1}+\frac{1}{2}{\bf b}_{1,0}\Big]+t^2{\bf b}_{1,1}. \stopformula see (\in[f]) \stoptext -- Best regards, Huang

Re: [NTG-context] Interaction + Footnotes = invalid page reference

2010-11-19 Thread Hans Hagen
On 19-11-2010 5:53, Andreas Harder wrote: Hi again, this is no error, but I wondered why my log is cluttered with "invalid page reference: 0"-messages … till I found out. It seems that every time a reference and its destination are on the same page the above warning

[NTG-context] Interaction + Footnotes = invalid page reference

2010-11-19 Thread Andreas Harder
Hi again, this is no error, but I wondered why my log is cluttered with "invalid page reference: 0"-messages … till I found out. It seems that every time a reference and its destination are on the same page the above warning is caused. \setupinteraction[state=start] % \setu

Re: [NTG-context] helping on "Wiki Command Reference"

2010-11-10 Thread Peter Münster
On Sun, Nov 07 2010, Jonas Stein wrote: > would it be useful to write examples in the Wiki Command Reference Hello, I would rather include examples in the wiki¹ and the ConTeXt Manual² (prose) and let the command reference cover only the dry descriptions. > or will there be some auto

Re: [NTG-context] letter module, vertical offset of reference line

2010-11-09 Thread Wolfgang Schuster
Am 09.11.2010 um 11:09 schrieb Florian Wobbe: >>> 3) It would be nice to have a bottomframe for the backaddress field that is >>> not longer than then the text itself. >> >> \setupletterstyle >> [reference][frame] >> [width=fit] > > I

Re: [NTG-context] letter module, vertical offset of reference line

2010-11-09 Thread Florian Wobbe
On Nov 8, 2010, at 20:53 , Wolfgang Schuster wrote: > > Am 31.10.2010 um 11:16 schrieb Florian Wobbe: > >>> Can you make a example where this calculation goes wrong! >> >> Thanks! Of cause, a commented minimal example is attached. >> >> I have two pr

Re: [NTG-context] letter module, vertical offset of reference line

2010-11-08 Thread Wolfgang Schuster
Am 31.10.2010 um 11:16 schrieb Florian Wobbe: >> Can you make a example where this calculation goes wrong! > > Thanks! Of cause, a commented minimal example is attached. > > I have two problems and a wish: > > 1) The reference line and the following subject line

[NTG-context] helping on "Wiki Command Reference"

2010-11-07 Thread Jonas Stein
Hi, would it be useful to write examples in the Wiki Command Reference manual, or will there be some automatism that imports that information from some other source? Most keywords have empty descriptions. Should users fill them in? Is there a reliable and complete reference for the commands

Re: [NTG-context] letter module, vertical offset of reference line

2010-10-31 Thread Florian Wobbe
On Oct 31, 2010, at 10:11 , Wolfgang Schuster wrote: > > Am 31.10.2010 um 09:36 schrieb Florian Wobbe: > >> Hi, >> >> I need to adjust the vertical position of the reference line (as well as >> subject, opening etc.) because the info-block is longer than th

Re: [NTG-context] letter module, vertical offset of reference line

2010-10-31 Thread Wolfgang Schuster
Am 31.10.2010 um 09:36 schrieb Florian Wobbe: > Hi, > > I need to adjust the vertical position of the reference line (as well as > subject, opening etc.) because the info-block is longer than the > addressee-block to the left. > > With alternative=customized I can use

[NTG-context] letter module, vertical offset of reference line

2010-10-31 Thread Florian Wobbe
Hi, I need to adjust the vertical position of the reference line (as well as subject, opening etc.) because the info-block is longer than the addressee-block to the left. With alternative=customized I can use \setupletterstyle [firstpage] [topspace=...] However with alternative a and e

[NTG-context] reference, ref, label, id, etc.

2010-06-11 Thread Peter Münster
Hello, We have now \startsection[reference=...] and \reference[]{} and perhaps other such commands. Wouldn't it be better to call this "label" or "identifier" or "id" or similar instead of "reference" ? Cheers, Peter -- Con

Re: [NTG-context] \reference fails in the new beta

2010-06-06 Thread Taco Hoekwater
Michael Saunders wrote: \starttext \reference[test]{test} \stoptext Has the syntax of \reference changed? No, it is borked. The same problem was reported in the thread "dodosetreference undefined" I am quite sure Hans will upload a new beta later today. Best wi

[NTG-context] \reference fails in the new beta

2010-06-05 Thread Michael Saunders
\starttext \reference[test]{test} \stoptext Has the syntax of \reference changed? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-12 Thread Patrick Gundlach
> > This is fantastic news, and it looks great! Thanks Patrick. You're welcome! Lots of people have encouraged me to do so, so any input is welcome! > > If the 'volunteers' are REALLY keen they could also change examples so that > they have the following form: > > > Some example code fo

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-12 Thread richard . stephens
Patrick wrote: > > Hi all, > > the garden maintainers have moved the command reference from texshow-web ( > http://texshow.contextgarde.net) to the wiki, below the page > > http://wiki.contextgarden.net/Category:Reference/en > > This means, everybody can updat

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Henning Hraban Ramm
Am 2010-04-11 um 21:37 schrieb Vyatcheslav Yatskovsky: Don't understand how to use it. Without \definerreference there is no difference form ordinary \item, but \definerreference gives an error. \setupinteraction [state=start] %\definerreference[content][] %gives error \starttext \startitemi

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Vyatcheslav Yatskovsky
On 11.04.2010 22:34, ntg-context-requ...@ntg.nl wrote: Thank you for answer, Wolfgang. ConTeXt has no \but command although i think there was one in the past. I'm afraid you are wrong. See updated wiki page: http://wiki.contextgarden.net/Reference/en/but It's also available f

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Wolfgang Schuster
Am 11.04.10 20:16, schrieb Vyatcheslav Yatskovsky: Thank you for answer, Wolfgang. ConTeXt has no \but command although i think there was one in the past. I'm afraid you are wrong. See updated wiki page: http://wiki.contextgarden.net/Reference/en/but It's also available f

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Vyatcheslav Yatskovsky
Thank you for answer, Wolfgang. ConTeXt has no \but command although i think there was one in the past. I'm afraid you are wrong. See updated wiki page: http://wiki.contextgarden.net/Reference/en/but P.S. What about to wikify \show command itself? Or it is not ConTeXt command? Re

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Vyatcheslav Yatskovsky
Hi Willi and all NTG members, I recently asked about if I can work off my annual NTG membership fee. Now I see great possibility for this. I can take an obligation to clean up *all* http://wiki.contextgarden.net/Category:Reference_Cleanup concerning http://archive.contextgarden.net/message/2

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Wolfgang Schuster
Am 11.04.10 19:13, schrieb Vyatcheslav Yatskovsky: 2) Should the description be added before removing Reference_Cleanup? Foe example, \but wiki page looks meaningless without the descrption. http://wiki.contextgarden.net/Reference/en/but ConTeXt has no \but command although i think there was

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Vyatcheslav Yatskovsky
but wiki page looks meaningless without the descrption. http://wiki.contextgarden.net/Reference/en/but -- Best Regards, Vyatcheslav Yatskovsky ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Hans Hagen
On 11-4-2010 3:45, Patrick Gundlach wrote: Hi all, the garden maintainers have moved the command reference from texshow-web (http://texshow.contextgarde.net) to the wiki, below the page http://wiki.contextgarden.net/Category:Reference/en This means, everybody can update the command reference

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Taco Hoekwater
Patrick Gundlach wrote: Thanks for your help! A great big thank you! to you! Best wishes, Taco ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.

[NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Patrick Gundlach
Hi all, the garden maintainers have moved the command reference from texshow-web (http://texshow.contextgarde.net) to the wiki, below the page http://wiki.contextgarden.net/Category:Reference/en This means, everybody can update the command reference now! Hooray! The contents has been

Re: [NTG-context] letter-module: reference

2010-03-26 Thread Wolfgang Schuster
Am 26.03.10 22:33, schrieb Wolfgang Werners-Lucchini: 1) How can one position this horizontaly and verticaly? Manual: Section 9.3 and 9.7 This means, that one has to make a customized reference? Since i have no idea what result do you want the answer is yes. 2) How can I

Re: [NTG-context] letter-module: reference

2010-03-26 Thread Wolfgang Werners-Lucchini
Hallo Wolfgang, > > I am trying to make a simple invoice with Wolfgangs letter-module > and > > have some questions: > > > > I have the following reference in mind > > > > \setupletterstyle[reference][ > > alternative=d, > > list={in

Re: [NTG-context] letter-module: reference

2010-03-26 Thread Wolfgang Schuster
Am 26.03.10 20:49, schrieb Wolfgang Werners-Lucchini: Hallo, I am trying to make a simple invoice with Wolfgangs letter-module and have some questions: I have the following reference in mind \setupletterstyle[reference][ alternative=d, list={invoice,taxnumber,phone,date}] 1

[NTG-context] letter-module: reference

2010-03-26 Thread Wolfgang Werners-Lucchini
Hallo, I am trying to make a simple invoice with Wolfgangs letter-module and have some questions: I have the following reference in mind \setupletterstyle[reference][ alternative=d, list={invoice,taxnumber,phone,date}] 1) How can one position this horizontaly and verticaly? 2

[NTG-context] Unexpected format of reference

2010-03-19 Thread Mikael Persson
Dear list, the following example gives me unexpected format of the last reference to the section \definereferenceformat[eqref][left={(},right={)}] \starttext \section[sec:test]{Test} We are now in \in{Section}{}[sec:test]. \placeformula[eq:general] \startformula A=B \stopformula In~\eqref

Re: [NTG-context] sectionsegments for reference

2009-12-07 Thread Hans Hagen
Wolfgang Schuster wrote: This is a reminder for Hans. Regards, Wolfgang Am 22.11.2009 um 23:49 schrieb Wolfgang Schuster: Hi Hans, there is a nice example in strc-ref.mkiv for the use of sectionsegments in references but the feature is still missing, can it be added. % \starttext % \d

Re: [NTG-context] sectionsegments for reference

2009-12-06 Thread Wolfgang Schuster
This is a reminder for Hans. Regards, Wolfgang Am 22.11.2009 um 23:49 schrieb Wolfgang Schuster: > Hi Hans, > > there is a nice example in strc-ref.mkiv for the use of sectionsegments in > references > but the feature is still missing, can it be added. > > % \starttext > % > \definestruc

[NTG-context] sectionsegments for reference

2009-11-22 Thread Wolfgang Schuster
Hi Hans, there is a nice example in strc-ref.mkiv for the use of sectionsegments in references but the feature is still missing, can it be added. % \starttext % \definestructureconversionset[default][Character,number,Romannumerals,Character][number] % \definestructureseparatorset [defau

Re: [NTG-context] Reference to formula does not work?

2009-09-14 Thread Hans Hagen
Mingyang Sun wrote: On Mon, Sep 14, 2009 at 05:15:52PM -0400, Aditya Mahajan wrote: On Mon, 14 Sep 2009, Mingyang Sun wrote: Another question is, how to make formula number without the chapter number?. The usual way is to say \setupformulas[way=bytext] but that also seems to be broken in MKI

Re: [NTG-context] Reference to formula does not work?

2009-09-14 Thread Mingyang Sun
On Mon, Sep 14, 2009 at 05:15:52PM -0400, Aditya Mahajan wrote: > On Mon, 14 Sep 2009, Mingyang Sun wrote: > > Another question is, how to make formula number without the chapter > > number?. > > The usual way is to say > > \setupformulas[way=bytext] > > but that also seems to be broken in MKIV.

Re: [NTG-context] Reference to formula does not work?

2009-09-14 Thread Aditya Mahajan
On Mon, 14 Sep 2009, Mingyang Sun wrote: Hi all, Say I have a formula that is numbered as "1.1". The problem is when I use \in to refer to that formula, the reference only shows a number "1", and if interaction is enabled, the link does not work neither. Confirmed (in

[NTG-context] Reference to formula does not work?

2009-09-14 Thread Mingyang Sun
Hi all, Say I have a formula that is numbered as "1.1". The problem is when I use \in to refer to that formula, the reference only shows a number "1", and if interaction is enabled, the link does not work neither. The following is the code I use: \setupinteraction[state=

Re: [NTG-context] reference in \placefigure

2009-09-08 Thread Hans Hagen
Peter Münster wrote: Hello, References to figures don't seem to work with latest version: \starttext \section[secref]{section} \placefigure[][figref]{caption}{figure} In section \in[secref] and in figure \in[figref]. % nothing here... \stoptext fixed in next beta

Re: [NTG-context] strange unknown reference problem

2009-09-08 Thread Hans Hagen
Chen Shen wrote: Hi all, I got a strange "unknown reference" problem with the following simple example: will be fixed in next beta - Hans Hagen | PRAGMA ADE Ri

Re: [NTG-context] strange unknown reference problem

2009-09-07 Thread luigi scarso
On Mon, Sep 7, 2009 at 3:55 PM, Chen Shen wrote: > Hi all, > I got a strange "unknown reference" problem with the following simple > example: > % > \starttext > \placeformula[eq:haha] > \startformula > a^2 + d^2 = c^2 > \stopfo

[NTG-context] strange unknown reference problem

2009-09-07 Thread Chen Shen
Hi all, I got a strange "unknown reference" problem with the following simple example: % \starttext \placeformula[eq:haha] \startformula a^2 + d^2 = c^2 \stopformula haha \in[eq:haha] \stoptext % After 3 iterations, I saw this message in th

[NTG-context] reference in \placefigure

2009-09-03 Thread Peter Münster
Hello, References to figures don't seem to work with latest version: \starttext \section[secref]{section} \placefigure[][figref]{caption}{figure} In section \in[secref] and in figure \in[figref]. % nothing here... \stoptext Cheers, Peter

Re: [NTG-context] ConTeXt Ver 2009.08.14 Crashes with \reference

2009-08-15 Thread Taco Hoekwater
Tad Ashlock wrote: The following code causes the 2009.08.14 version of ConTeXt to crash (see below). But it works in the 2009.07.23 version of ConTeXt. \setupinteraction[state=start] ! LuaTeX error ...text/tex/texmf-context/tex/context/base/node-ref.lua:47: attempt to call upvalue 'list_dime

[NTG-context] ConTeXt Ver 2009.08.14 Crashes with \reference

2009-08-15 Thread Tad Ashlock
The following code causes the 2009.08.14 version of ConTeXt to crash (see below). But it works in the 2009.07.23 version of ConTeXt. \setupinteraction[state=start] \starttext \reference[ref:UsersMan]{User's manual} \input tufte\par User's manual~\at[ref:UsersMan]

[NTG-context] Reference to equation fails

2009-06-04 Thread richard . stephens
There seems to be a problem in the referencing to equations in the version of MKIV I'm using: ConTeXt ver: 2009.06.03 11:48 MKIV fmt: 2009.6.3 int: english/english In the following code, the reference to the equation fails, resulting in '??'. Using MKII everything is fi

Re: [NTG-context] No italian traslantion in reference

2008-11-05 Thread Wolfgang Schuster
Am 05.11.2008 um 18:17 schrieb mattia schirosa: > Hi, > i put this command in my doc > \mainlanguage[it] > then when i try to call a figure regefence with > \in{figure}[fig:cartoonmodel] > in pdf doc i see figure instead of figura (it). \in{figura}[fig:cartoonmodel] Wolfgang __

[NTG-context] No italian traslantion in reference

2008-11-05 Thread mattia schirosa
Hi, i put this command in my doc \mainlanguage    [it]  then when i try to call a figure regefence with \in{figure}[fig:cartoonmodel] in pdf doc i see figure instead of figura (it). I need more setup to allow the italian mainlanguage? Thanks, Mattia  Unisciti alla community di Io fotog

Re: [NTG-context] Reference to a subitem

2008-10-27 Thread Marcin Borkowski
Dnia Mon, Oct 27, 2008 at 05:24:56PM +0100, Diego Depaoli napisał(a): > 2008/10/25 Marcin Borkowski <[EMAIL PROTECTED]>: > > Dnia Sat, Oct 25, 2008 at 02:58:24AM +0200, Diego Depaoli napisał(a): > > This code seems to work (approximately) like this: it expands the "ful

Re: [NTG-context] Reference to a subitem

2008-10-27 Thread Marcin Borkowski
t; > \definereferenceformat[initem][left=\ItemNumber] > >> Since I don't speak that language, someone could explain why this code > >> doesn't work when I put a stopper in subitemization? > >> The standard dot isn't a stopper itself? > > > >

Re: [NTG-context] Reference to a subitem

2008-10-27 Thread Diego Depaoli
Another curiosity... why have such kind of reference since we get more flexibility with \in[item]\in[subitem]? -- Diego Depaoli ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] Reference to a subitem

2008-10-27 Thread Diego Depaoli
2008/10/25 Marcin Borkowski <[EMAIL PROTECTED]>: > Dnia Sat, Oct 25, 2008 at 02:58:24AM +0200, Diego Depaoli napisał(a): > This code seems to work (approximately) like this: it expands the "full" > reference, which is: > > and selects "everything from the

Re: [NTG-context] Reference to a subitem

2008-10-27 Thread Wolfgang Schuster
de >> doesn't work when I put a stopper in subitemization? >> The standard dot isn't a stopper itself? > > This code seems to work (approximately) like this: it expands the "full" > reference, which is: > > and selects "everything from the f

Re: [NTG-context] T-shirts (was: Reference to a subitem)

2008-10-26 Thread Mojca Miklavec
On Sun, Oct 26, 2008 at 12:12 PM, Mojca Miklavec wrote: > On Thu, Oct 23, 2008 at 11:58 AM, Diego Depaoli wrote: >> 2008/10/23 Wolfgang Schuster wrote: >>> >>> \def\ItemNumber#1% >>> {\expandafter\doItemNumber#1..\relax} >> As usual, Wolfgang solved! >> >> Mojca, can I have a Context t-shirt custo

[NTG-context] T-shirts (was: Reference to a subitem)

2008-10-26 Thread Mojca Miklavec
On Thu, Oct 23, 2008 at 11:58 AM, Diego Depaoli wrote: > 2008/10/23 Wolfgang Schuster wrote: >> >> \def\ItemNumber#1% >> {\expandafter\doItemNumber#1..\relax} > As usual, Wolfgang solved! > > Mojca, can I have a Context t-shirt customized 'Wolfgang's fan club'? ... A few moments too late :) :) :)

Re: [NTG-context] Reference to a subitem

2008-10-25 Thread Hans Hagen
Diego Depaoli wrote: > 2008/10/23 Wolfgang Schuster <[EMAIL PROTECTED]>: >> \def\ItemNumber#1% >> {\expandafter\doItemNumber#1..\relax} >> >> \def\doItemNumber#1.#2.#3\relax >> {\doifelsenothing{#2} >>{#1} >>{#2}} >> >> \definereferenceformat[initem][left=\ItemNumber] > Since I don't spea

<    1   2   3   4   5   6   7   >