[NTG-context] Re: Notes at end of book

2025-08-14 Thread Thomas A. Schmitz
Ah, I see! Thank you, Wolfgang, makes sense. I didn't know about startrawsetups... All best Thomas On 8/15/25 5:18 AM, Wolfgang Schuster wrote: 1. You have to replace   \startsetups my:test     ...   \stopsetups with   \startrawsetups my:test     ...   \stoprawsetups or put the set

[NTG-context] Re: Notes at end of book

2025-08-14 Thread Wolfgang Schuster
Am 14.08.2025 um 22:25 schrieb Thomas A. Schmitz: On 8/14/25 18:57, Hans Hagen wrote: ^^^ you stop something you don't start .. check the symmetry of start stop You are of course right - but that was just sloppy cut and paste. In this minimal example, I hope that all start ... stops are p

[NTG-context] Re: Notes at end of book

2025-08-14 Thread Thomas A. Schmitz
On 8/14/25 18:57, Hans Hagen wrote: wrt multiple setups: you can load all kind of xml files using explicit namespaces so, not #1 but {one} {two} etc an when you then need something you just access it explicitly, so no #1 but {two} ; you can mix and match any way you like the #1 approach is j

[NTG-context] Re: Notes at end of book

2025-08-14 Thread Thomas A. Schmitz
On 8/14/25 18:57, Hans Hagen wrote: ^^^ you stop something you don't start .. check the symmetry of start stop You are of course right - but that was just sloppy cut and paste. In this minimal example, I hope that all start ... stops are properly set, and yet I get the same error: \startbu

[NTG-context] Re: Notes at end of book

2025-08-14 Thread Hans Hagen via ntg-context
On 8/14/2025 6:48 PM, Thomas A. Schmitz wrote: Your approach below looks promising, but when I try to wrap my xmlsetups in a \startsetups ... \stopsetups pair, I get this error: ! The file ended when scanning an argument. tex error   > tex error on line 37 in file ./test.tex: \ignoreargume

[NTG-context] Re: Notes at end of book

2025-08-14 Thread Thomas A. Schmitz
Your approach below looks promising, but when I try to wrap my xmlsetups in a \startsetups ... \stopsetups pair, I get this error: ! The file ended when scanning an argument. tex error > tex error on line 37 in file ./test.tex: \ignorearguments \popmacro \commalistcommand \xmlprocessfile

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Denis Maier via ntg-context
> -Ursprüngliche Nachricht- > Von: Denis Maier via ntg-context > Gesendet: Mittwoch, 13. August 2025 23:36 > An: 'mailing list for ConTeXt users' > Cc: denisma...@mailbox.org > Betreff: [NTG-context] Re: Notes at end of book > > Ok, but can you do thi

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Denis Maier via ntg-context
> -Ursprüngliche Nachricht- > Von: Thomas A. Schmitz > Gesendet: Mittwoch, 13. August 2025 23:08 > An: mailing list for ConTeXt users > Betreff: [NTG-context] Re: Notes at end of book > > On 8/13/25 9:49 PM, Denis Maier via ntg-context wrote: > > I

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Hans Hagen via ntg-context
Concerning notes ... \starttext test \footnote{one} test \footnote{two} test \footnote{three} test \footnote{four} \blank \placelist[footnote][criterium=text] \stoptext could help Hans -

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Thomas A. Schmitz
e (simplified) ["realpage"]=123, ["reference"]="endnote:1", which you can access from the TeX end as \at [endote:1] and from the Lua end as structures.references.collected[""]["endnote:1"].references.r

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Denis Maier via ntg-context
for ConTeXt users' > Cc: denisma...@mailbox.org > Betreff: [NTG-context] Re: Notes at end of book > > Hi Thomas, > > > -Ursprüngliche Nachricht- > > Von: Thomas A. Schmitz > > Gesendet: Mittwoch, 13. August 2025 21:26 > > An: mailing list for

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Denis Maier via ntg-context
Hi Thomas, > -Ursprüngliche Nachricht- > Von: Thomas A. Schmitz > Gesendet: Mittwoch, 13. August 2025 21:26 > An: mailing list for ConTeXt users > Betreff: [NTG-context] Re: Notes at end of book > > Denis, Hraban, Hans, > > thanks for your comments and sugg

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Thomas A. Schmitz
Denis, Hraban, Hans, thanks for your comments and suggestions! Yes, the footnotes have page references in the tuc file; Hans even taught me how to access the page number from the Lua end some time ago, so I'm good here! And one thing that I understood reading your comments: it's probably nonse

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Henning Hraban Ramm
Am 13.08.25 um 15:22 schrieb Denis Maier via ntg-context: I imagine you should be able to keep track of the footnotes in a lua table (just like shown in the xml-mkiv manual) and place them manually with \placefootnotes where you want. Something like this: \setupfootnotes[location=text] \startte

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Denis Maier via ntg-context
n you have also saved it to the lua table for the footnote definitions). Could that work? Best, Denis > -Ursprüngliche Nachricht- > Von: Thomas A. Schmitz > Gesendet: Mittwoch, 13. August 2025 14:42 > An: ntg-context@ntg.nl > Betreff: [NTG-context] Notes at end of book >

[NTG-context] Notes at end of book

2025-08-13 Thread Thomas A. Schmitz
Hi all, I'd like some advise on the best way to approach the result I want. I'm typesetting a book; the source is in xml, every chapter in its own file. I want my notes to appear in their own chapter at the end of the book; the reference (in the margin) should be to the page number

[NTG-context] Re: How to easily comment out/uncomment multiple lines all at once?

2025-04-27 Thread Pablo Rodriguez via ntg-context
On 4/27/25 20:42, Joel via ntg-context wrote: > [...] > Because the actual file is quite large, commenting and un-commenting the > lines takes a long time, and can lead to mistakes. Is there any simpler > way to easily switch between the two versions? Hi Joel, your source (which has \startmode...

[NTG-context] Re: How to easily comment out/uncomment multiple lines all at once?

2025-04-27 Thread mf
Hello, you can use modes. --- \definemode[ModeA][keep] \definemode[ModeB][keep] % ... \starttext \startmode[ModeA] \macroA \stopmode \startmode[ModeB] \macroB \stopmode \stoptext --- Then you type: context --mode=ModeA yourfile.tex or context --mode=ModeB yourfile.tex If you

[NTG-context] Re: How to easily comment out/uncomment multiple lines all at once?

2025-04-27 Thread Hans Hagen via ntg-context
On 4/27/2025 8:42 PM, Joel via ntg-context wrote: I have a single *.tex file that I have setup, here's a simple minimal example: \define\macroA{This outputs some stuff.} \define\macroB{\input knuth } \define\macroC{This outputs other stuff.} \define\macroD{This outputs other stuff.} \define

[NTG-context] How to easily comment out/uncomment multiple lines all at once?

2025-04-27 Thread Joel via ntg-context
I have a single *.tex file that I have setup, here's a simple minimal example: \define\macroA{This outputs some stuff.} \define\macroB{\input knuth } \define\macroC{This outputs other stuff.} \define\macroD{This outputs other stuff.} \define\macroE{This outputs other stuff.} \define[2]\macroF{This

[NTG-context] Re: *Not* starting a section at the very bottom of a page

2025-04-24 Thread Jim
On Thu, Apr 24, 2025 at 18:26 (+0200), Wolfgang Schuster wrote: > Am 24.04.2025 um 18:04 schrieb Jim: >> Aditya, >> thanks for the fast reply. >> On Thu, Apr 24, 2025 at 17:08 (+0200), Hans Hagen wrote: >>> On 4/24/2025 5:00 PM, Jim wrote: >>> > This

[NTG-context] Re: *Not* starting a section at the very bottom of a page

2025-04-24 Thread Wolfgang Schuster
Am 24.04.2025 um 18:04 schrieb Jim: Aditya, thanks for the fast reply. On Thu, Apr 24, 2025 at 17:08 (+0200), Hans Hagen wrote: On 4/24/2025 5:00 PM, Jim wrote: This could be a bug report, but it is mostly a request for assistance. In https://www.pragma-ade.com/general/manuals

[NTG-context] Re: *Not* starting a section at the very bottom of a page

2025-04-24 Thread Jim
Aditya, thanks for the fast reply. On Thu, Apr 24, 2025 at 17:08 (+0200), Hans Hagen wrote: > On 4/24/2025 5:00 PM, Jim wrote: >> This could be a bug report, but it is mostly a request for assistance. >> In >> https://www.pragma-ade.com/general/manuals/mathincontext-scre

[NTG-context] Re: *Not* starting a section at the very bottom of a page

2025-04-24 Thread Hans Hagen
On 4/24/2025 5:00 PM, Jim wrote: This could be a bug report, but it is mostly a request for assistance. In https://www.pragma-ade.com/general/manuals/mathincontext-screen.pdf I see "2.11 Big operators" is at the very bottom of a page (no "content" of section 2.11 is on

[NTG-context] Re: *Not* starting a section at the very bottom of a page

2025-04-24 Thread Aditya Mahajan
On Thu, 24 Apr 2025, Jim wrote: > This could be a bug report, but it is mostly a request for assistance. > > In >https://www.pragma-ade.com/general/manuals/mathincontext-screen.pdf > I see "2.11 Big operators" is at the very bottom of a page (no "content"

[NTG-context] *Not* starting a section at the very bottom of a page

2025-04-24 Thread Jim
This could be a bug report, but it is mostly a request for assistance. In https://www.pragma-ade.com/general/manuals/mathincontext-screen.pdf I see "2.11 Big operators" is at the very bottom of a page (no "content" of section 2.11 is on that page). This is an example of wh

[NTG-context] Re: Problem with \reference and \at

2025-03-24 Thread Jacob Kauffmann via ntg-context
Hi Uschi, \goto{Seite 33}[other] will get you there. Or \setcounter[userpage][33] combined with \at{Seite}[other]. Best wishes, Jacob Kauffmann > Am 24.03.2025 um 08:44 schrieb Ursula Hermann : > > Dear List, > > If I compile the following example, > > \usecolors[svg

[NTG-context] Re: Problem with \reference and \at. Sorry, forgot \starttext, and \stoptext

2025-03-24 Thread Aditya Mahajan
tart, >contrastcolor=cornflowerblue] > \starttext > \reference[other]{Seite 33} > \it Hinweis: Beachten Sie die Konvention aus \at{Seite 33}[other] die > Formulierung. > \stoptext > > > What is wrong here? \at[label] shows the page number where the label occur

[NTG-context] Problem with \reference and \at. Sorry, forgot \starttext, and \stoptext

2025-03-24 Thread Ursula Hermann
: Beachten Sie die Konvention aus \at{Seite 33}[other] die Formulierung. \stoptext What is wrong here? Many thanks Uschi ___ If your question is of interest to others as well, please add an entry to the Wiki

[NTG-context] Problem with \reference and \at

2025-03-24 Thread Ursula Hermann
Dear List, If I compile the following example, \usecolors[svg] \setupinteraction [state=start, contrastcolor=cornflowerblue] \reference[other]{Seite 33} \it Hinweis: Beachten Sie die Konvention aus \at{Seite 33}[other] die Formuloierung. The Link is here, but I get : Seite 33 1. What

[NTG-context] Re: prevent a kind of heading at the bottom of the page

2025-02-14 Thread Thomas Meyer
Am 13.02.25 um 16:35 schrieb Wolfgang Schuster: \setuppagenumbering[location={footer,middle}, alternative=onesided] onesided isn't a valid keyword for the alternative key, only singlesided and doublesided can be used. Okay! It seems better. I never got an error message. \startluacode f

[NTG-context] Re: prevent a kind of heading at the bottom of the page

2025-02-13 Thread Wolfgang Schuster
Am 13.02.2025 um 10:58 schrieb Thomas Meyer: Hi folks, once again I have a problem - I'm sure it's not one for you experts! I've set up a diary that basically looks like this: \mainlanguage[de] \definebodyfontenvironment[12pt][interlinespace=15pt] \setuppagenumbering[location={footer,middle},

[NTG-context] Re: prevent a kind of heading at the bottom of the page

2025-02-13 Thread Thomas Meyer
/Don't use these \\ shortcuts ... just \par will do. /Okay! / Anyway, yopu can try this: / / \def\DDate#1%   {\blank   \noindentation{\bf\ss\ctxlua{userdata.Ddate("#1")}}   \blank[samepage]} /That works! *Thank you Hans!* Greetings Thomas Am 13.02.25 um 13:10 schrieb Hans Hagen via ntg-con

[NTG-context] Re: prevent a kind of heading at the bottom of the page

2025-02-13 Thread Hans Hagen via ntg-context
On 2/13/2025 10:58 AM, Thomas Meyer wrote: \startluacode function userdata.Ddate(str)   local year  = string.sub(str,1,4)   local month = string.sub(str,5,6)   local day   = string.sub(str,7,8) context.date({d=day,m=month,y=year},{"weekday,{, },day, {. },month,space,year"}) end \stopluacode

[NTG-context] prevent a kind of heading at the bottom of the page

2025-02-13 Thread Thomas Meyer
Hi folks, once again I have a problem - I'm sure it's not one for you experts! I've set up a diary that basically looks like this: \mainlanguage[de] \definebodyfontenvironment[12pt][interlinespace=15pt] \setuppagenumbering[location={footer,middle}, alternative=onesided] \setuplayout[     line

[NTG-context] OT: a wall of text at the UB Amsterdam

2025-01-13 Thread Henning Hraban Ramm
There’s a literal wall of text at the new building of the university library of Amsterdam. Amazing international typography! https://letterror.com/uva/index.html ___ If your question is of interest to others as well

[NTG-context] Re: Line break after a Metapost picture at start of paragraph

2024-11-29 Thread Florent Michel
you will be fine. There is something to read about it here: > > https://wiki.contextgarden.net/Unexpected_behavior > > /Mikael > > On Fri, Nov 29, 2024 at 10:11 AM Florent Michel > wrote: > > > > Hi, > > > > I have just encountered a (to me) slightly

[NTG-context] Re: Line break after a Metapost picture at start of paragraph

2024-11-29 Thread Mikael Sundqvist
Hi, If you add \dontleavehmode before the MP graphic that starts the line, you will be fine. There is something to read about it here: https://wiki.contextgarden.net/Unexpected_behavior /Mikael On Fri, Nov 29, 2024 at 10:11 AM Florent Michel wrote: > > Hi, > > I have just encounte

[NTG-context] Line break after a Metapost picture at start of paragraph

2024-11-29 Thread Florent Michel
Hi, I have just encountered a (to me) slightly surprising behaviour in ConTeXt LMTX 2024.10.31: there seems to be an automatic line break after a Metapost picture if it is at the start of a paragraph. Here is a simple example showing this behaviour

[NTG-context] Re: Probably a very simple question, but how do I get a page number to be centered, at the bottom and vertically in the middle whilst having my doc margins?

2024-08-19 Thread Pablo Rodriguez via ntg-context
On 8/19/24 17:11, Felix wrote: > Hello mikail, I would send a picture to be more clear with what I > want but it seems to not be possible Hi Felix, attachments to the list should be less than 100kb. If you generate your image as a PNG file, it should fit in that file size. I attach sample image

[NTG-context] Re: Probably a very simple question, but how do I get a page number to be centered, at the bottom and vertically in the middle whilst having my doc margins?

2024-08-19 Thread Felix
Hello mikail, I would send a picture to be more clear with what I want but it seems to not be possible, what adding the footer=.5in code does is simply take away .5in from the bottom margin, what I mean is that The bottom margin really just becomes 1in because the footer takes up .5in from the m

[NTG-context] Re: Probably a very simple question, but how do I get a page number to be centered, at the bottom and vertically in the middle whilst having my doc margins?

2024-08-18 Thread Mikael Sundqvist
set up, or even \showlayout if you want some more information. /Mikael PS You can also play with \setupfootertexts [pagenumber] or \setupfootertexts [pagenumber] [B] On Mon, Aug 19, 2024 at 7:32 AM Felix wrote: > > I have the following code that I tried editing with no s

[NTG-context] Probably a very simple question, but how do I get a page number to be centered, at the bottom and vertically in the middle whilst having my doc margins?

2024-08-18 Thread Felix
I have the following code that I tried editing with no success https://pastebin.com/jT58Z8uY This has no footer or header but when I add code for a header that is AI generated it outputs a wrong result l, and I tried reading documentation too but didn't really find anything helpful What I wan

[NTG-context] Re: a different, but not zero, blank at the top of a page

2024-07-09 Thread mf
Found this solution: \ifdim \pagetotal=0pt \blank[attop,force] \else \blank[normal] \fi Il 09/07/24 15:02, mf ha scritto: Hello, I need advice on blanks at the start of a page. Usually a blank is ignored when it's at the top of a page. You can force it with \blank[...,force], bu

[NTG-context] a different, but not zero, blank at the top of a page

2024-07-09 Thread mf
Hello, I need advice on blanks at the start of a page. Usually a blank is ignored when it's at the top of a page. You can force it with \blank[...,force], but its value is the same as in the remainder of the text. So, if the blank over a heading is 2 lines, forcing it at the top o

[NTG-context] Re: How to disable hyphenation at the end of a line?

2024-05-20 Thread Wolfgang Schuster
Joel via ntg-context schrieb am 20.05.2024 um 03:30: I'm using mostly default ConTeXt settings, but an editor has warned I should avoid using hyphenation at the end of lines--at least for my particular audience. I've found manual text that says how to disable specific words f

[NTG-context] Re: How to disable hyphenation at the end of a line?

2024-05-19 Thread Mikael Sundqvist
Hi, since it has to do with paragraph building and not with certain breaks it is controlled by a demerits rather than a penalty, and there is, as far as I know, no value that explicitly prohibits a hyphen at the last line specifically (you can set the hyphenpenalty to 1 to avoid hyphenations

[NTG-context] How to disable hyphenation at the end of a line?

2024-05-19 Thread Joel via ntg-context
I'm using mostly default ConTeXt settings, but an editor has warned I should avoid using hyphenation at the end of lines--at least for my particular audience. I've found manual text that says how to disable specific words from being hyphenated. Is there a whole-document switch to

[NTG-context] Re: How to stop ConTeXt from thinking period is at the end of a sentence?

2024-05-05 Thread Denis Maier via ntg-context
https://wiki.contextgarden.net/French_spacing Joel via ntg-context hat am 05.05.2024 00:30 CEST geschrieben:     I noticed that some code is being rendered wrong, most especially apparent in a column environment where someti

[NTG-context] How to stop ConTeXt from thinking period is at the end of a sentence?

2024-05-04 Thread Joel via ntg-context
I noticed that some code is being rendered wrong, most especially apparent in a column environment where sometimes the text can get stretched a bit more to fit the column width nicer. If a sentence says "They appeared between c. 1200 BCE and c. 1500 CE." it appears ConTeXt thinks that the perio

[NTG-context] \getmarking for top at the current page

2024-04-15 Thread Biblio--- via ntg-context
50}{ccc } \stopDatum \startDatum[title={secD}]%   \dorecurse{50}{ddd } \stopDatum \startDatum[title={secE}]%   \dorecurse{50}{eee } \stopDatum \stoptext %== %== I'd like to write the marking of the very first text at the current page to the header. That seems to be a b

[NTG-context] Re: \in, \at, and labletext

2024-02-29 Thread Ursula Hermann
Hermann Gesendet: Mittwoch, 28. Februar 2024 13:05:25 An: mailing list for ConTeXt users Betreff: [NTG-context] \in, \at, and labletext Dear List, In the Documentation IntroCTX_eng_s.pdf at page 170 , I found the two examples with \in and \at, and also the lable. The Problem is, that in the

[NTG-context] Re: \in, \at, and labletext

2024-02-28 Thread Pablo Rodriguez via ntg-context
On 2/28/24 13:05, Ursula Hermann wrote: > Dear List, > > In the Documentation IntroCTX_eng_s.pdf at page 170 , I found the two > examples with \in and \at, and also the label. Dear Uschi, I guess you mean (a link may be simpler than attaching a single page): https://raw.githubuse

[NTG-context] \in, \at, and labletext

2024-02-28 Thread Ursula Hermann
Dear List, In the Documentation IntroCTX_eng_s.pdf at page 170 , I found the two examples with \in and \at, and also the lable. The Problem is, that in the following sentence only the number (3.1) is a placed formula in an example, should have a link. Without the brackets. The sentence says

[NTG-context] Re: Works now! At Work, and a question to paragraphs in an Theorem

2024-02-27 Thread Pablo Rodriguez via ntg-context
y? The right command? And > using \startnarrower, \stopnarrower? Narrower refers to margins. Extra space between words would be something different (at least, as far as I get it). That being said, I have no idea how to get different inter-word spacing.

[NTG-context] Works now! At Work, and a question to paragraphs in an Theorem

2024-02-27 Thread Ursula Hermann
Dear List, At Work everything works fine now. Many thanks for those, who have written me. I have a question to my paragraphs: \definetextbackground[Paragaph][ location=paragraph, background=color, backgroundcolor=lightgray, leftoffset=.5\bodyfontsize, rightoffset=.5\bodyfontsize

[NTG-context] Re: Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
Thank you for your interest, Aditya. The error was kindly fixed by Hans introducing the following fix at line 993 in tex/texmf-context/tex/context/base/mkxl/back-exp-imp-mth.lmt: function extras.msubsup(di,element,n,fulltag) local data = di.data local nuc = found(data

[NTG-context] Re: Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
e system-wide one, just upgraded: >>>> mtx-context | ConTeXt Process Management 1.06 >>>> mtx-context | current version: 2024.02.22 18:31 >>>> >>>> And a less recent version, attached to the project: >>>> mtx-context | ConTeXt

[NTG-context] Re: Strange error at lxml-mms.lmt:749

2024-02-25 Thread Aditya Mahajan
On Sun, 25 Feb 2024, Andres Conrado Montoya wrote: > Another remark: It seems this behavior is consistent: if I comment out the > last equation before the one I told you before, again the next formula > works fine, Would it be possible to create a reproducible example? Aditya ___

[NTG-context] Re: Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
; carácter está dada por los medios que estamos dispuestos a utilizar, no por >> los fines que proclamamos. >> >> >> “You develop an instant global consciousness, a people orientation, an >> intense dissatisfaction with the state

[NTG-context] Re: Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
> > “You develop an instant global consciousness, a people orientation, an > intense dissatisfaction with the state of the world, and a compulsion to do > something about it. From out there on the moon, international politics look > so petty. You want to grab a politician by the sc

[NTG-context] Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
s look so petty. You want to grab a politician by the scruff of the neck and drag him a quarter of a million miles out and say, ‘Look at that, you son of a bitch.’” — Apollo 14 astronaut Edgar Mitchell ___ If your questi

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-21 Thread Ursula Hermann
-context] Re: Sorry for once more asking, i am at Work On 2/20/24 19:03, Gavin via ntg-context wrote: > […] > I don’t know how you are calling PdfLaTeX to typeset your document, > context-test.tex, but that is what you are doing. Hi Uschi and Gavin, I will try to go the same way you propo

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-21 Thread Pablo Rodriguez via ntg-context
On 2/20/24 19:03, Gavin via ntg-context wrote: > […] > I don’t know how you are calling PdfLaTeX to typeset your document, > context-test.tex, but that is what you are doing. Hi Uschi and Gavin, I will try to go the same way you propose, Gavin. Otherwise, Uschi may find it hard to follow totally

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-20 Thread Gavin via ntg-context
what you intend. Since you have TeX Live, I recommend you get the ConTeXt in TeX Live working first, then decide if you need the latest ConTeXt from the garden. > On Feb 20, 2024, at 7:21 AM, Pablo Rodriguez via ntg-context > wrote: > > The engine you are using is pdfTeX (from TeX Li

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-20 Thread Pablo Rodriguez via ntg-context
On 2/20/24 14:45, Ursula Hermann wrote: > Dear Pablo, Dear List > > I have done all you told me yesterday. > > What I do not understand is that the Diagnosis in WinEdt 11 says, > that everything is ok. Also the PDF-Viewer. Sorry, but I can't copy > it, so I tell what I see. What I do not understand

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-20 Thread Ursula Hermann
[NTG-context] Re: Sorry for once more asking, i am at Work Dear Pablo, I shell try it. Many thanks. Uschi -Ursprüngliche Nachricht- Von: Pablo Rodriguez via ntg-context Gesendet: Montag, 19. Februar 2024 14:31 An: ntg-context@ntg.nl Cc: Pablo Rodriguez Betreff: [NTG-context] Re: Sorry for

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-19 Thread Ursula Hermann
Dear Pablo, I shell try it. Many thanks. Uschi -Ursprüngliche Nachricht- Von: Pablo Rodriguez via ntg-context Gesendet: Montag, 19. Februar 2024 14:31 An: ntg-context@ntg.nl Cc: Pablo Rodriguez Betreff: [NTG-context] Re: Sorry for once more asking, i am at Work On 2/19/24 13:06

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-19 Thread Pablo Rodriguez via ntg-context
On 2/19/24 13:06, Ursula Hermann wrote: > Dear List, > > I have done the new download at Work. After compiling is always the same: > > Command Line:   context.exe --synctex=-1 "context-test.tex" > […] > startup error : no format file given, quitting Dear Uschi, it

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-19 Thread Gavin via ntg-context
part of the process needs to be changed so the typesetting uses ConTeXt rather than pdftex. Gavin > On Feb 19, 2024, at 5:06 AM, Ursula Hermann > wrote: > > Dear List, > I have done the new download at Work. After compiling is always the same: > Command Line: contex

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-19 Thread Ursula Hermann
Dear List, I have done the new download at Work. After compiling is always the same: Command Line: context.exe --synctex=-1 "context-test.tex" Startup Folder: C:\Users\Hermann\Downloads\context-mswin\tex\texmf-context\tex\context\test\mkiv startup error : no format file given, q

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-14 Thread Ursula Hermann
Dear Hans, This was before you wrote, that you did an new upload, but i saw it in the installation. Because there were more files. Uschi Von: Ursula Hermann Gesendet: Mittwoch, 14. Februar 2024 13:42 An: 'mailing list for ConTeXt users' Betreff: Sorry for once more asking, i am a

[NTG-context] Sorry for once more asking, i am at Work

2024-02-14 Thread Ursula Hermann
So after a new update on my Computer at Work, I did once more download the installation. After compiling with context-mswin I got this file Command Line: context.exe --synctex=-1 "context-test.tex" Startup Folder: C:\Users\Hermann\Downloads\context-mswin\tex\texmf-context\tex\co

[NTG-context] Bug? Text following columns at end of page goes into footer not next page

2023-09-30 Thread Bruce Horrocks
Two column text that ends near the foot of a page can push the next line into the footer rather than starting a new page. MWE for ConTeXt ver: 2023.09.26 18:19 LMTX :- \setuppapersize [A4] \showframe \starttext Knuth in knolumns \dorecurse{30}{\crlf} \startcolumns \input knuth \stopcolumns

[NTG-context] Re: Tracker for hyphens at the end of lines

2023-08-09 Thread Hans Hagen via ntg-context
nedLines = {} for k,v in pairs(xs) do table.insert(cleanedLines, cleanLine(v)) end return cleanedLines end function cleanLine (x) return removeTrailingPunctuation(getWord(x)) end -- 1. Start reading at colon function getWord(x) -- wir lesen aber Zeichen 26 return

[NTG-context] Re: Tracker for hyphens at the end of lines

2023-08-09 Thread denis.maier
ines, cleanLine(v)) end return cleanedLines end function cleanLine (x) return removeTrailingPunctuation(getWord(x)) end -- 1. Start reading at colon function getWord(x) -- wir lesen aber Zeichen 26 return string.sub(x,26) end -- 2. Remove trailing punctuation function removeTrailingPunctuation

[NTG-context] Re: Tracker for hyphens at the end of lines

2023-08-01 Thread Keith McKay
Thanks Hans! I'm never disappointed, always amazed with ConTeXt! This is just what I was looking for. Best Wishes Keith McKay On 01/08/2023 18:10, Hans Hagen via ntg-context wrote: On 8/1/2023 4:54 PM, Keith McKay wrote: Hi colleagues, Is there a tracker for highlighting hyphens a

[NTG-context] Re: Tracker for hyphens at the end of lines

2023-08-01 Thread Hans Hagen via ntg-context
On 8/1/2023 4:54 PM, Keith McKay wrote: Hi colleagues, Is there a tracker for highlighting hyphens at the end of lines similar the way underfull and overfull boxes can be displayed with a coloured bar at the end of the offending line? I have looked at the wiki page "Reviewing hyphen

[NTG-context] Tracker for hyphens at the end of lines

2023-08-01 Thread Keith McKay
Hi colleagues, Is there a tracker for highlighting hyphens at the end of lines similar the way underfull and overfull boxes can be displayed with a coloured bar at the end of the offending line? I have looked at the wiki page "Reviewing hyphenation" and it has a solution for mkii

[NTG-context] ConTeXt Workshop at Chemnitzer Linuxtage

2022-12-15 Thread juh+ntg-context--- via ntg-context
Dear all, does anyone feels tempted to give a context workshop at the Chemnitzer Linuxtage next year in march? https://chemnitzer.linux-tage.de/2023/de/programm/call-for-lectures I made a workshop at FrOSCon this summer and could help. I might attend the Linuxtage myself but this is unsure

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-17 Thread Fabrice Couvreur via ntg-context
Hi Bruce and Pablo, I'm sorry for the late reply but I'm running out of time right now. Thanks for trying to solve the problem. I think the problem comes from the pyramid.png file. Fabrice Le dim. 13 nov. 2022 à 14:37, Pablo Rodriguez via ntg-context < ntg-context@ntg.nl> a écrit : > On 11/13/22

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-16 Thread Fabrice Couvreur via ntg-context
Hi Bruce and Pablo, I'm sorry for the late reply but I'm running out of time right now. Thanks for trying to solve the problem. I think the problem comes from the pyramid.png file. Fabrice Le mer. 16 nov. 2022 à 14:55, Fabrice Couvreur a écrit : > Hi Bruce and Pablo, > I'm sorry for the late rep

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-13 Thread Pablo Rodriguez via ntg-context
On 11/13/22 11:32, Fabrice Couvreur via ntg-context wrote: > Hi Pablo, > Indeed but I posted these two files in a previous post. Hi Fabrice, the output from your ie_3.tex is too big for the list, so https://pdf.ousia.tk/ie_3.pdf contains it. I see no problem there, but I think that the output fr

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-13 Thread Fabrice Couvreur via ntg-context
Hi Pablo, Indeed but I posted these two files in a previous post. Fabrice Le dim. 13 nov. 2022 à 09:24, Pablo Rodriguez via ntg-context < ntg-context@ntg.nl> a écrit : > On 11/12/22 15:09, Fabrice Couvreur via ntg-context wrote: > > Hi Pablo and Bruce, > > Please try to figure out what is not wor

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-13 Thread Pablo Rodriguez via ntg-context
On 11/12/22 15:09, Fabrice Couvreur via ntg-context wrote: > Hi Pablo and Bruce, > Please try to figure out what is not working. > I'm sorry but I forgot in my previous post files. Hi Fabrice, I get empty files when compiling premiere-modules.tex and premiere-macros.tex and error message with tik

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-12 Thread Fabrice Couvreur via ntg-context
>> On 10 Nov 2022, at 17:06, Fabrice Couvreur via ntg-context wrote: > >> > >> Hi, > >> Sorry to come back to you, but it seems to me that there is enough > space here. > >> Fabrice > > > > For some reason your PNG images came through in ex

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-12 Thread Pablo Rodriguez via ntg-context
On 11/11/22 21:58, Bruce Horrocks via ntg-context wrote: >> On 10 Nov 2022, at 17:06, Fabrice Couvreur via ntg-context wrote: >> >> Hi, >> Sorry to come back to you, but it seems to me that there is enough space >> here. >> Fabrice > > For some reason

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-11 Thread Bruce Horrocks via ntg-context
> On 10 Nov 2022, at 17:06, Fabrice Couvreur via ntg-context > wrote: > > Hi, > Sorry to come back to you, but it seems to me that there is enough space here. > Fabrice For some reason your PNG images came through in extremely low resolution. Without having the ConTeXt s

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-10 Thread Fabrice Couvreur via ntg-context
gt; Hi Bruce and Pablo, >>>> Thank you very much, your explanations are very clear. >>>> Cordially >>>> Fabrice >>>> >>>> Le mer. 9 nov. 2022 à 19:39, Bruce Horrocks via ntg-context < >>>> ntg-context@ntg.nl> a écrit : &

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-10 Thread Fabrice Couvreur via ntg-context
Hi Bruce and Pablo, Thank you very much, your explanations are very clear. Cordially Fabrice Le mer. 9 nov. 2022 à 19:39, Bruce Horrocks via ntg-context < ntg-context@ntg.nl> a écrit : > On 9 Nov 2022, at 18:22, Pablo Rodriguez via ntg-context < > ntg-context@ntg.nl> wrote: >

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-09 Thread Bruce Horrocks via ntg-context
On 9 Nov 2022, at 18:22, Pablo Rodriguez via ntg-context wrote: > > On 11/9/22 17:51, Fabrice Couvreur via ntg-context wrote: >> Hi, >> I find that for some time (but maybe the problem comes from me !), the >> placement of a figure at the bottom of the page causes a pag

Re: [NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-09 Thread Pablo Rodriguez via ntg-context
On 11/9/22 17:51, Fabrice Couvreur via ntg-context wrote: > Hi, > I find that for some time (but maybe the problem comes from me !), the > placement of a figure at the bottom of the page causes a page break when > it seems to me that there is enough space, which poses some probl

[NTG-context] Page break with placement of a figure at the bottom of the page

2022-11-09 Thread Fabrice Couvreur via ntg-context
Hi, I find that for some time (but maybe the problem comes from me !), the placement of a figure at the bottom of the page causes a page break when it seems to me that there is enough space, which poses some problems in the pagination of my documents. Thanks. Fabrice \useMPlibrary[dum

[NTG-context] ConTeXt Workshop at FrOSCon

2022-08-21 Thread juh via ntg-context
nonetheless two of five had problems to correctly set the PATH variable. So I have one question. Is it possible or reasonable to extend the install script so that it adds the new path directly to .bashrc? Or at least to ask the user if the script should do this? Now we have to do theses steps: sh

Re: [NTG-context] Workshop at FrOSCon

2022-07-10 Thread Axel Kielhorn via ntg-context
> Am 10.07.2022 um 16:56 schrieb Henning Hraban Ramm via ntg-context > : > > Am 10.07.22 um 16:43 schrieb Axel Kielhorn via ntg-context: >>> Thank you – I can’t remember you ever announced that? >> I did in 2018 and in return you send me an early version of your book. > > Ok, it’s been a while

Re: [NTG-context] Workshop at FrOSCon

2022-07-10 Thread Henning Hraban Ramm via ntg-context
cover yet. Looking deeper, I also found a lot of errors. Most of the things in there I learned on this mailing list. Me too. And of course at ConTeXt meetings (hint: https://meeting.contextgarden.net/2022/) Hraban

Re: [NTG-context] Workshop at FrOSCon

2022-07-10 Thread Axel Kielhorn via ntg-context
e a German book next year (I hope...); I’ll send you >>> a link off-list. >> I’m looking forward to your book. >> In the meantime there is a short guide at: >> https://github.com/AKielhorn/Context-Intro > > Thank you – I can’t remember you ever announced that? I

Re: [NTG-context] Workshop at FrOSCon

2022-07-10 Thread Hans Hagen via ntg-context
guide at: https://github.com/AKielhorn/Context-Intro Just for the record: luametatex is *not* optimized for context, it just provides (rather generic) stuff not present in other engines that we can benefit from. That said: of course after decades of context we know what is missing in tex that we

Re: [NTG-context] Workshop at FrOSCon

2022-07-10 Thread Henning Hraban Ramm via ntg-context
guide at: https://github.com/AKielhorn/Context-Intro Thank you – I can’t remember you ever announced that? I quickly looked through it and, of course, found a few things that I didn’t cover yet. Hraban ___ If

Re: [NTG-context] Workshop at FrOSCon

2022-07-09 Thread Axel Kielhorn via ntg-context
> Am 09.07.2022 um 19:27 schrieb Henning Hraban Ramm via ntg-context > : > > Tell them there will be a German book next year (I hope...); I’ll send you a > link off-list. I’m looking forward to your book. In the meantime there is a short guide at: https://github.com/AKielhor

  1   2   3   4   5   6   7   >