[NTG-context] rulecolor in columns

2018-02-23 Thread Gerard
Hi, Why does not work "rulecolor" in my example below ? it keeps the 
color of textcolor...


The other options of setcolumns (background...) work well but I fail on 
that one.Have I understood everything?


I am able to use ConTexT enough. Take a look at my little newspaper 



I did not find any information in "Context the manual" about rulecolor 
and I did not find anything on the internet.


Thanks for the help ! and thanks to "google translate" :-D

G.

ps : I'm trying to write a brief notice in French

% exemple basique ---

\enableregime[utf-8]

\mainlanguage[fr]

\setupcolors[state=start,textcolor=blue]

\setupcolumns[n=2,rule=on,rulecolor=red]

\starttext

\startcolumns

\input tufte

\stopcolumns

\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.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] rulecolor in columns

2018-02-23 Thread Gerard

Thanks Thomas,

I use Texworks with Context (pdftex)...

With the code below, I get the text in blue and separator in red. See 
the command \setupcolors[textcolor=red] and \color[blue] before 
\startcolumns.


Gérard

--- exemple basique-

\enableregime[utf-8]

\mainlanguage[fr]

\setupcolors[state=start,textcolor=blue]


\setupcolumns[n=2,rule=on,rulecolor=red]

\starttext

\setupcolors[textcolor=red]

\color[blue]

\startcolumns

\input tufte

\stopcolumns

\stoptext



Le 23/02/2018 à 13:23, Schmitz Thomas A. a écrit :



On 23. Feb 2018, at 12:04, Gerard <surv...@free.fr> wrote:

Why does not work "rulecolor" in my example below ? it keeps the color of 
textcolor...

The other options of setcolumns (background...) work well but I fail on that 
one. Have I understood everything?


If you look into the source (page-mul.mkiv), there is no key “rulecolor” for 
\setupcolumns. I don’t think that the color can be set separately?

Thomas
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] \completeindex and \setuparranging

2018-03-19 Thread Gerard

Bonjour, Hi !

Pablo, ok for the remark ! I leave the previous subject and I open mine 
because it's not solved



Le 18/03/2018 à 23:21, Gerard a écrit


Thank you Wolfgang for the solution :

context --arrange my_document.tex


I responded too quickly. Look at the two pictures attached :

- \placeindex does not mark the pages
- \completeindex only marks page 19 (the last page)


That's the context :

---

\setuppapersize[A5][A4,landscape]

\setuparranging[2UP]


\setupregister[index][n=2,
    pagestyle=bold]


\starttext

\externalfigure[Alaude][width=\textwidth]\index{Alaude}
\blank
\externalfigure[Andro][width=\textwidth]\index{Andro}

\page
\completeindex
\stoptext
-

and running by "context --arrange my_document.tex"

It's ok with :
-

\setuppapersize[A5]%[A4,landscape]

%\setuparranging[2UP]

-


Thanks for the help.


Gérard... and thanks to "google translate" :)




Le 18/03/2018 à 20:32, Wolfgang Schuster a écrit :



survoje <mailto:surv...@free.fr>
18. März 2018 um 19:37

Bonjour,

\completeindex (or \placeindex) works in this case :

\setuppapersize[A5]%[A4,landscape]

%\setuparranging[2UP]


with %


but does not work in this case :


\setuppapersize[A5][A4,landscape]

\setuparranging[2UP]

I do not understand where is my mistake !


You have to use the arrange option for the context command, e.g.

    context --arrange my_document.tex

Wolfgang


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \completeindex and \setuparranging

2018-03-20 Thread Gerard

Bonjour Wolfgang !

Great ! it's perfect !

I was sad to give up my idea (music booklet in A5 format...). Too happy 8-)

Thank you for you precious help. I have a lot to learn with ConTeXt !

Gérard


Le 20/03/2018 à 10:53, Wolfgang Schuster a écrit :


Your index doesn’t work because you have no paragraphs in your 
document. When you

add \dontleavehmode before each \externalfigure the entries are correct.


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] \completindex in \setuparranging

2018-03-18 Thread Gerard

Thank you Wolfgang for the solution :

context --arrange my_document.tex

Hi Pablo,

I sent my email too fast (using message without changing the subject 
!!!), I will be more vigilant next time with a new message !


Gérard


Le 18/03/2018 à 20:32, Wolfgang Schuster a écrit :



survoje 
18. März 2018 um 19:37

Bonjour,

\completeindex (or \placeindex) works in this case :

\setuppapersize[A5]%[A4,landscape]

%\setuparranging[2UP]


with %


but does not work in this case :


\setuppapersize[A5][A4,landscape]

\setuparranging[2UP]

I do not understand where is my mistake !


You have to use the arrange option for the context command, e.g.

    context --arrange my_document.tex

Wolfgang


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Start an itemized list with a given number

2014-12-30 Thread Eric Gerard
Hello everybody and thanks in advance for your advice,

I’m unable to find in the documentation and in the wiki the way to start an 
itemized list with a number different from 1, for instance with 3.

What I want to achieve is something like:

Insert the key
Try to turn the key
If key is working
3.  Open the door
If key is not working
3.  Change key
4.  Goto step 1
So what is the way to start the list after « If key is not working » with the 
number 3 ?

Eric Gerard

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Start an itemized list with a given number

2015-01-02 Thread Eric Gerard
Vielen dank für die Antwort und Ich wünsche Ihnen ein glückliches neues jahr.
Thanks for the answer, it works perfectly . Happy new year to every people in 
the list

Eric Gerard


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Some Lua Code solved

2015-01-26 Thread Eric Gerard
(labelongletgauche)
context.stopframedtext()
end
)

if (y_ongletgauche + ho)  tex.dimen.paperheight then
context.setlayer(
{ ACouper },
{
hoffset = number.todimen(0),
voffset = number.todimen(y_ongletgauche 
+ ho),
},
function()

context.startframedtext(
{left},
{
align = lohi, middle,
width = 15mm,
height = 
number.todimen(hauteurzoneacouper),
offset = 0pt,
frameoffset = 0pt,
background = color,
backgroundcolor = gray,
})
context(C U T)
context.stopframedtext()
end
)
end

local topspace_odd = string.todimen(10mm)
local height_odd = tex.dimen.paperheight - NumLigne * ho - 
topspace_odd
context.definelayout(
{odd},
{
topspace = number.todimen(topspace_odd),
height = number.todimen(height_odd),
})

local topspace_even = NumLigne * ho
local height_even = tex.dimen.paperheight - topspace_even - 
topspace_odd
context.definelayout(
{even},
{
topspace = number.todimen(topspace_even),
height = number.todimen(height_even),
})
end
\stopluacode

\def\myTabs[#1][#2][#3][#4]{\ctxlua{userdata.onglets('#1', '#2', '#3', '#4')} } 
  

\starttext
\setuppapersize[normal]

\input{tufte}
\myTabs[numligne=\getvariable{userdata}{leftligne}][BOLD 
FACE][numligne=\getvariable{userdata}{bottomligne}, nbcol=6, startcol=1, 
nbtabs=1][EVACUATION RAPIDE]

\page
\setuppapersize[upsidedown]
\input{tufte}

\page
\setuppapersize[normal]

\input{tufte}
\myTabs[numligne=\getvariable{userdata}{leftligne}][BOLD 
FACE][numligne=\getvariable{userdata}{bottomligne}, nbcol=6, startcol=2, 
nbtabs=2][PANNE AU DECOLLAGE, INTERRUP. D/L]

\page
\setuppapersize[upsidedown]
\input{tufte}

\page
\setuppapersize[normal]

\input{tufte}
\myTabs[numligne=\getvariable{userdata}{leftligne}][BOLD 
FACE][numligne=\getvariable{userdata}{bottomligne}, nbcol=6, startcol=4, 
nbtabs=2][FEU FUMEE CABINE, FEU MOTEUR]

\page
\setuppapersize[upsidedown]
\input{tufte}


\page
\setuppapersize[normal]

\input{tufte}
\myTabs[numligne=\getvariable{userdata}{leftligne}][BOLD 
FACE][numligne=\getvariable{userdata}{bottomligne}, nbcol=6, startcol=6, 
nbtabs=1][STICK INOP FEU AU SOL]

\page
\setuppapersize[upsidedown]
\input{tufte}

\page
\setvariables[userdata][bottomligne=3]
\setuppapersize[normal]

\input{tufte}
\myTabs[numligne=\getvariable{userdata}{leftligne}][BOLD 
FACE][numligne=\getvariable{userdata}{bottomligne}, nbcol=6, startcol=1, 
nbtabs=2][FEU APU, DOUBLE EXTINCTION]

\page
\setuppapersize[upsidedown]
\input{tufte}
\stoptext

I’m sure there is a way to automate the setuppapersize for even and odd pages, 
so I will work on that.

I have a question I don’t see the cutting lines on my printing while defining 
marking on ?

Eric Gerard


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Problem with luacode

2015-01-20 Thread Eric Gerard
Hello Hans,

sorry for that, here is the code I used to check some LUACODE.

\definepapersize[normal][width=14.85cm, height=21cm]

\setupbodyfont[10pt]
\enableregime[il1]
\setupcolor[xwi]

\setuplayout[backspace=16mm, 
leftmargin=15mm,leftmargindistance=1mm,topspace=10mm,header=0mm,footer=0mm,height=200mm,rightmargin=0mm,width=131mm,location=middle,marking=on]

\setuppapersize[normal][A4]
\definelayer[OngletGauche][x=0mm, y=0mm, width=\paperwidth, 
height=\paperheight]
\setupTABLE[r][1][color=dodgerblue,align={middle,lohi},height=1cm,style={\sansserif
 \bfx},framecolor=black]

% variables
\newdimen\hauteuronglet %height of tab
\hauteuronglet=1cm

%variables onglet bas
\newdimen\largeurzoneongletsbas% total width available for tabs
\newdimen\ordonneeongletsbas% vertical position of tab
\newdimen\abscisseongletsbas% horizontal position of tab
\newdimen\largeurongletbas  % tab width

\startluacode
function test(opt_1, arg_1)
local table = lpeg.split(,,interfaces.tolist(opt_1))
local labels = lpeg.split(,,arg_1)

local NumLigne = table[1]
local NbTotalOnglets = table[2]
local PremierOnglet = table[3]

local decalage = tex.sp(6.5pt)

print(NumLigne)
print(NbTotalOnglets)
print(PremierOnglet)

tex.dimen.ordonneeongletsbas = tex.dimen.paperheight - 
tex.dimen.hauteuronglet * NumLigne
tex.dimen.largeurzoneongletsbas = tex.dimen.paperwidth - 
tex.dimen.backspace
tex.dimen.largeurongletbas = tex.dimen.largeurzoneongletsbas / 
NbTotalOnglets
tex.dimen.abscisseongletsbas = tex.dimen.backspace + 
tex.dimen.largeurongletbas * (PremierOnglet - 1)

local x_ongletsbas = tex.dimen.abscisseongletsbas - decalage
local y_ongletsbas = tex.dimen.ordonneeongletsbas
local largeurongletbas = tex.dimen.largeurongletbas

context.setupbackgrounds({page},{background = 
OngletBas,OngletGauche,ACouper}) 

context.setlayer({OngletBas},{hoffset = x_ongletsbas, voffset 
= y_ongletsbas},
context.setupTABLE({c},{1,2,3,4,5,6},{width = largeurongletbas})
context.bTABLE()
context.bTR()
context.bTD()
context(labels[1])
context.eTD()
context.eTR()
context.eTABLE()
)
end
interfaces.definecommand {
name = test,
arguments = {
{ option, hash },
{ content, string },
},
macro = test,
}
\stopluacode

\starttext
\ss
\showframe
\input{tufte}
\test[1,6,1]{GROUND EGRESS}

\stoptext

This code is not working, I get an error while calling the function, and I 
don’t understand why.

Can you explain if you have a bit of time the remark you made about the 
overload of table ?

Eric Gerard


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Using luacode

2015-01-19 Thread Eric Gerard
Dear list members

I think I don’t really understand the way to use a context command with luacode 
!
What I attempt to do is to write a function in lua which computes the position 
of one or several bottom tabs depending on : line number (1 is the lowest, 2 is 
above etc), number of tabs, horizontal position of the tab on the line.
The height of the tab is a Tex value \hauteuronglet
So I compute the x and y value and the width of the tab(s)
After that I want to define a layer with the tab(s) in a table
I can’t have the context.setlayer working properly.
For sure, this code should be cleaned after testing.

Here is the code I wrote

\definelayer[OngletBas][x=0mm, y=0mm, width=\paperwidth, height=\paperheight] 
% variables
\newdimen\hauteuronglet
\hauteuronglet=1cm

%variables onglet gauche
\newdimen\vertposonglet
\newdimen\hauteurzoneacouper
%variables onglet bas
\newdimen\largeurzoneongletsbas
\newdimen\ordonneeongletsbas
\newdimen\abscisseongletsbas
\newdimen\largeurongletbas

\startluacode
function test(opt_1, arg_1)
local table = lpeg.split(,,interfaces.tolist(opt_1))
local labels = lpeg.split(,,arg_1)

local NumLigne = table[1]
local NbTotalOnglets = table[2]
local PremierOnglet = table[3]
local decalage = tex.sp(6.5pt)

tex.dimen.ordonneeongletsbas = tex.dimen.paperheight - 
tex.dimen.hauteuronglet * NumLigne
tex.dimen.largeurzoneongletsbas = tex.dimen.paperwidth - 
tex.dimen.backspace
tex.dimen.largeurongletbas = tex.dimen.largeurzoneongletsbas / 
NbTotalOnglets
tex.dimen.abscisseongletsbas = tex.dimen.backspace + 
tex.dimen.largeurongletbas * (PremierOnglet - 1)

local x_ongletsbas = tex.dimen.abscisseongletsbas - decalage
local y_ongletsbas = tex.dimen.ordonneeongletsbas
local largeurongletbas = tex.dimen.largeurongletbas

context.setupbackgrounds({page},{background = OngletBas}) 

context.setlayer({OngletBas},{hoffset = x_ongletsbas, voffset 
= y_ongletsbas},
context.setupTABLE({c},{1,2,3,4,5,6},{width = largeurongletbas})
context.bTABLE()
context.bTR()
context.bTD()
context(labels[1])
context.eTD()
context.eTR()
context.eTABLE()
)
end
interfaces.definecommand {
name = test,
arguments = {
{ option, hash },
{ content, string },
},
macro = test,
}
\stopluacode

I have to add also (I don’t understand why) but I need to add an offset of 
-6.5pt to adjust the position of the table.

Thanks in advance

Eric Gerard


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] \xmldoifelse false condition

2017-04-14 Thread Gerard Keiser
I am trying to select specific elements from an XML document to make
anthologies, and still retain the original numbering, by using
\xmldoifelse; if the node matches, it is printed, and if it is not, the
head number is incremented, to get something like this:

1 First Section (first match)
4 Fourth Section (second match, but fourth element in the XML file)

 But the fail condition is not being triggered properly. Here are the files:

%
% anthologize.xml
%
\def\incrementheadnumber[#1]{\setupheadnumber[#1]
[\numexpr\namedheadnumber{#1}+1\relax]}

\startxmlsetups xml:selectivity:*
  \xmlsetsetup{\xmldocument}{*}{-}
  \xmlsetsetup{\xmldocument}{stuff|div|head}{xml:selectivity:*}
\stopxmlsetups

\xmlregisterdocumentsetup{selectivity}{xml:selectivity:*}

% Here is the difficulty.
\startxmlsetups{xml:selectivity:stuff}
\xmldoifelse{#1}{/div[match()==1 or match()==4]/all()}
{
  \xmlflush{#1}
} {
  \incrementheadnumber[section]
}
\stopxmlsetups

\startxmlsetups{xml:selectivity:div}
  \xmlflush{#1}
\stopxmlsetups

\startxmlsetups{xml:selectivity:head}
  \startsection[title={\xmlflush{#1}}]\stopsection
\stopxmlsetups

\starttext

  \xmlprocessfile{selectivity}{bob.xml}{}

\stoptext

%
% bob.xml
%

  
First Section
  
  
Second Section
  
  
Third Section
  
  
Fourth Section
  


The result is that only the first and fourth heads are printed, as desired,
but I end up with:

1 First Section
2 Fourth Section.

I have used the \incrementheadnumber function elsewhere, and it works fine.
If I replace \incrementheadnumber[section] with \xmlflush{#1}, it prints:

1 First Section
2 Fourth Section
3 First Section
4 Second Section
5 Third Section
6 Fourth Section

So it seems to be properly triggering the true condition, but not the false
condition, and I cannot figure out how to fix it. Using ConTeXt 2017.04.08
and LuaTeX 1.0.3. I do thank you for your help.

Sincerely,
Gerard Keiser
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Struggling with SQL!

2021-06-03 Thread Gerard Verhaag
Hi,

I'm trying to get MySQL data access working but can't solve the issues I'm 
encountering. Part of my code looks like:

\startluacode
productsheet = productsheet or {}
function productsheet.sqldatabase(database,user,password)
   productsheet:sql(database,user,password)
end
function productsheet:sql(db,us,pw)
print("SQLDATABASE: database: " .. db)
print("SQLDATABASE: username: " .. us)
print("SQLDATABASE: password: " .. pw)
local sql = require("util-sql")
local presets = {database = db,username = us,password = pw,host= 
"localhost",port= 3306}
local template = [[SELECT `nom`, `name_alias` FROM `llx_societe` WHERE `nom` = 
'%nom%' ;]]
presets.id = "mysql"
local data, keys = utilities.sql.execute 
{presets=presets,template=template,variables={nom = "Life"}}
...


This generates the following issues:

sql > start loading method 'library'
lua error > lua error on line 153 in file 
/home/gverhaag/Stock/ProductSheet/productsheet_KG594.tex:
/usr/share/texmf/tex/context/base/mkiv/l-sandbox.lua:180: module 'luasql.mysql' 
not found:
no field package.preload['luasql.mysql']
no file '/usr/local/share/lua/5.2/luasql/mysql.lua'
no file '/usr/local/share/lua/5.2/luasql/mysql/init.lua'
no file '/usr/local/lib/lua/5.2/luasql/mysql.lua'
no file '/usr/local/lib/lua/5.2/luasql/mysql/init.lua'
no file './luasql/mysql.lua'
no file '/usr/local/lib/lua/5.2/luasql/mysql.so'
no file '/usr/local/lib/lua/5.2/loadall.so'
no file './luasql/mysql.so'
no file '/usr/local/lib/lua/5.2/luasql.so'
no file '/usr/local/lib/lua/5.2/loadall.so'
no file './luasql.so'
stack traceback:
[C]: in function 'requiem'
/usr/share/texmf/tex/context/base/mkiv/l-sandbox.lua:180: in function 

(...tail calls...)
...are/texmf/tex/context/base/mkiv/util-sql-imp-library.lua:74: in main chunk
[C]: in function 'requiem'
/usr/share/texmf/tex/context/base/mkiv/l-sandbox.lua:180: in function 

(...tail calls...)
/usr/share/texmf/tex/context/base/mkiv/util-sql.lua:114: in function '__index'
/usr/share/texmf/tex/context/base/mkiv/util-sql.lua:288: in function 'execute'
[ctxlua]:21: in function 'sql'
[ctxlua]:5: in function 'sqldatabase'
[ctxlua]:1: in main chunk


Must be something basic, I guess! I use the TexLive 2017 version of ConTeXt.

Any idea what I'm doing wrong here?
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Re: Seeindex with zie instead of see?

2024-02-15 Thread Gerard Verhaag via ntg-context
Hi Hraban,
Thanks for your suggestion! I indeed hadn't included the \mainlangauge[nl] 
command, I only had the \language[nl] command incorporated.
So I missed that; but now it works!
Gerard
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Seeindex with zie instead of see?

2024-02-14 Thread Gerard Verhaag via ntg-context
Hi ConTeXt users,

Wondering whether there is a possibility to modify the word 'see' into the 
Dutch word 'zie' in the use of the \seeindex command?

Regards,

Gerard
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___