ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TOC in bookmarks
@ 2016-07-11 13:00 Marcus Vinicius Mesquita
  2016-07-11 13:32 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Marcus Vinicius Mesquita @ 2016-07-11 13:00 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 407 bytes --]

Dear list

How can one make the page with the TOC also appear in the bookmarks using
mkiv?

Regards

Marcus Vinicius

-- 
Todas as coisas fatigam o corpo, salvo a música, que não fatiga nem o corpo
nem seus membros, por ser descanso da alma, primavera do coração, distração
do aflito, entretenimento do solitário, e viático do viajante.

Kunnâsh al-Hâ'ik (Cancioneiro de al-Hâ'ik)

[-- Attachment #1.2: Type: text/html, Size: 994 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: TOC in bookmarks
  2016-07-11 13:00 TOC in bookmarks Marcus Vinicius Mesquita
@ 2016-07-11 13:32 ` Wolfgang Schuster
  2016-07-11 13:35   ` Marcus Vinicius Mesquita
  2016-07-11 13:50   ` French and Ancient Greek Jean-Pierre Delange
  0 siblings, 2 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2016-07-11 13:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 700 bytes --]

> Marcus Vinicius Mesquita <mailto:marcusvinicius.mesquita@gmail.com>
> 11. Juli 2016 um 15:00
> Dear list
>
> How can one make the page with the TOC also appear in the bookmarks 
> using mkiv?

\setupinteraction[state=start]

\placebookmarks[title,chapter][force=yes]

\starttext

% Variant 1, shows the text which is set with 
\setupheadtext[<language>][content=...]
\completecontent

% Variant 2, you can set your own text for the bookmark
% \starttitle[title=\headtext{content},reference=content,bookmark=Table 
of content]
% \placecontent
% \stoptitle

\dorecurse{10}{\expanded{\chapter{Chapter \recurselevel}}}

\stoptext

BTW: It isn't necessary to format the text of your question.

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 2009 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: TOC in bookmarks
  2016-07-11 13:32 ` Wolfgang Schuster
@ 2016-07-11 13:35   ` Marcus Vinicius Mesquita
  2016-07-11 13:50   ` French and Ancient Greek Jean-Pierre Delange
  1 sibling, 0 replies; 6+ messages in thread
From: Marcus Vinicius Mesquita @ 2016-07-11 13:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1354 bytes --]

Thank you

Marcus Vinicius

On Mon, Jul 11, 2016, 10:33 Wolfgang Schuster <schuster.wolfgang@gmail.com>
wrote:

> Marcus Vinicius Mesquita <marcusvinicius.mesquita@gmail.com>
> 11. Juli 2016 um 15:00
>
> Dear list
>
> How can one make the page with the TOC also appear in the bookmarks using
> mkiv?
>
>
> \setupinteraction[state=start]
>
> \placebookmarks[title,chapter][force=yes]
>
> \starttext
>
> % Variant 1, shows the text which is set with
> \setupheadtext[<language>][content=...]
> \completecontent
>
> % Variant 2, you can set your own text for the bookmark
> % \starttitle[title=\headtext{content},reference=content,bookmark=Table of
> content]
> % \placecontent
> % \stoptitle
>
> \dorecurse{10}{\expanded{\chapter{Chapter \recurselevel}}}
>
> \stoptext
>
> BTW: It isn't necessary to format the text of your question.
>
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 3355 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* French and Ancient Greek
  2016-07-11 13:32 ` Wolfgang Schuster
  2016-07-11 13:35   ` Marcus Vinicius Mesquita
@ 2016-07-11 13:50   ` Jean-Pierre Delange
  2016-07-11 14:09     ` Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Jean-Pierre Delange @ 2016-07-11 13:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 2082 bytes --]


Dear List,

I'm using the last update of ConTeXt Standalone, ConTeXt Process Management 0.63 - current version: 2016.06.25, on Windows 10.
All the fonts are installed (Theano Didot, ipaexmincho, GaramondNo8 and FreeSans, usw) and there seems to be a conflict between French and Ancient Greek. See logfile as attached piece. I've got a conflict and a fatal error in the logfile (but a 'q' command allows to overpass the alert) in line 2 of this code : 

\setuplanguage[fr][patterns={fr,agr}]
\mainlanguage[fr]
\setuplayout [backspace=40mm]
\setuppagenumbering[alternative=doublesided, location={header, inmargin}]
\setupmargindata[inmargin][location=inner, style={\ssx\setupinterlinespace[line=2.8ex]}]
\setupmarginframed[inmargin][align=right]
\setupbodyfontenvironment[default][em=italic]
\definefallbackfamily[mainface][serif][Theano Didot][preset=range:greek, it={Old Standard Italic}, force=yes]
\definefallbackfamily [mainface] [rm] [ipaexmincho] [range=cjkunifiedideographs]
\definefontfamily [mainface] [serif] [GaramondNo8][sc=NewG8 Regular SC]
\definefontfamily [mainface] [sans] [FreeSans] [rscale=0.7]
\setupbodyfont[mainface]
\setupindenting[1.5em]
\setupindenting[yes]

\setupwhitespace[medium]
\setupinterlinespace[line=3.2ex]

\setupitemize[each][margin=yes]

\setuphead[title][header=empty]

\setupheader[style={\sc}]
\setupfooter[style={\itxx}]
\setupheadertexts[Cours de Philosophie][][][{\getmarking[section]}]
\setupfootertexts[][][][© J.-P. Delange, 2010-2016 — La reproduction de ce cours est soumise à autorisation]
\starttext

___________________________________________________________________________________
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
___________________________________________________________________________________

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.log --]
[-- Type: text/x-log; name=ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.log, Size: 10453 bytes --]

open source     > 1 > 1 > C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv

ConTeXt  ver: 2016.06.25 14:38 MKIV beta  fmt: 2016.7.11  int: english/english

system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv
close source    > 2 > 2 > C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv
system          > files > jobname 'ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03', input './ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03', result 'ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > C:/Users/Adeimantos/Documents/context/ConTeXt-Documents/ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.tex

tex error       > tex error on line 2 in file C:/Users/Adeimantos/Documents/context/ConTeXt-Documents/ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.tex: ! Conflicting pattern ignored


\38> ...anguage }{\languageparameter \s!patterns }
                                                  \relax \normallanguage \cs...
\lang_basics_synchronize ...nguage \fi \endcsname 
                                                  \relax \the \everylanguage...
\mainlanguage ...anguage \lang_basics_synchronize 
                                                  \fi \fi \fi \mainlanguagen...
l.2 \mainlanguage[fr]
                   

 1     \setuplanguage[fr][patterns={fr, agr}]
 2 >>  \mainlanguage[fr]
 3     \setuplayout [backspace=40mm]
 4     \setuppagenumbering[alternative=doublesided, location={header, inmargin}]
 5     \setupmargindata[inmargin][location=inner, style={\ssx\setupinterlinespace[line=2.8ex]}]
 6     \setupmarginframed[inmargin][align=center]
 7     \setupbodyfontenvironment[default][em=italic]
 8     \definefallbackfamily[mainface][serif][Theano Didot][preset=range:greek, it={Old Standard Italic}, force=yes]
 9     \definefallbackfamily [mainface] [rm] [ipaexmincho] [range=cjkunifiedideographs]
10     \definefontfamily [mainface] [serif] [GaramondNo8][sc=NewG8 Regular SC]
11     \definefontfamily [mainface] [sans] [FreeSans] [rscale=0.7]
12     \setupbodyfont[mainface]


? q
OK, entering \batchmode...

fonts           > preloading modern-designsize (math)
fonts           > typescripts > unknown library 'modern-designsize'
fonts           > 'fallback modern-designsize mm 12pt' is loaded
fonts           > preloading modern-designsize (mono)
fonts           > 'fallback modern-designsize tt 12pt' is loaded
structure       > sectioning > title @ level 2 : 0.0 -> Cours de Philosophie
structure       > sectioning > section @ level 3 : 0.0.1 -> Introduction
structure       > sectioning > subsection @ level 4 : 0.0.1.1 -> Distinctions
structure       > sectioning > subsection @ level 4 : 0.0.1.2 -> Définition négative de la philosophie.
backend         > xmp > using file 'C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1
structure       > sectioning > subsection @ level 4 : 0.0.1.3 -> La crise comme commencement
pages           > flushing realpage 2, userpage 2
pages           > flushing realpage 3, userpage 3
structure       > sectioning > section @ level 3 : 0.0.2 -> Philosopher : la {\em seconde navigation} de Socrate.
pages           > flushing realpage 4, userpage 4
structure       > sectioning > subsection @ level 4 : 0.0.2.1 -> La {\em seconde navigation} de Socrate : Anaxagore.
pages           > flushing realpage 5, userpage 5
pages           > flushing realpage 6, userpage 6
structure       > sectioning > subsection @ level 4 : 0.0.2.2 -> La {\em seconde navigation} de Socrate : la caverne.
pages           > flushing realpage 7, userpage 7
pages           > flushing realpage 8, userpage 8
close source    > 2 > 3 > C:/Users/Adeimantos/Documents/context/ConTeXt-Documents/ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.tex
close source    > 1 > 3 > C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv

system          > structure > start used structure

used structure  > text: ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03

system          > structure > stop used structure


system          > files > start used files

used file       >    1: filename=cont-yes.mkiv filetype=tex foundname=C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv usedmethod=database
used file       >    2: filename=publ-imp-default.lua filetype=lua foundname=C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/base/mkiv/publ-imp-default.lua usedmethod=database
used file       >    3: filename=cont-new.mkiv filetype=tex foundname=C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv usedmethod=database
used file       >    4: filename=lang-us.lua filetype=lua foundname=C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/patterns/mkiv/lang-us.lua usedmethod=database
used file       >    5: filename=C:\Users\Adeimantos\Documents\context\ConTeXt-Documents/ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.tex foundname=C:/Users/Adeimantos/Documents/context/ConTeXt-Documents/ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.tex usedmethod=direct
used file       >    6: filename=lang-fr.lua filetype=lua foundname=C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/patterns/mkiv/lang-fr.lua usedmethod=database
used file       >    7: filename=lang-agr.lua filetype=lua foundname=C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/patterns/mkiv/lang-agr.lua usedmethod=database
used file       >    8: filename=ugmm8a.afm filetype=afm format=afm foundname=C:/Users/Adeimantos/Documents/context/tex/texmf/fonts/afm/urw/garamond/ugmm8a.afm usedmethod=database
used file       >    9: filename=ugmm8a.pfb filetype=pfb format=pfb foundname=C:/Users/Adeimantos/Documents/context/tex/texmf/fonts/type1/urw/garamond/ugmm8a.pfb usedmethod=database
used file       >   10: filename=TheanoDidot-Regular.ttf filetype=ttf format=ttf foundname=c:/windows/fonts/TheanoDidot-Regular.ttf usedmethod=filesystem
used file       >   11: filename=ipaexm.ttf filetype=ttf format=ttf foundname=C:/Users/Adeimantos/Documents/context/tex/texmf/fonts/truetype/public/ipaex/ipaexm.ttf usedmethod=database
used file       >   12: filename=ugmmi8a.afm filetype=afm format=afm foundname=C:/Users/Adeimantos/Documents/context/tex/texmf/fonts/afm/urw/garamond/ugmmi8a.afm usedmethod=database
used file       >   13: filename=ugmmi8a.pfb filetype=pfb format=pfb foundname=C:/Users/Adeimantos/Documents/context/tex/texmf/fonts/type1/urw/garamond/ugmmi8a.pfb usedmethod=database
used file       >   14: filename=FreeSans.otf filetype=otf format=otf foundname=c:/windows/fonts/FreeSans.otf usedmethod=filesystem
used file       >   15: filename=FreeSansOblique.otf filetype=otf format=otf foundname=c:/windows/fonts/FreeSansOblique.otf usedmethod=filesystem
used file       >   16: filename=lpdf-pdx.xml filetype=tex foundname=C:/Users/Adeimantos/Documents/context/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml usedmethod=database

system          > files > stop used files


system          > options > start commandline options

used option     > currentrun="1"
used option     > fulljobname="./ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.tex"
used option     > input="./ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.tex"
used option     > kindofrun="1"
used option     > maxnofruns="9"
used option     > no-parse-first-line="true"

system          > options > stop commandline options

system          > options > start commandline files

used file       >    1: ./ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.tex

system          > options > stop commandline files


mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: C:/Users/Adeimantos/Documents/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.031 seconds, 0 scans with scantime 0.000 seconds, 0 shared scans, 16 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 393 modules (0.422 sec), 83 tables (0.031 sec), 476 chunks (0.453 sec)
mkiv lua stats  > traced context: maxstack: 1189, freed: 1, unreachable: 1188
mkiv lua stats  > cleaned up reserved nodes: 48 nodes, 9 lists of 447
mkiv lua stats  > node memory usage: 109 hlist, 26 vlist, 13 rule, 26 boundary, 53 disc, 13 local_par, 62 dir, 262 glue, 223 kern, 55 penalty, 525 glyph, 443 attribute, 149 glue_spec, 120 attribute_list, 2 temp, 13 late_lua, 2 user_defined
mkiv lua stats  > node list callback tasks: 6 unique task lists, 7 instances (re)created, 627 calls
mkiv lua stats  > h-node processing time: 0.094 seconds including kernel
mkiv lua stats  > used backend: pdf (backend for directly generating pdf output)
mkiv lua stats  > jobdata time: 0.000 seconds saving, 0.000 seconds loading
mkiv lua stats  > callbacks: 1454 direct, 336 indirect, 1790 total
mkiv lua stats  > v-node processing time: 0.016 seconds 
mkiv lua stats  > loaded patterns: en::2 fr::51, load time: 0.000
mkiv lua stats  > interactive elements: 0 references, 6 destinations
mkiv lua stats  > result saved in file: ConTEXt_Philosophy_Margin-Footnotes-Greek-Version03.pdf, compresslevel 3, objectcompresslevel 3
mkiv lua stats  > margin data: 13 entries, 0 pending
mkiv lua stats  > loaded fonts: 6 files: ugmm8a.afm, ugmmi8a.afm, ipaexm.ttf, freesans.otf, freesansoblique.otf, theanodidot-regular.ttf
mkiv lua stats  > font engine: otf 3.025, afm 1.512, tfm 1.000, 33 instances, 27 shared in backend, 4 common vectors, 23 common hashes, load time 1.281 seconds 
mkiv lua stats  > used platform: win64, type: windows, binary subtree: texmf-win64
mkiv lua stats  > luatex banner: this is luatex, version 0.97.0 (tex live 2016/w32tex)
mkiv lua stats  > control sequences: 44221 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 132 MB (ctx: 133 MB), hash type: lua, hash chars: min(32,40), symbol mask: utf (τεχ)
mkiv lua stats  > runtime: 11.496 seconds, 8 processed pages, 8 shipped pages, 0.696 pages/second


[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: French and Ancient Greek
  2016-07-11 13:50   ` French and Ancient Greek Jean-Pierre Delange
@ 2016-07-11 14:09     ` Hans Hagen
  2016-07-11 14:51       ` Jean-Pierre Delange
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2016-07-11 14:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 7/11/2016 3:50 PM, Jean-Pierre Delange wrote:
>
> Dear List,
>
> I'm using the last update of ConTeXt Standalone, ConTeXt Process Management 0.63 - current version: 2016.06.25, on Windows 10.
> All the fonts are installed (Theano Didot, ipaexmincho, GaramondNo8 and FreeSans, usw) and there seems to be a conflict between French and Ancient Greek. See logfile as attached piece. I've got a conflict and a fatal error in the logfile (but a 'q' command allows to overpass the alert) in line 2 of this code :

the latest context version removed conflicting patterns

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: French and Ancient Greek
  2016-07-11 14:09     ` Hans Hagen
@ 2016-07-11 14:51       ` Jean-Pierre Delange
  0 siblings, 0 replies; 6+ messages in thread
From: Jean-Pierre Delange @ 2016-07-11 14:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks a lot Hans ! It works very fine with this current version: 2016.07.11 13:44. I'll test it on my different systems.
JP

----- Mail original -----
De: "Hans Hagen" <pragma@wxs.nl>
À: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Envoyé: Lundi 11 Juillet 2016 16:09:37
Objet: Re: [NTG-context] French and Ancient Greek

On 7/11/2016 3:50 PM, Jean-Pierre Delange wrote:
>
> Dear List,
>
> I'm using the last update of ConTeXt Standalone, ConTeXt Process Management 0.63 - current version: 2016.06.25, on Windows 10.
> All the fonts are installed (Theano Didot, ipaexmincho, GaramondNo8 and FreeSans, usw) and there seems to be a conflict between French and Ancient Greek. See logfile as attached piece. I've got a conflict and a fatal error in the logfile (but a 'q' command allows to overpass the alert) in line 2 of this code :

the latest context version removed conflicting patterns

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-07-11 14:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-11 13:00 TOC in bookmarks Marcus Vinicius Mesquita
2016-07-11 13:32 ` Wolfgang Schuster
2016-07-11 13:35   ` Marcus Vinicius Mesquita
2016-07-11 13:50   ` French and Ancient Greek Jean-Pierre Delange
2016-07-11 14:09     ` Hans Hagen
2016-07-11 14:51       ` Jean-Pierre Delange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).