[dev-context] context-version.png/pdf

2012-05-28 Thread Mojca Miklavec
Dear Hans,

Why are different binary files
tex/context/base/context-version.pdf
tex/context/base/context-version.png
needed for each new version of ConTeXt?

Mojca
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] garden: new ConTeXt?

2007-01-25 Thread Patrick Gundlach

 Since you have ConTeXt updating procedure already, it's probably
 enough to install TeXLive and no ConTeXt.

Where can I rsync texlive? Can't mount iso image

 (Hurray! XeTeX on the garden!)

Don't cheer before I have it installed :)

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] context program, mtxrun question?

2008-05-28 Thread Mojca Miklavec
On Wed, May 28, 2008 at 6:39 PM, Oliver Buerschaper wrote:

 P.S. Can you put that context stub back into the minimals?

It's only missing in the scripts/context/stubs/unix/ folder, in
scripts/context/stubs/mswin/ it is present :)

Mojca
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] garden: new ConTeXt?

2007-01-26 Thread Patrick Gundlach


 wiki comes next.

done.

Patrick
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] context program, mtxrun question?

2008-05-25 Thread Arthur Reutenauer
 Who's lud?

  Lua :-)
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] Error while updating to new beta

2012-10-15 Thread Aditya Mahajan

Hi,

When compiling the format in the new beta, I get the following error:

loading  ConTeXt File Macros / Job Handling
! LuaTeX error 
...d/src/tex/texmf-context/tex/context/base/l-table.lua:106: C stack 
overflow

stack traceback:
...d/src/tex/texmf-context/tex/context/base/l-table.lua:106: in 
function 'sortedkeys'
...d/src/tex/texmf-context/tex/context/base/l-table.lua:156: in 
function 'sortedpairs'
.../src/tex/texmf-context/tex/context/base/data-pre.lua:168: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165

...
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/data-pre.lua:177: in 
function .../src/tex/texmf-context/tex/context/base/data-pre.lua:165
.../src/tex/texmf-context/tex/context/base/file-job.lua:570: in 
function 'code'
.../src/tex/texmf-context/tex/context/base/util-lua.lua:130: in 
function 'loadedluacode'
.../src/tex/texmf-context/tex/context/base/luat-env.lua:285: in 
function 'luafilechunk'
.../src/tex/texmf-context/tex/context/base/luat-cod.lua:45: in 
function 'registercode'

main ctx instance:1: in main chunk.

system   tex  error on line 20 in file 
/home/adityam/Software/context-pkgbuild/src/tex/texmf-context/tex/context/base/file-job.mkvi: 
LuaTeX error  ...


10 %C This module is part of the \CONTEXT\ macro||package and is
11 %C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12 %C details.
13
14 %D This module is still to be split and documented.
15
16 \writestatus{loading}{ConTeXt File Macros / Job Handling}
17
18 \unprotect
19
20   \registerctxluafile{file-job}{1.001}
21
22 % processing
23
24 \unexpanded\def\doifinputfileelse#name%
25   {\ctxcommand{doifinputfileelse(#name)}}
26
27 \unexpanded\def\processfile#name%
28   {\ctxcommand{processfile(#name)}}
29
30 % path control


\registerctxluafile ...ua.registercode(#1,#2)}

l.20 \registerctxluafile{file-job}{1.001}

?

Aditya
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] context program, mtxrun question?

2008-05-19 Thread Hans Hagen
Norbert Preining wrote:
 Hi everyone,
 
 aehmmm, looks nice, but
 
 # let us see how the context wrapper looks like:
 $ cat /usr/bin/context
 #!/bin/sh
 
 mtxrun --script context $@
 
 # now see what mtxrun does ...
 $ mtxrun --script context  foobar
 
 MtxRun | unknown script: context
 $
 
 
 Well not surprising ... there is NO context script anywhere in the
 distribution!
 
 Am I missing something?

it's mtx-context.lua

the --script looks for:

   (mtx-)context(s).lua

in the current path or in the file database


-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] cyrillic glyphs

2008-02-28 Thread Arthur Reutenauer
  Looks nicer now :-)

  By the way, was there a bug in table.serialize or some other
“public” function?  Something to worry about?

Arthur
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] modules at supelec

2008-05-24 Thread luigi scarso
Hi all
I start modules project at
http://foundry.supelec.fr/projects/modules

Suggestions are welcome , of course.

Thank you all

-- 
luigi
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] update modules

2008-08-05 Thread luigi scarso
Update modules.

http://groups.foundry.supelec.fr/modules/

-- 
luigi
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] Test message

2009-08-04 Thread Taco Hoekwater
Sorry, please ignore
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] audit of commands

2010-05-07 Thread luigi scarso
if you have problems
http://www.logosrl.it/luatex/cont-en.log.bz2

-- 
luigi
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] audit of commands

2010-05-10 Thread luigi scarso
 \usemodule[set-11]

 \loadsetups

 \starttext
    \showsetup{framed}
 \stoptext

 works -)
here too with last current
-- 
luigi
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] pack-box.mkiv

2011-06-14 Thread Wolfgang Schuster
\def\nonoanchor[#1]%
- {}
+ {\csname\??an#1\endcsname}

otherwise \defineanchor is useless.

Wolfgang

___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] spac-ver.mkiv

2011-06-16 Thread Wolfgang Schuster
-\def\dodomoveongrid[#1]%
+\def\domoveongrid[#1]%
  {} % gone, unless we set an attribute

Wolfgang

___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-sec.mkiv

2011-06-16 Thread Wolfgang Schuster
-\ifdefined \else \let\presetnumberheadalternative\relax \fi
+\ifdefined\presetnumberheadalternative \else 
\let\presetnumberheadalternative\relax \fi

Wolfgang

___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-syn.mkiv

2011-07-10 Thread Wolfgang Schuster
-\def\registersynonym[#1][#2]%
+\def\doregistersynonym[#1][#2]%
  {\ctxlua{structures.synonyms.registerused(#1,#2)}}

Wolfgang

___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-syn.mkiv

2011-07-10 Thread Wolfgang Schuster
-\def\registersort[#1][#2]%
+\def\doregistersort[#1][#2]%
  {\ctxlua{structures.synonyms.registerused(#1,#2)}}

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-num.mkiv

2011-07-13 Thread Wolfgang Schuster
Hi Hans,

can you make \setupnumbering a synonym for \setupstructurecountering?

  \let\setupnumbering\setupstructurecountering

Wolfgang

___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] file-job.mkvi

2011-11-11 Thread Wolfgang Schuster
Hi Hans,

\def\stopenvironmentindeed
- {\signalendofinput\v!project}
+ {\signalendofinput\v!environment}

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] type-mar.mkvi

2011-12-21 Thread Wolfgang Schuster
Hi Hans,

the \margindata commands still used the no longer available \dosetupstrut 
command.

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] showframe is unknown

2012-01-24 Thread luigi scarso
\showframe put
 [unknown command \showframe]
but it  doesn'h stop halt the run.
-- 
luigi
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] [OT] Github compromised

2012-03-05 Thread luigi scarso
https://lwn.net/Articles/485162/
-- 
luigi
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] \definestructure…

2012-03-15 Thread Wolfgang Schuster
Hi Hans,

can you finally add synonyms for the following four commands.

- \definestructureresetset
- \definestructureseparatorset
- \definestructureconversionset
- \definestructureprefixset

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] Local settings for frame borders

2012-05-23 Thread Marco
And here we go again, including the file.


meta-imp-loc.mkiv
Description: Binary data
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] symb-run.mkiv

2012-10-06 Thread Wolfgang Schuster
Hi Hans,

-\unexpanded\gdef\symb_show_set
-  {\dosingleargument\doshowsymbolset}
+\unexpanded\gdef\showsymbolset
+  {\dosingleargument\symb_show_set}

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] 2 patches for grph-inc

2012-10-21 Thread Peter Münster
Hello Hans,

What do you think about these patches?

-- 
   Peter
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] overrightarrow and underrightarrow give the same result

2012-10-25 Thread luigi scarso
$\overrightarrow{ab}$
$\underrightarrow{ab}$

both give the same result  ($\underrightarrow{ab}$)


-- 
luigi
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] supp-box.mkiv

2012-11-19 Thread Wolfgang Schuster
Hi,

\def\syst_boxes_struttedbox_finish
- {\ht\nextbox\strutdepth
+ {\dp\nextbox\strutdepth
   \ht\nextbox\strutheight
   \box\nextbox
   \egroup}%

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-flt.mkvi

2015-04-13 Thread Wolfgang Schuster
Hi,

\unexpanded\def\startplacefloat
  {\flushnotes
   \page_otr_command_flush_side_floats % here !
   \strc_floats_begin_group
-  \dodoubleempty\strc_floats_start_place_float}
+  \dotripleempty\strc_floats_start_place_float}

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] core-con.lua

2015-05-15 Thread Wolfgang Schuster
Hi,

implement {
name  = ordinal,
actions   = ctxordinal,
-   arguments = { string, string }
+   arguments = { integer, string }
}

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-mat.mkiv

2015-12-09 Thread Wolfgang Schuster

Hi,

there is a 's' missing in \currentformulasreference:

\def\strc_formulas_handle_number % formulas
- 
{\strc_formulas_check_reference\c_strc_formulas_number_mode\currentformulareference}
+ 
{\strc_formulas_check_reference\c_strc_formulas_number_mode\currentformulasreference}


Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-mat.mkiv

2015-12-09 Thread Wolfgang Schuster

Hi,

\def\strc_formulas_number_again[#1]%
  {\def\currentformulareference{#1}%
-  \dosinglegroupempty\strc_formulas_number_indeed}
+  \strc_formulas_number_indeed}

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-ref.mkvi: \contentreference

2015-12-13 Thread Wolfgang Schuster

Hi,

\def\strc_references_content_pickup
  {\ifsecondargument
 \expandafter\strc_references_content_pickup_yes
   \else
-\expandafter\strc_references_content_pickup_yes
+\expandafter\strc_references_content_pickup_nop
   \fi}

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] trac-vis.mkiv

2016-01-06 Thread Wolfgang Schuster

Hi,

\def\syst_visualizers_filled_hbox#1%
- {\node_backgrounds_boxes_initialize\hbox\backgroundcolorattr{#1}}
+ {\node_backgrounds_boxes_add\hbox[#1]}

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
http://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-tag.lua

2016-01-01 Thread Wolfgang Schuster

Hi,

line 514:

implement {
name  = "settaggedmetadata",
-   actions   = structures.tags.registermetadata,
+   actions   = tags.registermetadata,
arguments = "string"

Wolfgang

___
dev-context mailing list
dev-context@ntg.nl
http://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] strc-reg.mkiv: \stopstructurepageregister

2015-12-29 Thread Wolfgang Schuster

Hi,

\def\strc_registers_stop[#1][#2]%
- {\normalexpanded{\ctxlatelua{structures.registers.extend("#1","#2")}}}
+ {\normalexpanded{\ctxlatecommand{extendregister("#1","#2")}}}

Wolfgang
___________
dev-context mailing list
dev-context@ntg.nl
http://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] font-ctx.lua

2016-02-13 Thread Wolfgang Schuster

Hi,

implement {
name  = "doifelsecurrentfonthasfeature",
-   actions   = { currentfonthasfeature, commands.doifelse },
+   actions   = { constructors.currentfonthasfeature, 
commands.doifelse },

arguments = "string"
}

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] i-math.xml

2016-05-23 Thread Wolfgang Schuster

Hi Hans,

I got a mail by Hans van der Meer about wrong entry for the 
\setupmathematics command.










[...]



- 
- 
- 
+ 
+ 
+ 















Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] i-fontfamily.xml

2016-05-23 Thread Wolfgang Schuster

Hi Hans,

1. The default value for the "force" key from \definefallbackfamily is "no".






























[...]





- 
- 
+ 
+ 




[...]




2. There is a "s" missing in at the end of the assignments tag.




- 
- 
- 
+ 
+ 
+ 



Wolfgang
_______
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] page-mak.mkvi

2016-04-19 Thread Wolfgang Schuster

Hi,

is the empty second argument on purpose?

\definemakeup
  [\v!page]
  []

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] lang-def.mkiv

2016-07-28 Thread Alan BRASLAU
See attached lang-def.mkiv.
Added missing system aliases for CJK languages.

Alan

lang-def.mkiv
Description: Binary data
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] x-setups-basics.mkiv

2016-09-28 Thread Wolfgang Schuster

Hi,

\startxmlsetups xml:setups:instance
-   \xmlatt{#1}{value}\enspace
+   \xmlatt{#1}{value}\enskip
\stopxmlsetups

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] m-hemistich.mkiv

2016-10-13 Thread Wolfgang Schuster

Hi,

\appendtoks
-   \setvalue{\currenthemistich}{\dohemistiches{\currenthemistich}}%
+   \setuevalue{\currenthemistich}{\hemistiches[\currenthemistich]}%
\to \everydefinehemistich

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] x-setups-basics.mkiv

2016-10-16 Thread Wolfgang Schuster

Hi,

\startxmlsetups xml:setups:inherit
% \cmd_column_two_start{}{}
\rawsetupstring{cd:inherits}:
\enspace
\letterbackslash
\xmlatt{#1}{name}
+   \par
% \cmd_column_two_stop
\ignorespaces
\stopxmlsetups

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] Typo in page-brk.mkiv

2017-11-28 Thread Aditya Mahajan

Line 507: \pagecheckparameter should be \pagecheckerparameter

Aditya
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] Typo in tabl-tab.mkiv

2017-12-05 Thread Aditya Mahajan

There is a typo in tabl-tab.mkiv:

Line 1075 should be

   \let\tabl_tabulate_insert_foot\tabl_tabulate_insert_foot_content


(note **foot_content** instead of **head_content**)

Thanks,
Aditya

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] i-columns.xml small correction

2019-02-05 Thread Taco Hoekwater
Hi,

In the definition of “setupcolumns”, there are two cd:inherits
misrepresented as cd:constants:

 
  
 
 
  
 

Best wishes,
Taco




___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] pack-bar.mkiv

2020-05-25 Thread Wolfgang Schuster

Hi,

-\installsimplecommandhandler \??positionbar {positionbar}
+\installsimplecommandhandler \??positionbar {positionbar} \??positionbar

Wolfgang

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] prop-ini.mkxl: \stopproperty

2020-11-21 Thread Wolfgang Schuster

Hi,

\properties_stop calls itself

\protected\def\properties_stop
  {\properties_stop
   \popmacro\properties_stop}

Wolfgang

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] piping to ConTeXt

2009-05-24 Thread Taco Hoekwater

Hans Hagen wrote:


a more context friendly way would be to load a module that defined a few 
commands, like


I think that is not the point. The point is that sometimes you want
to pipe input directly into context, and you simply can't at the
moment, because context and texexec refuse to run without an input
file name.

Everything else that is discussed in this thread is just a distraction.

Best wishes,
Taco


___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] No format file with last beta

2016-04-10 Thread Wolfgang Schuster

Hi Hans,

I’m unable to generate a format file for MkIV with the last beta, the 
last line in the log is:


open source > 1 > 34 > 
/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/node-ini.mkiv

loading : ConTeXt Node Support / Initialization


Could this be related to the LuaTeX version for the Mac:

This is LuaTeX, Version beta-0.90.0 (TeX Live 2016)

Wolfgang
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] dev-context post from [EMAIL PROTECTED] requires approval

2006-11-16 Thread Hans Hagen
Taco Hoekwater wrote:
 Hi,

 This reminds me: Hans, can you set the maximum post size for
 dev-context a bit higher? 40k is so small that the simplest things
 on this list need to be approved.

   
i set it to 100k

Hans

___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] context program, mtxrun question?

2008-05-28 Thread Oliver Buerschaper
 well, i copy a non existing unix stub into the zip

 is this one ok?

 #!/bin/sh
 mtxrun --script context $@

Perfect. It's exactly the one that used to be present in the beta  
2008.05.24 20:06 (both in the binaries as well as the unix stubs  
directories). I was wondering why you removed it at all ;-)

Oliver
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] current cont-en.xml

2008-12-21 Thread Patrick Gundlach
Hi,

which is the most current cont-en.xml? In the distribution? Or in the
context reference manual @supelec?

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] [NTG-context] mkII with minimals

2009-05-05 Thread Taco Hoekwater


Hi,

As Alan wrote, it seems there are continuous problems with both
the minimals and the context mkiv distribution currently. Is
there anything I myself can do to help out?

___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


Re: [dev-context] context commands in lua-files

2010-07-17 Thread Mojca Miklavec
On Fri, Jul 16, 2010 at 16:41, Peter Münster pmli...@free.fr wrote:
 Hello,

 Here some new ideas:

 http://pmrb.free.fr/tmp/context-commands/

Wow! I like it very much.

Mojca
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] context installation/setup/texmfcnf.lua

2011-02-09 Thread Mojca Miklavec
Hans,

I was away for a while. What exactly is the current status of ConTeXt
beta and what exactly do I need to change? Is the change for
selfautoparent: ready now? Is there anything else that I should do
right away?

Mojca
___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] ConTeXt equivalent of \line

2011-06-14 Thread Wolfgang Schuster
Hi Hans,

can you add a ConTeXt version of plain TeX’s \line (\hbox to \hsize) command.

I think this should do it: \def\fullaligned{\doalignline \relax \relax}

Wolfgang

___
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context


[dev-context] Typo in data-crl and data-sch

2018-01-17 Thread Aditya Mahajan

Hi,

There was a pull request on the github mirror of context sources about a 
typo in the curl template in data-crl.lua and data-sch.lua


https://github.com/contextgarden/context-mirror/pull/1/commits/02e9affa92bc7d23feddae03b34b7bebbe652cf1

There should be no space in `-- insecure` flag.

Aditya
___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Letter module version 2020.01.13 published.

2020-01-19 Thread modules
Wolfgang Schuster submitted an update to the

   Letter module

package.

Version number: 2020.01.13
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Writing letters with ConTeXt.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Letter module version 2020.01.20 published.

2020-01-20 Thread modules
Wolfgang Schuster submitted an update to the

   Letter module

package.

Version number: 2020.01.20
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Writing letters with ConTeXt.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Letter module version 2020.01.20 published.

2020-01-20 Thread modules
Wolfgang Schuster submitted an update to the

   Letter module

package.

Version number: 2020.01.20
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Writing letters with ConTeXt.

Announcement text:
--

README was missing in the previous release.

--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Letter module version 2020.08.07 published.

2020-08-07 Thread modules
Wolfgang Schuster submitted an update to the

   Letter module

package.

Version number: 2020.08.07
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Writing letters with ConTeXt.

Announcement text:
--

Changed the paragraphs environment to work in the intended way with a current 
installation.

--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules new: metaducks version 24.12.2020 published.

2020-12-24 Thread modules
Jairo A. del Rio submitted the new

   metaducks

package.

Version number: 24.12.2020
License type: GNU General Public License
Wants to be in ConTeXt distribution: yes
Wants to be synced with CTAN: no

Summary description: Ducks for ConTeXt!

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: metaducks version 2021-3-13 published.

2021-03-14 Thread modules
Jairo A. del Rio submitted an update to the

   metaducks

package.

Version number: 2021-3-13
License type: GNU General Public License
Wants to be in ConTeXt distribution: yes
Wants to be synced with CTAN: yes

Summary description: Ducks for ConTeXt!

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: metaducks version 2021-3-13 published.

2021-03-14 Thread modules
Jairo A. del Rio submitted an update to the

   metaducks

package.

Version number: 2021-3-13
License type: GNU General Public License
Wants to be in ConTeXt distribution: yes
Wants to be synced with CTAN: yes

Summary description: Ducks for ConTeXt!

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: metaducks version 2021-3-13 published.

2021-03-14 Thread modules
Jairo A. del Rio submitted an update to the

   metaducks

package.

Version number: 2021-3-13
License type: GNU General Public License
Wants to be in ConTeXt distribution: yes
Wants to be synced with CTAN: yes

Summary description: Ducks for ConTeXt!

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: metaducks version 2021-3-13 published.

2021-03-13 Thread modules
Jairo A. del Rio submitted an update to the

   metaducks

package.

Version number: 2021-3-13
License type: GNU General Public License
Wants to be in ConTeXt distribution: yes
Wants to be synced with CTAN: yes

Summary description: Ducks for ConTeXt!

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Typescripts version 2021.09.02 published.

2021-09-02 Thread modules
Wolfgang Schuster submitted an update to the

   Typescripts

package.

Version number: 2021.09.02
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: A collection of typescript files for free and commercial 
fonts.

Announcement text:
--

Removed files which are already included in ConTeXt.

--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Letter module version 2021.10.16 published.

2021-10-16 Thread modules
Wolfgang Schuster submitted an update to the

   Letter module

package.

Version number: 2021.10.16
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Writing letters with ConTeXt.

Announcement text:
--

Fixes a typo in the memo module which caused an error.

--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.06.14 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.06.14
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.08.01 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.08.01
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2010.12.28 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2010.12.28
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2010.02.03 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2010.02.03
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2012.07.25 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2012.07.25
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2011.12.17 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2011.12.17
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2012.01.09 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2012.01.09
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.02.14 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.02.14
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.11.21 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.11.21
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.10.25 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.10.25
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2013.02.24 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2013.02.24
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2011.12.16 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2011.12.16
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.09.15 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.09.15
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.08.29 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.08.29
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.09.16 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.09.16
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2011.02.18 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2011.02.18
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2011.03.11 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2011.03.11
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2011.02.04 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2011.02.04
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.10.04 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.10.04
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.10.06 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.10.06
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.09.20 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.09.20
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2010.03.12 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2010.03.12
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2009.11.24 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2009.11.24
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2010.02.02 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2010.02.02
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2010.10.13 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2010.10.13
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2011.06.17 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2011.06.17
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2011.03.19 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2011.03.19
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: Simplefonts version 2011.03.26 published.

2022-09-17 Thread modules
Wolfgang Schuster submitted an update to the

   Simplefonts

package.

Version number: 2011.03.26
License type: GNU General Public License
Wants to be in ConTeXt distribution: no
Wants to be synced with CTAN: no

Summary description: Module to simplify the font mechanism in ConTeXt MkIV.

Announcement text:
--



--

___
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context


[dev-context] CGModules update: squares version 2023-08-01 published.

2023-08-02 Thread modules
Jairo A. del Rio submitted an update to the

   squares

package.

Version number: 2023-08-01
License type: (unknown license status)
Wants to be in ConTeXt distribution: yes
Wants to be synced with CTAN: yes

Summary description: Squares for ConTeXt

Announcement text:
--



--

___
dev-context mailing list -- dev-context@ntg.nl
To unsubscribe send an email to dev-context-le...@ntg.nl


  1   2   3   4   5   6   7   8   9   10   >