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
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
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
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
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
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
> -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
> -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
Concerning notes ...
\starttext
test \footnote{one}
test \footnote{two}
test \footnote{three}
test \footnote{four}
\blank
\placelist[footnote][criterium=text]
\stoptext
could help
Hans
-
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
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
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
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
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
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
>
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
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...
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
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
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
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
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
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
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
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"
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
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
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
: 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
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
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
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},
/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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
___
; 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
>
> “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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>> 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
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
> 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
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 :
&
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:
>
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
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
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
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
> 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
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
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
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
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
> 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 - 100 of 669 matches
Mail list logo