Re: [NTG-context] Problem defining macro with Lua inside

2018-05-30 Thread Procházka Lukáš Ing .
... Great, thank you! Lukas On Wed, 30 May 2018 13:47:12 +0200, Henri Menke wrote: On 05/30/2018 08:19 PM, Procházka Lukáš Ing. wrote: Hello, I'm trying to define a macro (a MS Word -> clipboard -> Ctx tool), whose simplified form is the following: This cannot work \startlua

Re: [NTG-context] Problem defining macro with Lua inside

2018-05-30 Thread Hans Hagen
On 5/30/2018 10:19 AM, Procházka Lukáš Ing. wrote: Hello, I'm trying to define a macro (a MS Word -> clipboard -> Ctx tool), whose simplified form is the following: \def\startWord{%   \startluacode     context[[ } \def\stopWord{% ]]   \stopluacode } \starttext   aaa  

Re: [NTG-context] Problem defining macro with Lua inside

2018-05-30 Thread Henri Menke
On 05/30/2018 08:19 PM, Procházka Lukáš Ing. wrote: > Hello, > > I'm trying to define a macro (a MS Word -> clipboard -> Ctx tool), whose > simplified form is the following: > This cannot work \startluacode has to “see” \stopluacode. Use buffers: \unexpanded\def\st

[NTG-context] Problem defining macro with Lua inside

2018-05-30 Thread Procházka Lukáš Ing .
Hello, I'm trying to define a macro (a MS Word -> clipboard -> Ctx tool), whose simplified form is the following: \def\startWord{% \startluacode context[[ } \def\stopWord{% ]] \stopluacode } \starttext aaa \startWord abc def ghi \stopWor

[NTG-context] mtxrun uses 'nil' for platform

2018-04-15 Thread Vladimir Lomov
--- local plat=os.platform local plat2=os.getenv("MTX_PLATFORM") print("platform = ", plat) print("platform2 = ", plat2) --- 8< --- WBR, Vladimir Lomov -- Hacking's just another word for noth

Re: [NTG-context] Fwd: Custom sorting of "pseudo-language" in a register

2018-03-22 Thread Hans Hagen
o they are referenced in a uniform style. My problem comes in the register sorting. Hans, I saw where in the paste you have recommended a “pseudo-language” to implement a custom sort in such a situation. I have almost figured out how to accomplish this. (See the MWE below.) I have no problem with s

[NTG-context] Custom sorting of "pseudo-language" in a register

2018-03-16 Thread John Grasty
. (See the MWE below.) I have no problem with single word sections (Genesis, Exodus, etc.). I can turn off indicators, do the custom sort (see below), and I get the intended result. If I have a multiple word title (Evangelij po Janezu), that technique doesn’t work. The replacement for more than

Re: [NTG-context] Passing two arguments from Lua to Context

2018-02-13 Thread Hans Hagen
;Knuth") context.index("Ward") context("Read Knuth and see also the ") local s,t = "Index","ref:index" context.MyGoTo({s},{t}) -- context.goto("Index",{"ref:index"}) -- this does not work \stopluacode you need to use

Re: [NTG-context] Unexpected emergency stop

2018-02-10 Thread Tim Steenvoorden
{\getvalue{in#1}[#1:#2]} > {\writestatus{references}{reference format in#1 not defined} > \in[#1:#2]} > \stoptexdefinition % #3 is optional and gobbled by \in > > \definereferenceformat[inchp] > [text=\word{\labeltext{chapter}}] > > \setuplabeltext[en] > [chapter=Chapte

Re: [NTG-context] Unexpected emergency stop

2018-02-09 Thread Otared Kavian
erences}{reference format in#1 not defined} > \in[#1:#2]} > \stoptexdefinition % #3 is optional and gobbled by \in > > \definereferenceformat[inchp] > [text=\word{\labeltext{chapter}}] > > \setuplabeltext[en] > [chapter=Chapter~] > > \chapter[chp:first]{First} >

[NTG-context] Unexpected emergency stop

2018-02-09 Thread Tim Steenvoorden
ion % #3 is optional and gobbled by \in \definereferenceformat[inchp] [text=\word{\labeltext{chapter}}] \setuplabeltext[en] [chapter=Chapter~] \chapter[chp:first]{First} Works: \see[chp:first] Hangs: \see[chp:first], \stoptext –– -- T.J. Steenvoorden, MSc PhD Candidate

[NTG-context] bug with special hyphenation?

2018-02-08 Thread Pablo Rodriguez
start = 1, length = 1, before = utf.char(0xFE000), after = nil, left = false, right = false, } local all = table.setmetatableindex({ }, function(t,k) return shared end) languages.hyphenators.traditional.installmethod(&qu

[NTG-context] issue with \hyphenatedword

2018-01-22 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuppapersize[A9] \starttext \hyphenatedword{office} office \hsize\zeropoint office \hyphenatedword{office} \stoptext Compiling with latest beta (2018.01.19 13:42), hyphen isn’t used in \hyphenated word and the character

[NTG-context] Three problems with ConTeXt standalone for armhf

2018-01-18 Thread Lutz Haseloff
ed variable 'buf' [-Wunused-variable] static char buf[SMALL_BUF_SIZE]; ^ ../../../source/texk/web2c/luatexdir/font/writettf.w:542:6: warning: unused variable 'charcodes' [-Wunused-variable] long *charcodes; ^ ./build.sh: 372: ./build.sh: Syntax er

Re: [NTG-context] Word and character count excluding TeX-directives

2018-01-16 Thread Rik Kabel
On 2018-01-16 09:26, Dr. Thomas Möbius wrote: \definestartstop     [abstract]     [style=bold,     after={\blank[big]}] \starttext \title{My title: example of a word and character count} {\strut\tfx Formal guidelines: word count of abstract: $x$, character count of main text: $x$, character

[NTG-context] Word and character count excluding TeX-directives

2018-01-16 Thread Dr . Thomas Möbius
To meet some formal guidelines, I need to provide a word count of my abstract and a character count of the main text, and a character count of all the text appearing in figure captions. Is this possible (maybe using some lua-magic)? Thank you! Thomas Minimal example: \definestartstop

Re: [NTG-context] WYSIWYM editor on top of ConTeXt / Lout

2017-12-03 Thread Jonas Baggett
I was also looking at groff/mom... Sincerely, Gour Hi Gour, The users I want to target are those currently using Word or alike, and would be interested by something that enables them to do more productive work, without moving too far away from WYSIWYG. But it could well happen that after being

Re: [NTG-context] WYSIWYM editor on top of ConTeXt / Lout

2017-12-02 Thread Jonas Baggett
more than 10 - 12 pages and wanting to be able to focus much more on the content than in the formatting but still have good looking results. Typically students or professional that are used to write reports with Word but would be interested to use a more productive editor, but not ready to

Re: [NTG-context] WYSIWYM editor on top of ConTeXt / Lout

2017-12-02 Thread Jonas Baggett
Hi Hraban, The type of users that I would like to target, will be those writting documents of more than 10 - 12 pages. Typically students or professional that are used to write reports with Word but would be interested to use a more productive editor, but not ready to move too far away from

Re: [NTG-context] getting metafun positions within (displayed) math mode

2017-11-17 Thread Sanjoy Mahajan
y with \mpos creating some kind of callback, whereby LuaTeX talks back to it after typesetting the math node? Perhaps it adds a field to the node tree (if that's the right word). But I am rapidly spiraling beyond my LuaTeX understanding... Nigel King writes: > Wow. I learnt about Maxwel

Re: [NTG-context] problems with XML export

2017-11-12 Thread Pablo Rodriguez
tyle option: \setupbackend[export=yes] \definehighlight[read][style=\word\sc] \starttext \starthighlight[read] ROT ROT ROT\stophighlight \stoptext Other approach would be to use your own CSS file: .read { text-transform: lowercase; font-variant: small-caps; } In any case, you ne

Re: [NTG-context] ASCII input - non ASCII output

2017-11-08 Thread Henri
n computer programming there's basically never the need > to use non-ascii characters. And in writing texts in native language > there's no need to use those strange backslashes, so life was mostly > good until I started using TeX in UTF-8. Back then I was basically > switching

Re: [NTG-context] ASCII input - non ASCII output

2017-11-08 Thread Mojca Miklavec
g texts in native language there's no need to use those strange backslashes, so life was mostly good until I started using TeX in UTF-8. Back then I was basically switching the keyboard a couple of times per sentence (if not per word) and somewhat hated typing any TeX in native language for that

Re: [NTG-context] Difficulties with learning about ConTeXt

2017-10-23 Thread Pablo Rodriguez
is no secret that ConTeXt is way less popular than LaTeX. It is even trickier to search for it (since context is also a rather common word). I don’t know how many ConTeXt users are in the world. Probably the number of LaTeX users is a hundred times the number of ConTeXt users. This explains a lot o

[NTG-context] Problems with setfirstline

2017-10-18 Thread Rik Kabel
][ after={\blank[big]\setfirstline\setinitial}] \setuphead  [section][continue=yes, after=\setfirstline] \startbuffer     \startchapter[title=Initial and first line: \Word{\fontclass}]     \startparagraph     \input darwin

[NTG-context] Fwd: ligature exceptions

2017-10-06 Thread Henning Hraban Ramm
a] [Au{fl}age Shiff{f}ahrt] > > I leave it to others to collect (reasonable) lists of words. We can these to > the distribution then. Thank you very much, it works now. Here’s* the converted German wordlist from the selnolig package, still in the "old" single word syntax. I

Re: [NTG-context] ligature exceptions

2017-09-27 Thread Hans Hagen
change is that adding a brace group in the middle of a word (like in of{}fice) does not prevent ligature creation." With pdftex it does avoid ligatures, but not reliably. There are cases where the brace group disappear when pdftex tries out hyphenation points. in traditional tex hyphenation is in

Re: [NTG-context] ligature exceptions

2017-09-27 Thread Ulrike Fischer
Am Wed, 27 Sep 2017 15:10:33 +0200 schrieb Tomas Hala: > From this point of view, Auf{}lage seems better. This doesn't prevent the ligature: \starttext Auflage Auf{}lage Auf\/lage \stoptext This also documented: "The most important change is that adding a brace group in the mid

Re: [NTG-context] Hyphenation with dashes in natural table

2017-09-11 Thread Rik Kabel
ral tables? Any feedback is welcome. Hi Christoph, I don’t know, but the following seems to work: \starttext \bTABLE[width=5cm] \bTR \bTD super||cali||fragi||listic||expi||ali||docious \eTD \bTD The longest word known to me that ever had an appearance in a musical. \eTD \eTR \eTABLE \stoptext Just

Re: [NTG-context] Hyphenation with dashes in natural table

2017-09-11 Thread Pablo Rodriguez
dback is welcome. Hi Christoph, I don’t know, but the following seems to work: \starttext \bTABLE[width=5cm] \bTR \bTD super||cali||fragi||listic||expi||ali||docious \eTD \bTD The longest word known to me that ever had an appearance in a musical. \eTD \eTR \eTABLE \stoptext Just in case it h

[NTG-context] Hyphenation with dashes in natural table

2017-09-11 Thread Christoph Reller
Hi, It seems that the hyphenation algorithm for long words with dashes when typeset in a natural table has changed. MWE: \starttext \bTABLE[width=5cm] \bTR \bTD super-cali-fragi-listic-expi-ali-docious \eTD \bTD The longest word known to me that ever had an appearance in a musical. \eTD \eTR

Re: [NTG-context] about "unknown script 'context.lus' or 'max-context.lua'"

2017-09-02 Thread Jeong Dal
Dear Hans van der Meer, According to your word, I added the PATH to texmf-dist(texlive 2017) to the ConTeXt(LuaTex).engine directly. And, in the terminal, run mtxrun —generate and run luatools —generate once more. Then ConTeXt(LuaTeX) is working fine. Now, I can compile ConTeXt files using

Re: [NTG-context] Bibliography in MKIV, custom rendering

2017-08-12 Thread Rik Kabel
s of APA, such as square brackets around estimated dates for archival sources (how do you identify an estimated date?), constructing shortened titles that are then alphabetized by the first non-significant word, spelling out author names where two or more authors share the same abbreviated names,

Re: [NTG-context] Bibliography in MKIV, custom rendering

2017-08-12 Thread Rik Kabel
nd estimated dates for archival sources (how do you identify an estimated date?), constructing shortened titles that are then alphabetized by the first non-significant word, spelling out author names where two or more authors share the same abbreviated names, and so on. Biblatex attempts to addres

Re: [NTG-context] letters in context mkiv

2017-08-01 Thread r . ermers
] Dear \xmltext{#1}{/prefix} \xmltext{#1}{/formalname}, \blank [line] % \input knuth \relax This is a {\bf bold} test. \TeX\ \startitemize \item item \item item \stopitemize \input brieftekst-test.tex \relax \par %this \par is needed, for the last word of the file merges with Kind

Re: [NTG-context] letters in context mkiv

2017-07-31 Thread r . ermers
are unable to >> flawlessly produce a poem or even a brief text in Kazakh yourself. > > OK, I see your desperation, and I take your analogy (I’m a scholar myself, > not a programmer): if someone came to you with the Iliad and explained that > he doesn’t know a word of Kazakh but

Re: [NTG-context] letters in context mkiv

2017-07-30 Thread Schmitz Thomas A.
in Kazakh yourself. OK, I see your desperation, and I take your analogy (I’m a scholar myself, not a programmer): if someone came to you with the Iliad and explained that he doesn’t know a word of Kazakh but wants all of Homer’s poem, every line, every word, every nuance, expressed in Kazakh

Re: [NTG-context] ligatures/substituation at word boundaries

2017-07-30 Thread Hans Hagen
On 7/30/2017 11:39 AM, Ulrike Fischer wrote: Am Fri, 28 Jul 2017 23:21:18 +0200 schrieb Hans Hagen: Is it possible to refer in fonts.handlers.otf.addfeature to the word boundary? The luatex manual speaks of a virtual "left_boundary" char, but I couldn't find a way to use it.

Re: [NTG-context] ligatures/substituation at word boundaries

2017-07-30 Thread Ulrike Fischer
Am Fri, 28 Jul 2017 23:21:18 +0200 schrieb Hans Hagen: >> Is it possible to refer in fonts.handlers.otf.addfeature to the word >> boundary? The luatex manual speaks of a virtual "left_boundary" >> char, but I couldn't find a way to use it. > It is possible t

Re: [NTG-context] ligatures/substituation at word boundaries

2017-07-28 Thread Hans Hagen
On 7/27/2017 8:09 PM, Ulrike Fischer wrote: Is it possible to refer in fonts.handlers.otf.addfeature to the word boundary? The luatex manual speaks of a virtual "left_boundary" char, but I couldn't find a way to use it. \startluacode fonts.handlers.otf.addfeature {

[NTG-context] ligatures/substituation at word boundaries

2017-07-27 Thread Ulrike Fischer
Is it possible to refer in fonts.handlers.otf.addfeature to the word boundary? The luatex manual speaks of a virtual "left_boundary" char, but I couldn't find a way to use it. \startluacode fonts.handlers.otf.addfeature { name = "ltest", type =

Re: [NTG-context] how to hyphenate SHA512?

2017-07-10 Thread Pablo Rodriguez
gt; after = nil, > left = false, > right = false, > } > > -- languages.hyphenators.traditional.installmethod("sha", > -- function(dictionary,word,n) > -- local t = { } > -- for i=1,#word do > -- t[i] =

Re: [NTG-context] how to hyphenate SHA512?

2017-07-08 Thread Hans Hagen
right = false, } -- languages.hyphenators.traditional.installmethod("sha", -- function(dictionary,word,n) -- local t = { } -- for i=1,#word do -- t[i] = shared -- end -- return t -- end

Re: [NTG-context] italian index: "I" and "J" under "I", "U" and "V" under "V"

2017-06-26 Thread mf
or the Latin language:  -- Treating the post-classical fricatives “j” and “v” as “i” and “u” -- respectively. When I saw the bug, I suspected something like that, because "U" and "V" are written as "V" in Latin, but not in Italian. The letter "j" replaces

[NTG-context] Placing of integral limits

2017-05-25 Thread Mathias Schickel
\setupbodyfont[stixtwo], you will notice that the index a is placed a little too far away form the integral sign. The reference is the „exponent“ b and the Word output. I think the Word output should be the reference here because the font design of Cambria is done by Microsoft and Word supports the

Re: [NTG-context] setupitemgroup and 'command='

2017-05-24 Thread Thomas Floeren
l whitespace after the item >> symbol when the item is of type “\sym{}”. >> I also noticed that the problem goes away if I use “inner=” instead of >> “command=”. > > command is applied to the text, try command=\WORD and after \sym is a space > so it depends on what comm

Re: [NTG-context] setupitemgroup and 'command='

2017-05-24 Thread Hans Hagen
“inner=” instead of “command=”. command is applied to the text, try command=\WORD and after \sym is a space so it depends on what command does with it Example: \setuppapersize [A6] \starttext \start \setupitemize [each][command={\setupwhitespace[none]}] With \type{\command=} \startitemize \item

Re: [NTG-context] APA Bibliographic refs. | Hyphenated first names | Lower case first letter of Title

2017-05-22 Thread Richard Mahoney | Indica et Buddhica
uot;London", > > author = "H. V. Guenther", > > } > > > > > > I've also tried surrounding the hyphenated names, and their > > initials, with curly brackets, though without success. > > The "bibtex" practice of "p

Re: [NTG-context] APA Bibliographic refs. | Hyphenated first names | Lower case first letter of Title

2017-05-22 Thread Alan Braslau
nated names, and their initials, > with curly brackets, though without success. The "bibtex" practice of "protecting" using surrounding braces does not have any effect here. We take fields literally. However, there is the setup: \setupbtx [apa:list:title] [command=\Word] t

Re: [NTG-context] (again) index sorting of accented characters

2017-04-29 Thread Schmitz Thomas A.
> On 29. Apr 2017, at 16:51, Pablo Rodriguez wrote: > > An index with classical Greek words (or names) that follows the same > principle as in German, English or Dutch: word sorting is the same as in > most important dictionaries. > > This is the main reason of having it

Re: [NTG-context] (again) index sorting of accented characters

2017-04-29 Thread Pablo Rodriguez
On 04/29/2017 01:42 PM, Schmitz Thomas A. wrote: >> Could you confirm that the right word order is the second list in this >> message instead of the first one that ConTeXt generates by default? > > No, I don't see why yours should be “right” and the order that is > pro

Re: [NTG-context] (again) index sorting of accented characters

2017-04-29 Thread Pablo Rodriguez
ge[es] \setupregister[language=es, method={zm, zc}] \starttext \startTEXpage[offset=2em] \index{cómodo} \index{comodos} \index{cómoda} \placeindex \stopTEXpage \stoptext I know that "comodos" isn’t a word in Spanish. But it should be the last word in the sorting.

Re: [NTG-context] (again) index sorting of accented characters

2017-04-29 Thread Schmitz Thomas A.
> On 29. Apr 2017, at 13:10, Pablo Rodriguez wrote: > > I don‘t know why "α" isn’t the first in sorting, but it is clear that > letters with different diacritical marks are considered as different > letters for word sorting. > > Could you confirm that the right w

Re: [NTG-context] (again) index sorting of accented characters

2017-04-29 Thread Pablo Rodriguez
On 04/27/2017 11:08 PM, Thomas A. Schmitz wrote: > Two remarks: > > 1. I'm not sure what you're looking for. Sorry, Thomas, it is a question on pure word order. No correction in form selection for any existing or possible index. This is my sample: \setupbodyfont[dejavu]

Re: [NTG-context] (again) index sorting of accented characters

2017-04-27 Thread Thomas A. Schmitz
On 04/27/2017 10:26 PM, Pablo Rodriguez wrote: Could you please confirm the issue? Many thanks for your help, Two remarks: 1. I'm not sure what you're looking for. Do you really want an index that sorts every form of every word as an entry? So that ἐμήν and ἐμοῖς are different

Re: [NTG-context] (again) index sorting of accented characters

2017-04-27 Thread Pablo Rodriguez
On 04/27/2017 08:51 PM, Thomas A. Schmitz wrote: > On 04/27/2017 07:21 PM, Pablo Rodriguez wrote: >> I mean, if this is the way, I have other two patches for other two >> languages in which I have indices. >> >> And if I’m wrong, I would like to know how to get right w

Re: [NTG-context] (again) index sorting of accented characters

2017-04-27 Thread Thomas A. Schmitz
On 04/27/2017 07:21 PM, Pablo Rodriguez wrote: I mean, if this is the way, I have other two patches for other two languages in which I have indices. And if I’m wrong, I would like to know how to get right word sorting in registers. Have you played with the different "methods" defin

[NTG-context] (again) index sorting of accented characters

2017-04-27 Thread Pablo Rodriguez
}\index{antón} \placeindex \stopTEXpage \stoptext Word sorting is the following: antonia antón arisco ámame ándrago Right word order is: ámame ándrago antón antonia arisco In Spanish, as in other languages, an accented letter has no different

Re: [NTG-context] \hyphenation command in TL 16

2017-04-16 Thread Florian Grammel
S > Please compare > > \setuphead[section][style={\WORDS}] > \section{this is bit of a problem problem problem problem problem problem > problem problems} > > on the standalone (last word in the margin) to TL16 (properly hyphenated) > > Can this be fixed? > > Best > Flori

Re: [NTG-context] \hyphenation command in TL 16

2017-04-13 Thread Florian Grammel
standalone (last word in the margin) to TL16 (properly hyphenated) Can this be fixed? Best Florian. > Den 13. apr. 2017 kl. 22.10 skrev Hans Hagen : > > On 4/13/2017 9:37 PM, Florian Grammel wrote: >> The \hyphenation{}-command is ignored in the texlive 2016 version (ver: >>

[NTG-context] Greek word sorting

2017-04-01 Thread Pablo Rodriguez
Hans, I have the following source: \mainlanguage[agr] \setupbodyfont[dejavu] \defineregister[indexgr][indexgrs] \setupregister[indexgr][pagenumber=no, balance=yes] \define[1]\grcindx{#1\index{#1}\indexgr{#1}} \setupregisters[n=3, pagenumber=no, method=default] \setupre

Re: [NTG-context] understanding index sorting

2017-04-01 Thread Pablo Rodriguez
Rik, many thanks for your reply. Naming an option default not being the default should have very strong reasons, because I’m afraid that the name is most misleading. Greek word sorting requires extra replacements. Otherwise, sorting is wrong and uppercase and lowecase entries generate two heads.

Re: [NTG-context] Aligning subsection head with following paragraph in tagged pdf output

2017-04-01 Thread Pablo Rodriguez
ing, all one gets is long blocks of undifferentiated text. >> With the correct tags, paragraphs, headings, lists, and tables >> get created that make more sense with auditory output. To my >> knowledge, ConTeXt is the only alternative for producing >> accessible pdfs beyond wor

Re: [NTG-context] aligning heads in indices

2017-04-01 Thread Pablo Rodriguez
w how you > would support more than one language in a single index sort. It was only a test and the font has some issues with OpenType features. The real problem comes with this source: http://www.ousia.tk/grc-index.tex (output in http://www.ousia.tk/grc-index.pdf). Each word-starting letter w

Re: [NTG-context] Aligning subsection head with following paragraph in tagged pdf output

2017-04-01 Thread Rik Kabel
undifferentiated text. With the correct tags, paragraphs, headings, lists, and tables get created that make more sense with auditory output. To my knowledge, ConTeXt is the only alternative for producing accessible pdfs beyond working with Acrobat pro or MS. Word. After writing a 70-page academic

Re: [NTG-context] Aligning subsection head with following paragraph in tagged pdf output

2017-03-31 Thread Todd DeVries
headings, lists, and tables get created that make more sense with auditory output. To my knowledge, ConTeXt is the only alternative for producing accessible pdfs beyond working with Acrobat pro or MS. Word. After writing a 70-page academic project in Word, I'm seeking alternatives! Perhaps one c

Re: [NTG-context] sorting languages

2017-03-21 Thread Hans Hagen
versions. In ancient Greek, some words are simply misplaced. I don’t know what I am missing. In the suite, Linux 32bit contains luateX-1.0.3. I don’t know whether this might affect to word sorting. I must confess that I don’t understand why replacements require Greek letters with diacritics to be

Re: [NTG-context] sorting languages

2017-03-21 Thread Wolfgang Schuster
Linux 32bit contains luateX-1.0.3. I don’t know whether this might affect to word sorting. I must confess that I don’t understand why replacements require Greek letters with diacritics to be converted to the Greek letter without diacritic and a Latin character. Or why replacements are neede

Re: [NTG-context] sorting languages

2017-03-21 Thread Pablo Rodriguez
nt Greek, some words are simply misplaced. I don’t know what I am missing. In the suite, Linux 32bit contains luateX-1.0.3. I don’t know whether this might affect to word sorting. I must confess that I don’t understand why replacements require Greek letters with diacritics to be converted to

Re: [NTG-context] LuaTeX 1.0.3 announcement

2017-02-18 Thread Henri Menke
We added a build_page_insert callback for inserts so that one can > for instance adapt > spacing on demand. > > - On the agenda has been some more control over word start and end in > hyphenation and > this is now possible via hyphenationbounds. We also updated the > man

[NTG-context] LuaTeX 1.0.3 announcement

2017-02-17 Thread luigi scarso
the agenda has been some more control over word start and end in hyphenation and this is now possible via hyphenationbounds. We also updated the manual with some more details. - An old tracker item with respect to control over spacing around math was revived and has resulted in mathsurroundmode

Re: [NTG-context] Bibliography

2017-02-07 Thread Alan Braslau
On Tue, 7 Feb 2017 13:24:07 +0100 Jean-Pierre Delange wrote: > But I don't understand why the word 'Author' is printed at the end of > each line as the following minimal sample below shows it, e.g. : > Aristote (n.d.). Les Politiques. Author. Cicéron (n.d.). Tu

[NTG-context] Bibliography

2017-02-07 Thread Jean-Pierre Delange
Dear list, Thanks to the list and to Hans and Alan's manual "mkiv-publications", I has achieved some footnotes with bibliographical dataset. All is fine and I success to manage what I want. But I don't understand why the word 'Author' is printed at the end

Re: [NTG-context] Title without the parentheses

2017-01-31 Thread Fabrice Couvreur
>numberconversionset=ACCONVERSION, >alternative=top, >number=yes] > > 2017-01-29 12:02 GMT+01:00 Otared Kavian : > >> Hi Fabrice, >> >> To suppress the parentheses in the title, you can use the keys titleleft >> and titleright as in the following:

Re: [NTG-context] Title without the parentheses

2017-01-30 Thread Otared Kavian
e, > > To suppress the parentheses in the title, you can use the keys titleleft and > titleright as in the following: > > \defineenumeration > [ex] > [text=Exercice, >title=yes, >titleleft=, >titleright=, >width=fit, >numberconversion

Re: [NTG-context] Title without the parentheses

2017-01-30 Thread Otared Kavian
=, >width=fit, >numberconversionset=ACCONVERSION, >alternative=top, >number=yes] > > In order to put the word « Exercice » in the frame you should define a > special command, for instance \MyTextCommand and the say text = \MyTextCommand > > Best regrads:

Re: [NTG-context] Title without the parentheses

2017-01-29 Thread Fabrice Couvreur
[ex] > [text=Exercice, >title=yes, >titleleft=, >titleright=, >width=fit, >numberconversionset=ACCONVERSION, >alternative=top, >number=yes] > > In order to put the word « Exercice » in the frame you should define a > special command, for

Re: [NTG-context] Title without the parentheses

2017-01-29 Thread Otared Kavian
] In order to put the word « Exercice » in the frame you should define a special command, for instance \MyTextCommand and the say text = \MyTextCommand Best regrads: OK > On 29 Jan 2017, at 09:07, Fabrice Couvreur > wrote: > > Hello, > I would like a title without the parenthes

Re: [NTG-context] \copypages and page numbering

2016-12-22 Thread Hans Hagen
On 12/20/2016 11:06 PM, Andrea Valle wrote: Dear all, I’m assembling into a unique pdf the proceedings of a conference. They have been created by various sw (latex, word, writer etc). In order to include the papers, I’m just using a series of commands like \copypages[CIMXXI_contributi/dapelo

[NTG-context] \copypages and page numbering

2016-12-20 Thread Andrea Valle
Dear all, I’m assembling into a unique pdf the proceedings of a conference. They have been created by various sw (latex, word, writer etc). In order to include the papers, I’m just using a series of commands like \copypages[CIMXXI_contributi/dapelo][][scale=950] They are not provided with page

Re: [NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-23 Thread Jean-Pierre Delange
LaTeX et ConTeXt offrent des outils d'automatisation encore assez mal connus dans la communauté des éditeurs, notamment dans l'édition savante, pour la collation et la comparaison de textes médiévaux. \stop \blank \start\en % some text in English {\e

Re: [NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-22 Thread Hans Hagen
{\em It is not very easy to define a `criticus apparatus' with some current tools (like Microsoft Office Word or LibreOffice). Maybe \ConTeXt offers some ways that seem easier, in order to improve clear and precise printing.} \stop \dorecurse{4}{ \startmixedcolumns

Re: [NTG-context] Problem with setuptagging and ebgaramond font

2016-11-19 Thread Rik Kabel
log file, or other traces, if that helps. %% When tagging state=start and the font is ebgaramond, %% no hyphens are printed at word breaks. %% %% When tagging state=start and the font is libertine, %% or any font other than ebgaramond that I have tried, %% hyphens are printed at word breaks

[NTG-context] Problem with setuptagging and ebgaramond font

2016-11-19 Thread Rik Kabel
helps. %% When tagging state=start and the font is ebgaramond, %% no hyphens are printed at word breaks. %% %% When tagging state=start and the font is libertine, %% or any font other than ebgaramond that I have tried, %% hyphens are printed at word breaks. %% %% When tagging is not started and

[NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-18 Thread Jean-Pierre Delange
\stop \blank \start\en % some text in English {\em It is not very easy to define a `criticus apparatus' with some current tools (like Microsoft Office Word or LibreOffice). Maybe \ConTeXt offers some ways that seem easier, in order to improve clear and precise printing.}

Re: [NTG-context] Wrtiting in two languages

2016-11-18 Thread Jean-Pierre Delange
I was—so persuasively did they speak; nd yet they have hardly uttered a word of truth. \startTwoColumns Ὅτι μὲν ὑμεῖς, ὦ ἄνδρες Ἀθηναῖοι, πεπόνθατε ὑπὸ τῶν ἐμῶν κατηγόρων, οὐκ οἶδα· ἐγὼ δ' οὖν καὶ αὐτὸς ὑπ' αὐτῶν ὀλίγου ἐμαυτοῦ ἐπελαθόμην, οὕτω πιθανῶς ἔλεγον;καίτοι ἀληθές γε, ὡς ἔπος ε

Re: [NTG-context] Clickable question/answer numbers

2016-11-07 Thread Otared Kavian
; It is not the problem of your code. > Strangely, the code you just sent to me is stopped by the same reason during > the compilation > even though it does not contain the word “myanswer”. > After removing *.tmc file, the error disappear. > I still don’t know why such an error

Re: [NTG-context] Clickable question/answer numbers

2016-11-07 Thread Jeong Dal
Dear Otared, It is not the problem of your code. Strangely, the code you just sent to me is stopped by the same reason during the compilation even though it does not contain the word “myanswer”. After removing *.tmc file, the error disappear. I still don’t know why such an error occurred

Re: [NTG-context] bug in parsed-xml?

2016-11-01 Thread Hans Hagen
On 11/1/2016 1:38 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \setupindenting[yes, big] \starttext \starttyping[option=parsed-xml] <text> <body> <p>word</p> </body> </text> \st

[NTG-context] bug in parsed-xml?

2016-11-01 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupindenting[yes, big] \starttext \starttyping[option=parsed-xml] <text> <body> <p>word</p> </body> </text> \stoptyping \stoptext I’m afraid I found two is

Re: [NTG-context] Hanging hyphen in the left margin in Portuguese

2016-10-18 Thread Marcus Vinicius Mesquita
Thank you, Joseph. It did help. Regards Marcus Vinicius On Tue, Oct 18, 2016 at 5:39 PM, wrote: > Hello Marcus > > > > This answer might help : http://www.mail-archive.com/ > ntg-context@ntg.nl/msg59507.html > > A bit hard to find as the word used is « potrusio

Re: [NTG-context] Hanging hyphen in the left margin in Portuguese

2016-10-18 Thread josephcanedo
Hello Marcus This answer might help : http://www.mail-archive.com/ntg-context@ntg.nl/msg59507.html A bit hard to find as the word used is « potrusion ». Hope this helps Best Joseph De : Marcus Vinicius Mesquita Envoyé le :lundi 17 octobre 2016 21:17 À : mailing list for ConTeXt users Objet

Re: [NTG-context] Asciidoc --> ConTeXt for presentations

2016-10-16 Thread Russell Urquhart
at would be a > > good use of your time. > > I also believe the same, although, interestingly, > footnotes-withing-footnote does not work with MkIV. :-) > It worked for me, here was my source: I've reached a stage in my life where, and perhaps its older age, but certain t

Re: [NTG-context] Changes in hyphenations with 2016-10-12 beta

2016-10-13 Thread josephcanedo
nated with previous versions are no longer hyphenated in the output, especially when the word break used to happen at a ligature (for example ‘st’ or ‘ct’). I had a quick look to the différences in files in tex/texmf-context/tex/context/base directory and I see some changes to font handling.

[NTG-context] Changes in hyphenations with 2016-10-12 beta

2016-10-13 Thread josephcanedo
Dear list, After ugrading to latest beta (to test typesetting with it for now), I noticed that some words that used to be hyphenated with previous versions are no longer hyphenated in the output, especially when the word break used to happen at a ligature (for example ‘st’ or ‘ct’). I had a

Re: [NTG-context] position of linenumbering

2016-10-12 Thread Pablo Rodriguez
On 10/12/2016 04:25 PM, Wolfgang Schuster wrote: >> Thomas A. Schmitz 12. Oktober 2016 um 16:18 >> >> Hi Otared, >> >> thanks for your suggestion, but it only shifts the problem elsewhere >> without solving it. New example (I need several different >> lin

Re: [NTG-context] position of linenumbering

2016-10-12 Thread Wolfgang Schuster
Thomas A. Schmitz <mailto:thomas.schm...@uni-bonn.de> 12. Oktober 2016 um 16:18 Hi Otared, thanks for your suggestion, but it only shifts the problem elsewhere without solving it. New example (I need several different linenumbering setups in my real word document so I can't pu

Re: [NTG-context] position of linenumbering

2016-10-12 Thread Thomas A. Schmitz
} \stoplinenumbering dummy \stoptext Best regards: OK Hi Otared, thanks for your suggestion, but it only shifts the problem elsewhere without solving it. New example (I need several different linenumbering setups in my real word document so I can't put a general setup before the \star

Re: [NTG-context] Paranormal bug in TL 2016

2016-10-11 Thread Otared Kavian
e error is indeed extremely bizarre, and maybe funny, but if you want just to find a temporary solution in order to finish your project, it seems that adding a special word (or maybe something else…) allows the typesetting of your file. I tried the following modification of your sample with C

Re: [NTG-context] Ideas for improving documentation of ConTeXt

2016-10-10 Thread Hans Hagen
On 10/10/2016 7:04 PM, Jean-Pierre Delange wrote: Dear List, This discussion (and proposals) is very interesting and I am afraid to say that all the points of view are relevant. But the core idea of Jonas is to get a kind of samples database where access is defined by key-word as "colu

<    3   4   5   6   7   8   9   10   11   12   >