Re: [NTG-context] Trying to get a simple bibliography

2022-03-26 Thread A A via ntg-context
to get a simple bibliography to work with ConTeXt. Here's what >> I have so far: >> >> *test.tex* >> >> \usebtxdataset[bibliography.bib] >> >> \starttext >> >> \startbodymatter >> See \cite[proofwiki] >> \stopbodymatter >

Re: [NTG-context] Trying to get a simple bibliography

2022-03-26 Thread A A via ntg-context
h ConTeXt. Here's what > I have so far: > > *test.tex* > > \usebtxdataset[bibliography.bib] > > \starttext > > \startbodymatter > See \cite[proofwiki] > \stopbodymatter > > \startbackmatter > \startsection[title=Bibliography]

[NTG-context] Trying to get a simple bibliography

2022-03-26 Thread A A via ntg-context
Hi All, I'm trying to get a simple bibliography to work with ConTeXt. Here's what I have so far: *test.tex* \usebtxdataset[bibliography.bib] \starttext \startbodymatter See \cite[proofwiki] \stopbodymatter \startbackmatter \startsection[title=Bibliography] \stopsection

Re: [NTG-context] Chapter number retrieval

2022-03-23 Thread Willi Egger via ntg-context
the first argument (which is the number) the title gets typeset without the number, but the number is still available in the TOC or as in my case for the calculation. Thank you for your support and help! Willi > On 23 Mar 2022, at 00:41, Adam Reviczky via ntg-context > wrote: > &

Re: [NTG-context] Chapter number retrieval

2022-03-22 Thread Adam Reviczky via ntg-context
cessible variables at: > https://tex.stackexchange.com/questions/134474/context-part-chapter-section-and-subsection-names > > > > Maybe you want something like this? > > > > \starttext > > \setuphead[chapter][number=no] > > \startchapter[title={My Chapter}] >

Re: [NTG-context] Chapter number retrieval

2022-03-22 Thread Willi Egger via ntg-context
ection-and-subsection-names > > Maybe you want something like this? > > \starttext > \setuphead[chapter][number=no] > \startchapter[title={My Chapter}] > Hello world! > \startMPcode > label("\currentstructurelistnumber\ \currentstructuretitle", origin);

Re: [NTG-context] Chapter number retrieval

2022-03-22 Thread Willi Egger via ntg-context
lli Egger via ntg-context wrote: >> I would like to typeset the chapter title without number in the text. — >> However I still would need to retrieve the number for a calculation in a >> MetaFun graphic. I assume, that even though this number is not typeset, it >> is kept i

Re: [NTG-context] Chapter number retrieval

2022-03-21 Thread śrīrāma via ntg-context
On Tuesday, March 22, 2022 2:17 AM Willi Egger via ntg-context wrote: > I would like to typeset the chapter title without number in the text. — > However I still would need to retrieve the number for a calculation in a > MetaFun graphic. I assume, that even though this number is no

Re: [NTG-context] Chapter number retrieval

2022-03-21 Thread Adam Reviczky via ntg-context
Hi, There is a good overview of accessible variables at: https://tex.stackexchange.com/questions/134474/context-part-chapter-section-and-subsection-names Maybe you want something like this? \starttext \setuphead[chapter][number=no] \startchapter[title={My Chapter}] Hello world! \startMPcode

Re: [NTG-context] Chapter number retrieval

2022-03-21 Thread jbf via ntg-context
://wiki.contextgarden.net/Last_Head_Number I wonder if this helps? Julian On 22/3/22 07:47, Willi Egger via ntg-context wrote: Hello everybody! I would like to typeset the chapter title without number in the text. — However I still would need to retrieve the number for a calculation in a MetaFun

Re: [NTG-context] Make footnote/endnote number not superscript?

2022-03-21 Thread Bruce Horrocks via ntg-context
ve=serried, numberstyle={\switchtobodyfont[12pt]}, > style={\switchtobodyfont[12pt]}, numbercommand=] > \starttext > > \dorecurse{25} > {First\footnote{Footnote one}. > See my video at link\linknote{yewtu.be/my-great

Re: [NTG-context] Chapter number retrieval

2022-03-21 Thread Willi Egger via ntg-context
y yourself back in 2011 at > https://wiki.contextgarden.net/Last_Head_Number > > I wonder if this helps? > > Julian > > On 22/3/22 07:47, Willi Egger via ntg-context wrote: >> Hello everybody! >> >> >> I would like to typeset the chapter title

Re: [NTG-context] Chapter number retrieval

2022-03-21 Thread jbf via ntg-context
Willi, I see a comment by yourself back in 2011 at https://wiki.contextgarden.net/Last_Head_Number I wonder if this helps? Julian On 22/3/22 07:47, Willi Egger via ntg-context wrote: Hello everybody! I would like to typeset the chapter title without number in the text. — However I still

[NTG-context] Chapter number retrieval

2022-03-21 Thread Willi Egger via ntg-context
Hello everybody! I would like to typeset the chapter title without number in the text. — However I still would need to retrieve the number for a calculation in a MetaFun graphic. I assume, that even though this number is not typeset, it is kept in the background. How to retrieve it? Kind

Re: [NTG-context] Make footnote/endnote number not superscript?

2022-03-21 Thread Pablo Rodriguez via ntg-context
tion[linknote] [alternative=serried, numberstyle={\switchtobodyfont[12pt]}, style={\switchtobodyfont[12pt]}, numbercommand=] \starttext \dorecurse{25} {First\footnote{Footnote one}. See my video at link\linknote{yewtu.be/my-great-video.}. } \title{Links} \placenotes[link

Re: [NTG-context] Metafun, difficulty with graphical element in the margin

2022-03-20 Thread Wolfgang Schuster via ntg-context
neoverlay[chapter-thumb][\useMPgraphic{chapter-thumb}] \startsectionblockenvironment[bodypart] \setupbackgrounds[rightpage][background=chapter-thumb] \stopsectionblockenvironment \showframe \starttext \startfrontmatter \startchapter[title=Test A] \samplefile{ward} \stopchapt

Re: [NTG-context] Metafun, difficulty with graphical element in the margin

2022-03-20 Thread Willi Egger via ntg-context
comments. — Tthe problem is, that this >> thumb-picture should only be placed in the \startboydmatter..\stopbodymatter >> sections. In the case of this book however there are the title pages and >> quite some text including the TOC in the >> \startfrontmatter..\stopfrontmatter. SO I e

Re: [NTG-context] Metafun, difficulty with graphical element in the margin

2022-03-20 Thread Willi Egger via ntg-context
li, > > How about invoking the command \setups{Thumb-pictures} between a \start \stop > pair as in the following: > > \showframe > > \starttext > > \startfrontmatter > \startchapter[title=Test A] > \samplefile{knuth} > \stopchapter > > \stopfr

Re: [NTG-context] Metafun, difficulty with graphical element in the margin

2022-03-20 Thread Wolfgang Schuster via ntg-context
Willi Egger via ntg-context schrieb am 19.03.2022 um 21:42: Hello Otared, thanks so much for your testing and comments. — Tthe problem is, that this thumb-picture should only be placed in the \startboydmatter..\stopbodymatter sections. In the case of this book however there are the title

Re: [NTG-context] \setupheadertexts for chapters with different authors

2022-03-19 Thread jbf via ntg-context
get a section title (or another “mark”), you can’t combine it with the variable commands, and you don’t need it for your case. https://wiki.contextgarden.net/Command/getmarking isn’t really helpful since there’s no example with section titles, but it shows you can also get previous or next

Re: [NTG-context] Metafun, difficulty with graphical element in the margin

2022-03-19 Thread Otared Kavian via ntg-context
Hi Willi, How about invoking the command \setups{Thumb-pictures} between a \start \stop pair as in the following: \showframe \starttext \startfrontmatter \startchapter[title=Test A] \samplefile{knuth} \stopchapter \stopfrontmatter %\page[yes] \start \setups{Thumb-pictures

Re: [NTG-context] Metafun, difficulty with graphical element in the margin

2022-03-19 Thread Willi Egger via ntg-context
Hello Otared, thanks so much for your testing and comments. — Tthe problem is, that this thumb-picture should only be placed in the \startboydmatter..\stopbodymatter sections. In the case of this book however there are the title pages and quite some text including the TOC

Re: [NTG-context] \setupheadertexts for chapters with different authors

2022-03-19 Thread Henning Hraban Ramm via ntg-context
Hi Julian, you’re right, the example didn’t do what you wanted, and it didn’t intend to. Using \getmarking you can get a section title (or another “mark”), you can’t combine it with the variable commands, and you don’t need it for your case. https://wiki.contextgarden.net/Command

Re: [NTG-context] \setupheadertexts for chapters with different authors

2022-03-18 Thread jbf via ntg-context
seem to suggest initially that I could use \structureuservariable (or \structurevariable) instead, especially since I already have a variable to call on, e.g \startchapter[title={My title}][author={A. uthor}]. But in the example you then gave, you made no use of either of these. My current

Re: [NTG-context] Calling in chapter number in list={}

2022-03-17 Thread Henning Hraban Ramm via ntg-context
for book which comprises individual contributions, and each contribution has its own author/copyright (hence the individual chapters bear a title without a number, but the editor who has compiled these wants them numbered in the TOC). I currently call the author name in the TOC with: \define

[NTG-context] Calling in chapter number in list={}

2022-03-16 Thread jbf via ntg-context
which comprises individual contributions, and each contribution has its own author/copyright (hence the individual chapters bear a title without a number, but the editor who has compiled these wants them numbered in the TOC). I currently call the author name in the TOC with: \define[1

[NTG-context] Fwd: Bibliography (follow up)

2022-03-12 Thread Willi Egger via ntg-context
ed pdf, the issue-number is collated to the title, no comma no space.I would be really happy, if someone could confirm this problem.Attachments:MWE including the publist-test.tex, publist-test.bbl and the publist-test.pdf publist-test.bbl Description: Binary data publist-test.tex Descriptio

[NTG-context] Bibliography (follow up)

2022-03-12 Thread Willi Egger via ntg-context
see in the attached pdf, the issue-number is collated to the title, no comma no space.I would be really happy, if someone could confirm this problem.Attachments:MWE including the publist-test.tex, publist-test.bbl and the publist-test.pdf publist-test.bbl Description: Binary data publist-test.tex

Re: [NTG-context] help with facing page image

2022-03-11 Thread jbf via ntg-context
] [mill]   [factor=max] \useexternalfigure [chapter-2] [hacker] [orientation=90,scale=2000] \useexternalfigure [chapter-3] [cow] [orientation=90,height=\framedwidth] \starttext \startchapter [title={Mill}] \dorecurse{7}{\samplefile{lorem}} \stopchapter \startchapter [title={Hacker}] \dorecurse{11

Re: [NTG-context] help with facing page image

2022-03-11 Thread Wolfgang Schuster via ntg-context
[chapter-2] [hacker] [orientation=90,scale=2000] \useexternalfigure [chapter-3] [cow] [orientation=90,height=\framedwidth] \starttext \startchapter [title={Mill}] \dorecurse{7}{\samplefile{lorem}} \stopchapter \startchapter [title={Hacker}] \dorecurse{11}{\samplefile{lorem}} \stopchapter

Re: [NTG-context] help with facing page image

2022-03-10 Thread jbf via ntg-context
-\namedheadnumber{chapter}}]}] \setuppagenumbering [alternative=doublesided] \setupexternalfigures [location=default] \starttext \startchapter [title={Mill}] [rotation=90,width=\paperheight] \dorecurse{7}{\samplefile{lorem}} \stopchapter \startchapter

Re: [NTG-context] help with facing page image

2022-03-09 Thread śrīrāma via ntg-context
umbering [alternative=doublesided] \setupexternalfigures [location=default] \starttext \startchapter [title={Mill}] [rotation=90,width=\paperheight] \dorecurse{7}{\samplefile{lorem}} \stopchapter \startchapter [title={Mill}] [rotation=-90,width=\paperhei

Re: [NTG-context] help with facing page image

2022-03-09 Thread jbf via ntg-context
If you mean \setuphead [chapter] [beforesection={\pageinjection[chapter:start]}, insidesection={\pageinjection[chapter:insert][name=\structureuservariable{image}][name=\structureuservariable{scale}]}] \starttext \startchapter[title={My title}] [image=Chapter1.jpg][scale=500] \setups

Re: [NTG-context] help with facing page image

2022-03-09 Thread jbf via ntg-context
e={chapter\namedheadnumber{chapter}}]}] \setuppagenumbering   [alternative=doublesided] \setupexternalfigures   [location=default] \starttext \startchapter [title={Mill}] [image=mill] \dorecurse{7}{\samplefile{lorem}} \stopchapter \startchapter [title={Mill}] [image=mill] \dorecurse{11}{\sample

Re: [NTG-context] help with facing page image

2022-03-07 Thread jbf via ntg-context
artchapter[title={Chapter \convertnumber{word}{\recurselevel}}] \input knuth \ifnum\headnumber[chapter]=5 {\bfd five} \fi \blank \input tufte \blank \input ward \blank \ifnum\recurselevel=5 \page \input zapf

Re: [NTG-context] help with facing page image

2022-03-07 Thread Henning Hraban Ramm via ntg-context
]\Nothing{} % do nothing \setuphead[chapter][ number=no, page=left, command=\Nothing, before=, after={\directsetup{eka:imagechapter}}, ] % example: \startchapter [title={Chapter Title – here only used in list}] [author={},image=cow, subtitle={Subtitle – here a quote

Re: [NTG-context] help with facing page image

2022-03-07 Thread Bruce Horrocks via ntg-context
n you might need another setup to clean it up afterwards. In this example there is just the "after=" in the definition. % Now you can print your images by using: \starttext \startChapterPreface \externalfigure[cow.pdf] \stopChapterPreface \startchapter[title={firstchapter}} ... \stopchapter

Re: [NTG-context] help with facing page image

2022-03-07 Thread Wolfgang Schuster via ntg-context
headnumber{chapter}}]}] \setuppagenumbering   [alternative=doublesided] \setupexternalfigures   [location=default] \starttext \startchapter [title={Mill}] [image=mill] \dorecurse{7}{\samplefile{lorem}} \stopchapter \startchapter [title={Mill}] [image=mill] \dorecurse{11}{\samplefile{lorem}} \s

Re: [NTG-context] help with facing page image

2022-03-07 Thread jbf via ntg-context
uphead [chapter] [page=yes, before=\directsetup{chapter:before}, aftersection=\directsetup{chapter:after}] \starttext \dorecurse{10}{ \startchapter[title={Chapter \convertnumber{word}{\recurselevel}}] \input knuth \ifnum\headnumber[chapter]=5 {\

Re: [NTG-context] help with facing page image

2022-03-06 Thread śrīrāma via ntg-context
pCover] \page[empty] \popbackground} \stopsetups \startsetups chapter:after \doifoddpageelse{} {\page[empty]} \stopsetups \setuphead [chapter] [page=yes, before=\directsetup{chapter:before}, aftersection=\directsetup{chapter:after}] \starttext \dorecurse{10}

Re: [NTG-context] help with facing page image

2022-03-06 Thread jbf via ntg-context
stopsetups \setuphead [chapter] [page=yes, before=\directsetup{chapter:before}, aftersection=\directsetup{chapter:after}] \starttext \dorecurse{10}{ \startchapter[title={Chapter \convertnumber{word}{\recurselevel}}] \input knuth \blank \i

Re: [NTG-context] help with facing page image

2022-03-06 Thread śrīrāma via ntg-context
age[empty] \popbackground} \stopsetups \startsetups chapter:after \doifoddpageelse{} {\page[empty]} \stopsetups \setuphead [chapter] [page=yes, before=\directsetup{chapter:before}, aftersection=\directsetup{chapter:after}] \starttext \dorecurse{10}{ \startchap

Re: [NTG-context] help with facing page image

2022-03-06 Thread śrīrāma via ntg-context
s chapter:after \doifoddpageelse{} {\page[empty]} \stopsetups \setuphead [chapter] [page=yes, before=\directsetup{chapter:before}, aftersection=\directsetup{chapter:after}] \starttext \dorecurse{10}{ \startchapter[title={Chapter \convertnumber{word}{\recurselevel}}]

[NTG-context] help with facing page image

2022-03-06 Thread jbf via ntg-context
\textwidth]} \doifoddpageelse {} {\pushbackground[page] \setupbackgrounds[page]%[background=color,backgroundcolor=red] [background=mylayer] \page[empty] \popbackground} \startchapter[title={Prelude}] etc. This correctly places the Chapter1.jpg on the facing page to Chapter 1. My problem comes

[NTG-context] Makeup on same page as main content

2022-03-05 Thread mastermind_ x via ntg-context
respectively. Then there will be course information on the left and a framed assignment box on the right (as it will have special fonts). Much like the title of a latex article class. It should look something like this: [logo] [date

Re: [NTG-context] Problems with itemize with several columns

2022-02-24 Thread fv leung via ntg-context
=exercici_color, title=yes, titlestyle=\ss, titledistance=0em, left={\bgroup\bf}, right={\egroup}, after={\blank[big]}, prefix=yes, prefixsegments=section, way=section] \starttext \section{Operacions amb fraccions} \subject{Preguntes} \startexercici[exercici:operacions-amb-fraccions-1]{suma i resta} Opereu

Re: [NTG-context] Problems with itemize with several columns

2022-02-23 Thread Luis Montgomery via ntg-context
gt; list. I put it here: > > > > > > \defineenumeration > > > [exercici] > > > [alternative=serried, before={\blank[medium]\testpage[1]}, > text={Exercici}, stopper={.\space}, width=fit, headstyle=\ss, > distance=0.25em, width=fit, headcolor=exercici_color, tit

Re: [NTG-context] Problems with itemize with several columns

2022-02-23 Thread Xavier B. via ntg-context
know the reason, but the attached code des not display very well in mailing > > list. I put it here: > > > > \defineenumeration > > [exercici] > > [alternative=serried, before={\blank[medium]\testpage[1]}, > > text={Exercici}, stopper={.\space}, width=fit, heads

Re: [NTG-context] Problems with itemize with several columns

2022-02-23 Thread Bruce Horrocks via ntg-context
t; > \defineenumeration > [exercici] > [alternative=serried, before={\blank[medium]\testpage[1]}, text={Exercici}, > stopper={.\space}, width=fit, headstyle=\ss, distance=0.25em, width=fit, > headcolor=exercici_color, title=yes, titlestyle=\ss, titledistance=0em, > left={\bgro

Re: [NTG-context] Problems with itemize with several columns

2022-02-23 Thread Xavier B. via ntg-context
={Exercici}, stopper={.\space}, width=fit, headstyle=\ss, distance=0.25em, width=fit, headcolor=exercici_color, title=yes, titlestyle=\ss, titledistance=0em, left={\bgroup\bf}, right={\egroup}, after={\blank[big]}, prefix=yes, prefixsegments=section, way=section] \starttext \section{Operacions amb

Re: [NTG-context] \hyphenatedurl in non-hyphenation context

2022-02-15 Thread Denis Maier via ntg-context
the url setup then called in before \hyphenatedurl): \setuppapersize[A6] \setuphead[chapter][align={right,nothyphenated}] \startsetups url \setupalign[hyphenated] \stopsetups \starttext \chapter[title={asdf asdf \goto{\setup[url]\hyphenatedurl{https://doi.org/10.12345/12345.12345

Re: [NTG-context] \hyphenatedurl in non-hyphenation context

2022-02-14 Thread jbf via ntg-context
You could try this (note the url setup then called in before \hyphenatedurl): \setuppapersize[A6] \setuphead[chapter][align={right,nothyphenated}] \startsetupsurl \setupalign[hyphenated] \stopsetups \starttext \chapter[title={asdfasdf\goto{\setup[url]\hyphenatedurl{https://doi.org

[NTG-context] \hyphenatedurl in non-hyphenation context

2022-02-14 Thread Denis Maier via ntg-context
Hi, I have defined chapter headings set to nothyphenated. Yet, sometimes occur DOIs in these chapter headings, and I would obviously want those to be broken across lines. % \setuppapersize[A6] \setuphead[chapter][align={right,nothyphenated}] \starttext \chapter[title

Re: [NTG-context] Indented Paragraph After Float?

2022-02-07 Thread śrīrāma via ntg-context
agraph. A fix is to use \indentation after \stopplacefigure. \setupfloat[figure][indentnext=yes] \starttext %\setupbodyfont[11pt] \setupindenting[yes, medium] \input ward \endgraf \startplacefigure[title=A Figure,location={page,auto}] \startframedtext \input wa

[NTG-context] Indented Paragraph After Float?

2022-02-07 Thread Michael Urban via ntg-context
As always, it is hard to tell whether this is my stupidity, the wrong version of ConText, or a bug. \setupfloat[figure][indentnext=yes] \starttext %\setupbodyfont[11pt] \setupindenting[yes, medium] \input ward \startplacefigure[title=A Figure,location=page] \startframedtext \input ward.tex

Re: [NTG-context] Regular online meet-up

2022-02-06 Thread Henning Hraban Ramm via ntg-context
Hi Alain, in my current project I need the same. I use floats and move the externalfigure with \offset; can show you on Tuesday. e.g. \startplacefigure[title={},location=left]% or outer... \offset[topoffset=-1em,leftoffset=-20mm]{% % it would be nice to have outeroffset/inneroffset

Re: [NTG-context] XMP metadata schema yields invalid PDF/A

2022-02-05 Thread Karl Pettersson via ntg-context
On Sat, Feb 05, 2022 at 09:59:44AM +0100, luigi scarso wrote: > it's not redefined -- it's dropped. And this is ok. > You can also check with > FOO > > > TITLE > > > and again it's valid. > But > https://www.iso.org/obp

Re: [NTG-context] XMP metadata schema yields invalid PDF/A

2022-02-05 Thread luigi scarso via ntg-context
gt; description seems to be redefined, not title. > it's not redefined -- it's dropped. And this is ok. You can also check with FOO TITLE and again it's valid. But https://www.iso.org/obp/ui/#iso:std:iso:19005:-1:ed-1:v2:cor:1:v1:en and https://www.iso.org/obp/

Re: [NTG-context] XMP metadata schema yields invalid PDF/A

2022-02-05 Thread Karl Pettersson via ntg-context
t; The description element is permitted, but the problem seems to be that > > its valueType is defined as Text in the embedded schema, while the > > metadata element in the PDF has an embedded > xml:lang="x-default"> structure. > > > > > > https://github.co

Re: [NTG-context] XMP metadata schema yields invalid PDF/A

2022-02-04 Thread luigi scarso via ntg-context
1.1/description > > > > (btw it never failed before) > > The description element is permitted, but the problem seems to be that > its valueType is defined as Text in the embedded schema, while the > metadata element in the PDF has an embedded xml:lang="x-default"&g

Re: [NTG-context] XMP metadata schema yields invalid PDF/A

2022-02-04 Thread Karl Pettersson via ntg-context
metadata element in the PDF has an embedded structure. https://github.com/veraPDF/veraPDF-library/issues/1224#issuecomment-1029932963 (I suppose the reference to "title" in the issue comment should be "description".) Validating with veraPDF <1.20 does not raise the error.

Re: [NTG-context] registers, how to ignore quote marks

2022-01-29 Thread jbf via ntg-context
\index[myindex]{\it Book title} (Book Author) and get the correct result, but not sorted properly, so I have to understand how, as you say, to 'set the sort entry to the unformatted version' which is not clear to me at the moment. I'll tackle it on the morrow when I'm thinking more clearly

[NTG-context] How can I get a section title to change depending on the section content?

2022-01-29 Thread Joel via ntg-context
lse Print this stuff about pigeons instead. \fi Basically the content inside that section can change, either being about rabbits or about pigeons. I need the section title to follow that change, the problem is the section title appears before this code, so defining some variable in the later c

Re: [NTG-context] registers, how to ignore quote marks

2022-01-29 Thread Hans Hagen via ntg-context
On 1/29/2022 11:02 AM, jbf via ntg-context wrote: Thanks for this response. I'll have to work on this (but tomorrow... it's late at night for me at the moment). I can see part of what you mean: I can use, for example \index[myindex]{\it Book title} (Book Author) and get the correct result

Re: [NTG-context] registers, how to ignore quote marks

2022-01-29 Thread jbf via ntg-context
Thanks for this response. I'll have to work on this (but tomorrow... it's late at night for me at the moment). I can see part of what you mean: I can use, for example \index[myindex]{\it Book title} (Book Author) and get the correct result, but not sorted properly, so I have to understand how

[NTG-context] registers - only part of an entry to be italics

2022-01-28 Thread jbf via ntg-context
Let me add one more difficulty I have come across with registers. I need the title of a book to be in italics (and know exactly how to do that with \defineprocessor), but the author's name to follow is to be normal, not italic. So I need: /book name/, author name. I tried setting up a second

Re: [NTG-context] OT world history: other measuring systems?

2022-01-26 Thread Hans Hagen via ntg-context
of the danger of homonyms, and if you go for a title like Manual for Polymathematicians, then the word is being wrongly used. There is a word 'polymath' in English, but not 'polymathematician', unless of course you make it clear that it is merely a play on words. But personally, I'd avoid that. sure

Re: [NTG-context] OT world history: other measuring systems?

2022-01-26 Thread jbf via ntg-context
Just be careful, though (writing as a native English speaker), because the word 'polymath' for English speaker is not a reference to mathematicians at all. (Greek/mathē/ means 'learning' not mathematics). Translators are well aware of the danger of homonyms, and if you go for a title like

[NTG-context] How to get \placenotes to place footnote-style citations at the end of my content?

2022-01-24 Thread Joel via ntg-context
Joey sent me and it won't populate `\placenotes[footnote]` with any content: \startbuffer [bib] @Book{clark1989, author = {Clark, William}, title = {Railroads \word{and} railroad towns \word{in} New Mexico}, publisher = {New Mexico Magazine}, year = {1989}, address = {Albuquerque, New Mexico

Re: [NTG-context] How to add entire chapter's page ranger for index entry?

2022-01-23 Thread Bruce Horrocks via ntg-context
to be > displayed. For instance, if Chapter 3 spans page 22-50, and I place > `\index{word}` in Chapter 3, I need the index to display "word 22-50", but > only for that entry...not for all index entries. > > How to add entire chapter's page ranger for index ent

Re: [NTG-context] Credit in DTK

2022-01-23 Thread Jean-Pierre Delange via ntg-context
Professeur de Philosophie (HC) begin:vcard fn:Jean-Pierre Delange n:Delange;Jean-Pierre org;quoted-printable:Acad=C3=A9mie de Versailles email;internet:adeiman...@free.fr title;quoted-printable:Agr=C3=A9g=C3=A9 de philosophie tel;cell:0673947496 x-mozilla-html:FALSE version:2.1 end:vcard

[NTG-context] Credit in DTK

2022-01-23 Thread Jean-Pierre Delange via ntg-context
fn:Jean-Pierre Delange n:Delange;Jean-Pierre org;quoted-printable:Acad=C3=A9mie de Versailles email;internet:adeiman...@free.fr title;quoted-printable:Agr=C3=A9g=C3=A9 de philosophie tel;cell:0673947496 x-mozilla-html:FALSE version:2.1 end:vcard

[NTG-context] placelist created by defineenumeration fails in numbered headings

2022-01-20 Thread Youssef Cherem via ntg-context
That pretty much sums it up: if I change \title to \chapter, for example, the list is generated only if I set the option criterium=chapter, for example. Is criterium really necessary in this case? ``` \defineenumeration [Exercício] [alternative=top, before=\blank, after=\blank, between=\blank

Re: [NTG-context] Custom Table of Contents

2022-01-20 Thread Hans Hagen via ntg-context
t [chapter] [alternative=whatever] \startsetups whatever \framed [offset=overlay,frame=off] { \framed [width=25mm,align=flushleft,frame=off,offset=0pt] { number: \currentlistentrynumber } \framed [width=4cm,align=normal,frame=off,offset=0pt] {

Re: [NTG-context] How to create an index that refers to multiple other books?

2022-01-18 Thread Hans Hagen via ntg-context
[learned][style=sansbold, textstyle=slanted, n=1, pagenumber=yes] \starttext         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.1}     \startchapter[title=Standards]         \placelearned     \stopchapter \stoptext

Re: [NTG-context] How to create an index that refers to multiple other books?

2022-01-18 Thread Joel via ntg-context
 \learned{CCSS+W.7.1}     \startchapter[title=Standards]         \placelearned     \stopchapter \stoptext This prints an index like this: Standards c CSS     W.7.1    1     W.7.3    1 My problem is my textbook also includes four separate workbooks. I need the index to show my publisher that I'

[NTG-context] How to create an index that refers to multiple other books?

2022-01-18 Thread Joel via ntg-context
, pagenumber=yes] \starttext         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.1}     \startchapter[title=Standards]         \placelearned     \stopchapter \stoptext This prints an index like this: Standards c CSS     W.7.1    1     W.7.3

Re: [NTG-context] How to manually adjust the sort order of items appearing in a custom index?

2022-01-17 Thread Henning Hraban Ramm via ntg-context
other event happened} \dateis{1900s+1912}{Another event happened} \startchapter[title=Important Dates]     \placelistdates \stopchapter \stoptext Change your definition of \dateis (or use an additional macro) to use the sort key of \index: \index[1900s+191201]{January} \index[1900s+19120

Re: [NTG-context] How to troubleshoot why my document begins with a blank page?

2022-01-17 Thread Wolfgang Schuster via ntg-context
Joel via ntg-context schrieb am 17.01.2022 um 17:11: I created a book that strangely renders with an entirely blank page. There are tons and tons of macros, in dozens of files defined before the document starts, but the document itself starts quite simply with a title page set inside

[NTG-context] How to troubleshoot why my document begins with a blank page?

2022-01-17 Thread Joel via ntg-context
I created a book that strangely renders with an entirely blank page. There are tons and tons of macros, in dozens of files defined before the document starts, but the document itself starts quite simply with a title page set inside \startfrontmatter. How can I identify what types of preamble

[NTG-context] How to manually adjust the sort order of items appearing in a custom index?

2022-01-17 Thread Joel via ntg-context
ened} \startchapter[title=Important Dates]     \placelistdates \stopchapter \stoptext ___ 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

Re: [NTG-context] SimpleSlides and Visual counters

2022-01-16 Thread Otared Kavian via ntg-context
iousJump] \stopcolor\stop"),center p[3]) ; fi ; \stopuseMPgraphic \starttext \setupTitle [title={Somewhere university}, author={Someone Else}, date={Somewhere, Someday 2021}] \placeTitle \page \SlideTitle{Knuth} \input knuth.tex \SlideTitle{Ward} \i

Re: [NTG-context] \setupheadertexts not working when text contains \subject

2022-01-13 Thread Hans Hagen via ntg-context
- chapter title pages have no headers - left hand (even) pages have the chapter title in the left header and the book title in the right header - right hand (odd) pages have the book title in the left header and the author's name in the right header The following MWE does this perfectly provided

[NTG-context] \setupheadertexts not working when text contains \subject

2022-01-13 Thread Bruce Horrocks via ntg-context
I've found an unexpected interaction between \setupheadertexts and the \subject command, and I'm hoping that someone can tell me what I'm doing wrong. Version: current version: 2022.01.10 08:36 I'm trying to set a book whereby - chapter title pages have no headers - left hand (even) pages have

Re: [NTG-context] How to setupbtx to get short citations?

2022-01-11 Thread Mikael Sundqvist via ntg-context
\cite[hh2010] instead). What do I miss? (Except for the fact that I > should probably define my own btx style as a copy of aps instead of > setting the aps up...) > > /Mikael > > \startbuffer[bib] > @ELECTRONIC{hh2010, > author = {Hans Hagen}, > year = {2010}, >

[NTG-context] How to setupbtx to get short citations?

2022-01-09 Thread Mikael Sundqvist via ntg-context
own btx style as a copy of aps instead of setting the aps up...) /Mikael \startbuffer[bib] @ELECTRONIC{hh2010, author = {Hans Hagen}, year = {2010}, title = {Metafun. \CONTEXT\ mkiv}, url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf}, } \stopbuffer \usebtxdataset[bib.buffer

Re: [NTG-context] Get Current Section Number

2022-01-09 Thread Wolfgang Schuster via ntg-context
Michael Urban via ntg-context schrieb am 09.01.2022 um 17:25: I want to put a book title above the Chapter title for the first chapter of a book. I suppose that this can be accomplished with a 'before=' clause that checks to see if it is the first chapter... but how do I look at the chapter

Re: [NTG-context] Get Current Section Number

2022-01-09 Thread Pablo Rodriguez via ntg-context
On 1/9/22 5:25 PM, Michael Urban via ntg-context wrote: > I want to put a book title above the Chapter title for the first > chapter of a book. I suppose that this can be accomplished with a > 'before=' clause that checks to see if it is the first chapter... but > how do I look at

[NTG-context] Get Current Section Number

2022-01-09 Thread Michael Urban via ntg-context
I want to put a book title above the Chapter title for the first chapter of a book. I suppose that this can be accomplished with a 'before=' clause that checks to see if it is the first chapter... but how do I look at the chapter number in order to set up the conditional? Mike

Re: [NTG-context] Critical Editions?

2022-01-08 Thread Jean-Pierre Delange via ntg-context
-mirror/commits/ wiki : http://contextgarden.net ___ begin:vcard fn:Jean-Pierre Delange n:Delange;Jean-Pierre org;quoted-printable:Acad=C3=A9mie de Versailles email;internet:adeiman...@free.fr title;quoted

[NTG-context] descriptions with long titles

2022-01-08 Thread Henning Hraban Ramm via ntg-context
Hi again, I tried to use a description for a list of organizations with partly long titles. * title and description should both use linebreaking (works) * title should have a fixed width (doesn’t work) * description should run beside a multi-line title, without a gap (doesn’t work

Re: [NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread Hans Hagen via ntg-context
-%D \module %D [ file=type-junicode, %D version=2011.09.18, %Dtitle=\CONTEXT\ Typescript Macros, %D subtitle=Junicode Font Definitions, %D author=Wolfgang Schuster, %D date=\currentdate, %Dcopyright=Wolfgang Schuster, %D license=GNU

Re: [NTG-context] Critical Editions?

2022-01-06 Thread Jean-Pierre Delange via ntg-context
yle sheet which give a PDF output, but Dunod publisher has (for example) build since 15 years an external working flow on a distant (and private server) : the Word text is revised with Word tags (title, chapter, etc.) and send to a server which automatically apply some XML, LateX

Re: [NTG-context] how to place getmarking[title] in header instead of getmarking[chapter]

2022-01-04 Thread fv leung via ntg-context
can use this for the header: \setupheadertexts [text] [{\namedstructurevariable{chapter}{title}}] [] [] [{\namedstructurevariable{chapter}{title}}] juh via ntg-context 於 2022年1月5日 週三 上午12:28寫道: > Hi all, > > I know how to put the current chapter in the header. > > But how

[NTG-context] how to place getmarking[title] in header instead of getmarking[chapter]

2022-01-04 Thread juh via ntg-context
Hi all, I know how to put the current chapter in the header. But how can I also put the value of \starttitle in the header. In this mwe the \starttitle command does not modify the header. Is it possible to do something like: \getmarking[chapter or title] I cannot include \setmarking

Re: [NTG-context] Resetcounter in custom enumeration environment

2022-01-04 Thread Jan-Erik Hägglöf via ntg-context
; and ConTeXt will automatically restart the number at every new subject >> block. > > In this case you would have something like : > > \startexercise[title={Exercises}] >\startuppgift > first exercise >\stopuppgift > >\startuppgift > se

Re: [NTG-context] Resetcounter in custom enumeration environment

2022-01-03 Thread kauśika via ntg-context
\setupenumeration[uppgift] > [alternative=left, > width=1cm, > text=, > after={\blank[2*big]}, > way=bysubject] > and ConTeXt will automatically restart the number at every new subject > block. In this case you would have something like : \startexercise[title={Exercises}]

Re: [NTG-context] How to make \def accept block or buffer as part of (long) command argument

2022-01-02 Thread Benjamin Buchmuller via ntg-context
2 2:14 PM, Benjamin Buchmuller wrote: >> Thanks, Hans, for the answer, but I'm not sure if I get the point. >> While this is possible in ConTeXt: >> \startsection[title={My Title}] >> \beginMyBlock >> bla bla >> \endMyBlock >> \stopsection >> The following wo

Re: [NTG-context] How to make \def accept block or buffer as part of (long) command argument

2022-01-02 Thread Hans Hagen via ntg-context
On 1/2/2022 2:14 PM, Benjamin Buchmuller wrote: Thanks, Hans, for the answer, but I'm not sure if I get the point. While this is possible in ConTeXt: \startsection[title={My Title}] \beginMyBlock bla bla \endMyBlock \stopsection The following won't work (end of file error): \startMyCommand

Re: [NTG-context] How to make \def accept block or buffer as part of (long) command argument

2022-01-02 Thread Benjamin Buchmuller via ntg-context
Thanks, Hans, for the answer, but I'm not sure if I get the point. While this is possible in ConTeXt: \startsection[title={My Title}] \beginMyBlock bla bla \endMyBlock \stopsection The following won't work (end of file error): \startMyCommand[optional={Maybe}] \beginMyBlock bla bla

<    1   2   3   4   5   6   7   8   9   10   >