rence in the exercise displays ??
instead of 1. Obviously, this is because the reference mechanism was
not created to reference items that don't exist in the document... yet
here I am ;).
Would there be a way to retrieve the label text of a reference if that
reference is in a block t
cause the reference mechanism was not created to
reference items that don't exist in the document... yet here I am ;).
Would there be a way to retrieve the label text of a reference if that
reference is in a block that is not typeset? Similar to how enumeration
counters get incremented for en
ote]
> >
> > [alternative=serried,% number in the paragraph
> >
> > headcommand=\groupedcommand{\hskip{8pt}}{},% space before the number
> >
> > distance=4pt,% space after the number
> >
> > numbercommand={\offset[y=-1ex]},% raise the number
> >
> >
\it \relax \externalfigure[cow]
[width=0pt,height=0pt,label={Footnote: #1}]}}
\starttext
The phenomenon of colonialism extended borders well beyond traditional
dynastic realms.\notetag{Among recent works, see David Graeber and
Marshall Sahlins, {\it On Kings\/} (Chicago, 2017), and Elena Woodacre,
Lu
p{\let \it \relax \externalfigure[cow]
[width=0pt,height=0pt,label={Footnote: #1}]}}
\starttext
The phenomenon of colonialism extended borders well beyond traditional
dynastic realms.\notetag{Among recent works, see David Graeber and Marshall
Sahlins, {\it On Kings\/} (Chicago, 2017), and Elen
terlinear spacing. If I wanted to do the same in ConTexT, what would
>> > be the preferred method (both in the preamble and in the text itself)?
>>
>> Native support for Unicode in plain TeX is possible since more than 2
>> decades with the introduction of XeTeX.
>
> small scans that appeared in running text without disturbing the
> > interlinear spacing. If I wanted to do the same in ConTexT, what would
> > be the preferred method (both in the preamble and in the text itself)?
>
> Native support for Unicode in plain TeX is possible since more than
do the same in ConTexT, what would
be the preferred method (both in the preamble and in the text itself)?
Native support for Unicode in plain TeX is possible since more than 2
decades with the introduction of XeTeX.
Ideally I would want the label option to work for the benefit of any
preferred method (both in the preamble and in the text itself)? Ideally I
would want the label option to work for the benefit of any visually
impaired readers accessing the PDF. The following MWE doesn't seem to work
(which means no more than that I am still regrettably ignorant of ConT
interblocksep = [[\par]],
string = false,
paragraph = false,
plain = false,
inline_html_comment = function() end,
block_html_comment = function() end,
document = [[\starttext %s \stoptext]],
blockquote = [[\startquotation %s \stopquotation ]],
link = function(label, u
lthough there seem to have been a moment when it was supported, and we don't
> want to mess with javascript)
>
>> 2) The HTML is missing one style sheet: add
>>
>
> ?
>
>> 3) The label={text} parameter for images that provides tags for PDFs becomes
>&g
t was
supported, and we don't want to mess with javascript)
2) The HTML is missing one style sheet: add
?
3) The label={text} parameter for images that provides tags for PDFs
becomes in HTML
wasn't that fixed? we now have descriptiontext and alternativetext keys
instead
4
ConText uses
style sheets to provide a more customizable header structure. So I have to
change the ConTeXt headers to
.. . That’s about 50-100 lines of manual HTML editing, not too bad
2) The HTML is missing one style sheet: add
3) The label={text} parameter for images that provides tags for
On 7/14/2025 10:58 PM, Wolfgang Schuster wrote:
Am 14.07.2025 um 08:44 schrieb Hans Hagen via ntg-context:
so we have to reconsider using label and find another key instead,
like 'comment' or 'description' or so, something that is not yet used
as we might need it in
Am 14.07.2025 um 08:44 schrieb Hans Hagen via ntg-context:
so we have to reconsider using label and find another key instead, like
'comment' or 'description' or so, something that is not yet used as we
might need it in more places .. maybe comment is best left for somethi
=Example]
\startsection[title={Section}]
\placefigure
{}
{\externalfigure[hacker.jpg][
label={Look, a $e^{\pi i}+1=0$ hacker!}]
}
\stopchapter
\stoptext
the figure becomes in the HTML export
Figure 1.1
How do I turn this into an ALT text in the HTML? Or how do I have to
}]
\placefigure
{}
{\externalfigure[hacker.jpg][
label={Look, a $e^{\pi i}+1=0$ hacker!}]
}
\stopchapter
\stoptext
the figure becomes in the HTML export
Figure
1.1
How do I turn this into an ALT text in the HTML? Or how do I have to provide
the Alt text correctly? And what do I do
most articles and
text books actually are just that).
But what if we start nesting, and do typographically interesting things.
Say you have somethign that tags as label but it has an image in it. Or
a (nested) link which has its own restrictions. If accessibility is
really important one s
icrosoft.com/fwlink/?LinkId=733558
> // for the documentation about the tasks.json format
> "version": "2.0.0",
> "tasks": [
> {
> "label": "ConTeXt",
> "type": "shell",
> "command": "
t won’t ever open an external PDF viewer. I found a workaround via
command substitution (backticks):
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": &q
f math,
>> and it would be nice if alternate text for math is provided
>> consistently throughout the document.
>
> Dear Matthias,
>
> my background is in humanities. This is why I see that tagging is
> lacking language (for mixed-languages documents 😅).
>
&
y I see that tagging is
lacking language (for mixed-languages documents 😅).
I wonder whether it would make sense to replace your label with:
{\externalfigure[cow][label={A cow, contemplating}]
{\blank[-3st]\color[white]{$e^{\pi i}+1=0$}}} % path
Of course, full transparent text would make sens
]
\setupstructure[state=start]
\setupbackend
[format=PDF/A-3a]
\setupbackend[format=pdf/ua-1]
\setupexternalfigures[location=default]
\setupnote[mathnote][location=page]
\enabletrackers[math.textblobs]
\starttext
\placefigure
[here]
[] % label
{} % legend
{\externalfigure[cow][label={A cow
On 2025-06-12 17:33, Wolfgang Schuster wrote:
Am 12.06.2025 um 22:08 schrieb Rik Kabel:
The following example fails to generate a label in the makeup page.
With 20250428 it does generate the label.
With alternative=intext, all is as expected.
The counter is incremented in all cases
Am 12.06.2025 um 22:08 schrieb Rik Kabel:
The following example fails to generate a label in the makeup page. With
20250428 it does generate the label.
With alternative=intext, all is as expected.
The counter is incremented in all cases.
\definelabel [X]
% [alternative=intext
ot make it into the lot eventually (if you run into
bottlenecks, lets me know, with examples)
if there are unexpected side effects, let me know and i'll fix and
upload again
The following example fails to generate a label in the makeup page. With
20250428 it does generate the label
2025.04.28 14:29):
\enabledirectives [backend.usetags=testing]
\setuptagging[state=start]
\setupstructure[state=start]
\setupbackend
[format=PDF/A-3a]
\setupbackend[format=pdf/ua-1]
\setupexternalfigures[location=default]
\starttext
\externalfigure[hacker][label={this is an image
0250427 + ConTeXt LMTX 2025.04.28 14:29):
>>
>> \enabledirectives [backend.usetags=testing]
>> \setuptagging[state=start]
>> \setupstructure[state=start]
>> \setupbackend
>>[format=PDF/A-3a]
>> \setupbackend[format=pdf/ua-1]
>> \setupexternalfigur
agging[state=start]
> \setupstructure[state=start]
> \setupbackend
>[format=PDF/A-3a]
> \setupbackend[format=pdf/ua-1]
> \setupexternalfigures[location=default]
> \starttext
> \externalfigure[hacker][label={this is an image}]
>
> \startparagraph
>a
> \stoppar
ting]
\setuptagging[state=start]
\setupstructure[state=start]
\setupbackend
[format=PDF/A-3a]
\setupbackend[format=pdf/ua-1]
\setupexternalfigures[location=default]
\starttext
\externalfigure[hacker][label={this is an image}]
\startparagraph
a
\stopparagraph
\stoptext
If
only when
> it's required by law they do it
>
> - adding some simple label is not helping the blind, while making a dedicated
> document (or providing the sources) with more extensive description of what
> this image is showing makes more sense
>
> - add audio resources to
; -ActualText = actualtext or nil,
> + -- ActualText = actualtext or nil,
> @@ -1090 +1090 @@
> - -- Alt= alternate,
> +Alt= actualtext or nil,
> @@ -1092 +1092 @@
> -ActualText = actualtext or n
actualtext or nil,
+ -- ActualText = actualtext or nil,
@@ -1141 +1141 @@
-Alt = pdfunicode(label ~= "" and label or "image"),
+ -- Alt = pdfunicode(label ~= "" and label or "image"),
@@ -1142,0 +1143 @@
+parent.dict.Alt
fdictionary {
> Type = pdf_mcr,
> Pg = pageref,
> MCID = last,
> }
> parent.dict.Alt = pdfunicode(label ~= "" and label or "image")
Many thanks for your reply, Hans.
This fixes the issue.
>> It is
On 4/15/2025 5:24 PM, Pablo Rodriguez via ntg-context wrote:
On 4/14/25 11:57, Steffen Wolfrum wrote:
There is an improvement: now the tags are identified as and
!
But still the figures label={this is a cow} is missing.
Sorry, Steffen, I thought I explained this in a previous message
Thanks Pablo,
I don’t understand how to do this.
The following compiles, but I don’t think the label made it into the pdf.
\enabledirectives [backend.usetags=crap]
\setuptagging[state=start]
\setupstructure[state=start]
\setupbackend
[format=PDF/A-3a,
intent=sRGB IEC61966
this: how do I make that automatic: have all formulas replaced
> by a text that reads like a spoken formula?
Sorry for the late comment, but I think an easier solution is adding
label to provide alternative texts in formulas.
This is required in PDF/UA-1 and afaIk not forbidden in PDF/UA-2.
So,
On 4/14/25 11:57, Steffen Wolfrum wrote:
> There is an improvement: now the tags are identified as and
> !
> But still the figures label={this is a cow} is missing.
Sorry, Steffen, I thought I explained this in a previous message.
Alternative text is missing from \externalfigure, bec
There is an improvement: now the tags are identified as and !
But still the figures label={this is a cow} is missing.
Steffen (with Acrobat Pro 2020 macOS, ConTeXt ver: 2025.04.01 12:45 LMTX)
> Am 12.04.2025 um 18:37 schrieb Pablo Rodriguez via ntg-context
> mailto:ntg-context@
be PDF document
\enabledirectives [backend.usetags=testing]
\setuptagging[state=start]
\setupstructure[state=start]
\setupbackend
[format=PDF/A-3a,
intent=sRGB IEC61966-2.1,
level=0]
\setupbackend[format=pdf/ua-1]
\setupexternalfigures[location=default]
\starttext
\externalfigure[cow][label
AM, Matthias Weber wrote:
>>> [...]
>>> in order to provide screen readability (but the above doesn’t
>>> work, the PDF doesn’t have the alternate text).
>>
>> This one will add an Alt to the element
>>
>>\externalfigure[cow][label={this is a
On 4/7/25 22:08, Hans Hagen wrote:
> On 4/4/2025 3:37 AM, Matthias Weber wrote:
>> [...]
>> in order to provide screen readability (but the above doesn’t
>> work, the PDF doesn’t have the alternate text).
>
> This one will add an Alt to the element
>
> \externa
\externalfigure[cow][label={this is a cow}]
\stoptext
At least, the validator only complains for the use of /DocumentFragment
(unknown to PDF-1.7).
I think that (cf the tagging.pdf manual)
\enabledirectives [backend.usetags=crap]
should work and one can define ones own mappings
BTW
\startPDFalternativetext
{this is a cow}{\externalfigure[cow]}
\stopPDFalternativetext
\stoptext
in order to provide screen readability (but the above doesn’t work, the PDF
doesn’t have the alternate text).
This one will add an Alt to the element
\externalfigure[cow][label={this is
tate=start]
>\setupbackend
> [format=PDF/A-3a,
> intent=sRGB IEC61966-2.1,
> level=0]
>
>\setupexternalfigures[location=default]
>\starttext
>\externalfigure[cow][label={this is a cow}]
>\stoptext
>
> At least, the validator only
intent=sRGB IEC61966-2.1,
>level=0]
>
> \setupexternalfigures[location=default]
> \starttext
> \externalfigure[cow][label={this is a cow}]
> \stoptext
Unrelated to context, but you shouldn't mix UA-2 with A-3. UA-2 is
for pdf 2.0 and should be used to
\externalfigure[cow][label={this is a cow}]
\stoptext
I’m afraid that veraPDF warns about ua-1 missing metadata info
(https://github.com/veraPDF/veraPDF-validation-profiles/wiki/PDFUA-Part-1-rules#rule-5-1).
This should be the reason why veraPDF cannot autodetect that the output
from the sample
upbackend[format=pdf/ua-1]
\setuptagging[state=start]
\setupstructure[state=start]
\setupbackend
[format=PDF/A-3a,
intent=sRGB IEC61966-2.1,
level=0]
\setupexternalfigures[location=default]
\starttext
\externalfigure[cow][label={this is a cow}]
\sto
ncludegraphics to add an alternate text to an image
>> to make it accessible for screen readers?
>
> i suppose you mean \externalfigure .. we have
>
> \externalfigure[foo.pdf][label=whatever]
>
> and i thi
On 4/3/2025 8:35 PM, Matthias Weber wrote:
Hello,
Is there an option for \includegraphics to add an alternate text to an image to
make it accessible for screen readers?
i suppose you mean \externalfigure .. we have
\externalfigure[foo.pdf][label=whatever]
and i think Pablo tested that with
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
regiously omitted from my first (over-)simplified example.
I needed this before 2025.02.28 because up until then the .jpx extension
was not known to ConTeXt, and some helpful person on this very mailing list
suggested I add that to my context source files.
However, including that line in the 2025
...@unibe.ch:
Hi,
I have section headings where I need to output some descriptions after
the label and before the heading title (which may be missing in some
cases). I’ve thought the something like the example below should work,
but the text from the variable overflows.
What am I missing here?
Is there
> > I have section headings where I need to output some descriptions after
> > the label and before the heading title (which may be missing in some
> > cases). I’ve thought the something like the example below should work,
> > but the text from the variable overflows.
> &g
Am 12.03.2025 um 14:23 schrieb denis.ma...@unibe.ch:
Hi,
I have section headings where I need to output some descriptions after
the label and before the heading title (which may be missing in some
cases). I’ve thought the something like the example below should work,
but the text from the
section headings where I need to output some descriptions after the
label and before the heading title (which may be missing in some cases).
Ive thought the something like the example below should work, but the text
from the variable overflows.
What am I missing here?
Is there maybe an easier way
Hi,
I have section headings where I need to output some descriptions after the
label and before the heading title (which may be missing in some cases). I've
thought the something like the example below should work, but the text from the
variable overflows.
What am I missing here?
Is
How can I get 'Essays' to line up beneath Introduction? I thought
because I am calling it a Title head it should follow what I have for
title, viz.,
\setuplist[title][label=no,distance=.1cm,alternativ
hould be used on
lua side?
Or to rewrite the lua table to use farsi as key not fa?
>
> If you want to add a language (parent of child) you need to check that
> with Tomas Hala first because it has to into his label managagement
> project (with international students).
>
&g
x27;d add a language today we don't define the short ones as
command any longer (we keep the existing ones for compatibility).
If you want to add a language (parent of child) you need to check that
with Tomas Hala first because it has to into his label managagement
project (with international
label
placed in that margin. Updated example:
*\definelabel[Test]
[text=,alternative=inright,headcolor=red,before=,after=]
\showframe
\starttext
\startmakeup
\Test[]This is makeup page
\stopmakeup
\Test[]This is not a makeup page
\stoptext*
Below is
://wiki.contextgarden.net/Document_layout_and_layers/Makeup,
results in no margin text in the makeup with either luatex or lmtx.
\inmargin[scope=local]{...}
Thank you. That works for the question I asked.
Now, the question I should have asked: Is there a way to get a label
placed in that margin. Updated example
,
results in no margin text in the makeup with either luatex or lmtx.
\inmargin[scope=local]{...}
Thank you. That works for the question I asked.
Now, the question I should have asked: Is there a way to get a label
placed in that margin. Updated example:
*\definelabel[Test][text=,alternative
m
> Betreff: [NTG-context] Re: Description Lists with labels longer than a single
> line
>
>
>
> On 25/02/2025 14:57, denis.ma...@unibe.ch wrote:
> > I have a list of description (used to typeset an index) where in a few
> > cases the label is longer than a single line. Ap
On 25/02/2025 14:57, denis.ma...@unibe.ch wrote:
I have a list of description (used to typeset an index) where in a few
cases the label is longer than a single line. Apparantly, the label
can’t span multiple lines:
Or maybe there’s an easier solution?
OR, maybe the descriptions are just
Hi,
I have a list of description (used to typeset an index) where in a few cases
the label is longer than a single line. Apparantly, the label can’t span
multiple lines:
%%%
\definedescription[indexentry]
[alternative
urnaround over 7 digits. A small but committed publisher,
>> that is engaged in making PDF documents also accessible for blind people.
>
> - adding some Alt whatever to a pdf has been possible for ages but only when
> it's required by law they do it
>
> - adding some s
same element, my fault.
> Does it hurt? I suppose one is used for speach
> and another for copy-paste and that viewers mix and match what they like
> here.
Alt is for speech and to replace non-textual elements. ActualText is
intended only for textual elements (text itself or images that cont
accessible for blind people.
- adding some Alt whatever to a pdf has been possible for ages but only
when it's required by law they do it
- adding some simple label is not helping the blind, while making a
dedicated document (or providing the sources) with more extensive
description of
\setupexternalfigures[location=default]
>>>> \starttext
>>>> \startPDFalternativetext{this is a cow}
>>>> \externalfigure[cow]
>>>> \stopPDFalternativetext
>>>> \stoptext
>>>> Really?! If so, I will send it
matraPDF),
poppler (Evince/Okular), xpdf. PDF.js has only an open issue
(https://github.com/mozilla/pdf.js/issues/12237).
So should one set both? Does it hurt? I suppose one is used for speach
and another for copy-paste and that viewers mix and match what they like
here. Could have the same valu
put an Alt on a specific image element (by setting label={...})
but for now it's disabled for now. Last time we checked some validators didn't
like it and viewerd didn't do anything useful with it so ity made no sense to
waste more time on it.
Just putting stuff in a pdf for t
tupbackend
>> [format=ua2]
>> \setupexternalfigures[location=default]
>> \starttext
>> \startPDFalternativetext{this is a cow}
>> \externalfigure[cow]
>> \stopPDFalternativetext
>> \stoptext
>> Really?! If so, I will send it to the publishers so
and did so because you indicated that your viewer
gave some report. Of course you need to make sure not to introduce
unwanted spaces (as in your example).
We can actually put an Alt on a specific image element (by setting
label={...}) but for now it's disabled for now. Last time we che
Am 13.01.2025 um 19:02 schrieb Hans Hagen:
On 1/13/2025 5:43 PM, Wolfgang Schuster wrote:
Am 12.01.2025 um 06:16 schrieb autumnus:
Thank you for your explanation.
Regarding the space after the month,
will it be added to the ConTeXt in the future?
I'm worried that after I patch it,
it will be
codeTwo[];
uk := LineHeight;
wd := 1.5uk;
ht := uk+5pt;
def KmapFrameNew(expr first,second) =
codeOne[0] := "0";
codeOne[1] := "1";
codeTwo[0] := "00";
codeTwo[1] := "01";
codeTwo[2] := "11";
codeTwo[3] := &
x27;t apply a number conversion for months.
2. You can switch languages to get label texts for chinese.
\starttext
\currentdate[month,day]
\language[cn]
\definedfont[name:adobesongstdlight]
\currentdate[month,day:cn]
\stoptext
3. The space after the month is inserted on purpose to get a space
b
> Am 10.01.2025 um 01:09 schrieb Hans Hagen :
>
>
> def touchtolink (expr a, b) (text t) =
> label
> ("\framed[background=color,backgroundcolor=transparentwhite,align=normal,corner=00,frame=no]{"
> & t &"}", (a * xstep, b *
awarrow (a * xstep, b * ystep) -- ( c * xstep, d * ystep)
withpen pencircle scaled .5mm withcolor mycolor;
enddef ;
% touchtolink
def touchtolink (expr a, b) (text t) =
label
("\framed[background=color,backgroundcolor=transparentwhite,align=normal,corner=00,frame=no]{"
& t &a
ink
def touchtolink (expr a, b) (text t) =
label
("\framed[background=color,backgroundcolor=transparentwhite,align=normal,corner=00,frame=no]{"
& t &"}", (a * xstep, b * ystep));
enddef ;
\stopMPinclusions
\startMPpage
% Picture
draw e
tring-\cldcontext{document.rcount}-last, week list,
month label above left,
month text={\feature[+][smallcaps]\%mt},
]
if (Sunday,
equals=2025-04-20,
equals=2025-04-18,
equals=2025-04-19,
equal
icture
\calendar[dates=2025-01-01 to 2025-04-last,week list,
month label above centered];
\stoptikzpicture
\stoptext
Also see https://tikz.dev/library-calender and
https://texample.net/tikz/examples/feature/calendar-library/ (which, in
principle, can be translated to ConTeXt rather
Hi Joel,
Rather than using label to make and draw the labels at the end, use thelabel at
the beginning to make pictures of the labels, then draw the labels at the end.
(See mpman.pdf, pp. 21-22, 29.) This allows you to use the dimensions of the
labels in calculations for the positions.
Gavin
seemingly floating to
weird locations and appearing over other text?
While I think \framedtext should work, try a simple \vbox when you
don’t need styling.
A different solution is to use a label or enumeration for the first
level (but keep itemize for the second level) which can be enclosed in a
ram.
In my idea, for each figure dataset the \placebtxrendering should plot the
figure with the right label to refer to in the main text and the right caption.
(Clearly for the metafun dataset it should not include the pdf of the diagrams
but instead compile the metafun code).
In this way,
rnal programs;
- a "metafun figures" dataset, pointing at the metafun code corresponding to
some diagram.
In my idea, for each figure dataset the \placebtxrendering should plot the
figure with the right label to refer to in the main text and the right caption.
(Clearly for the metafun
Interesting question. You can use an xml database in which you collect your
contacts and how to address them. I have been doing this for over 20 years now.
Try this for a single letter:
\startxmlsetups xml:setups
\xmlfilter{#1}{contact[@label=‘labelMaryDoe']/command(xml:contact)}
\xmlset
7[blue,white];
> > draw fuzz shifted(4u,1u) withcolor blue;
> > drawoptions(withpen pencircle scaled 1pt);
> > drawarrow z0 -- z0 shifted (4u,1u);
> > drawarrow z1 -- z1 shifted (4u,1u);
> > drawarrow z
draw fuzz shifted(4u,1u) withcolor blue;
> drawoptions(withpen pencircle scaled 1pt);
> drawarrow z0 -- z0 shifted (4u,1u);
> drawarrow z1 -- z1 shifted (4u,1u);
> drawarrow z2 -- z2 shifted (4u,1u);
>
shifted (4u,1u);
drawarrow z2 -- z2 shifted (4u,1u);
drawoptions();
label("\im{\vec{v}}", (3.5u,3u));
label.llft("\im{A}",z0);
label.lrt("\im{B}",z0 shifted (4u,1u));
lang-txt.lua
% languagelabel current translation more common one
% chinese intermezzi => 퉣=> 间奏曲 or 插曲
% japansese tables => 机 => 表
% % while logos means (principle?)
% japaneselogos => 理性=> 理
Jürgen Hanneder via ntg-context schrieb am 26.09.2024 um 13:27:
I have a larger book, where crossreferences are made with
\pagereference[label] and \at[label].
The problem is that references forward are resolved correctly,
references backward result in ??.
My file is complicated, so I tried
:
>
>
> I have a larger book, where crossreferences are made with
> \pagereference[label] and \at[label].
> The problem is that references forward are resolved correctly,
> references backward result in ??.
> My file is complicated, so I tried to produce a simplified minimal
>
I have a larger book, where crossreferences are made with
\pagereference[label] and \at[label].
The problem is that references forward are resolved correctly,
references backward result in ??.
My file is complicated, so I tried to produce a simplified minimal
file and everything is correct
all, hence the 5cm width. Problem
is that that vertical label (Taken by...) is on the right hand side of
the page, and I can't seem to adjust that with various offset attempts
to bring it across to the right of the pic. How do I now get it to
their validity.
-- Abraham Lincoln\epi[epigraph]\ipe[EPIGRAPH]
This page is numbered, but the number is not displayed.
\stopmakeup
Label TOP is on page \at[TOP].
Label top is on page \at[top].
Label epigraph is on page \at[epigraph].
Label EPIGRAPH is on page \at[EPIGRAPH
the files get progressively better.
Iterate between the Asymptote and ConTeXt developers until the results
are fully satisfactory.
It has been a while since I touched any asymptote, but I suspect that
what you want to achieve is something like
\starttext
\startasymptote
some graphics
\stopasymptote
\pla
derstanding correct? Also, how can I label these vertices in a for
> loop?
>
> On Wed, Aug 28, 2024 at 2:25 PM Shiv Shankar Dayal
> wrote:
> >
> > Hi,
> >
> > Consider following code:
> >
> > vardef polygon_with_side(expr n, s) =
> > sa
I think it works like (0, r) rotated (a) -- (0, r) rotated (a * 2) --
... (0, r) rotated (a*20) -- cycle
Is my understanding correct? Also, how can I label these vertices in a for loop?
On Wed, Aug 28, 2024 at 2:25 PM Shiv Shankar Dayal
wrote:
>
> Hi,
>
> Consider following code
ki.contextgarden.net" link.
> > However, the mobile view is not feature complete (colors and renderings are
> > missing).
>
> There is a link at the bottom of each wiki page. Its label is either “Mobile
> view” (in your firefox) or “Desktop” (in your Qutebrowser). I am sure
1 - 100 of 1095 matches
Mail list logo