... 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
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
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
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
---
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
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
. (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
;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
{\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
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}
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
][
after={\blank[big]\setfirstline\setinitial}]
\setuphead [section][continue=yes,
after=\setfirstline]
\startbuffer
\startchapter[title=Initial and first line: \Word{\fontclass}]
\startparagraph
\input darwin
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
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
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
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
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
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
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
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,
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
]
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
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
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
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.
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
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 {
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 =
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] =
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
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
\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
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
“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
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
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
> 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
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
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.
> 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
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]
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
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
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
}\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
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
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:
>>
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
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.
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
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
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
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
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
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
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
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
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
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
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
>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:
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
=,
>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:
[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
]
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
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
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
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
{\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
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
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
\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.}
I was—so persuasively did they speak;
nd yet they have hardly uttered a word of truth.
\startTwoColumns
Ὅτι μὲν ὑμεῖς, ὦ ἄνδρες Ἀθηναῖοι, πεπόνθατε ὑπὸ τῶν ἐμῶν κατηγόρων, οὐκ οἶδα·
ἐγὼ δ' οὖν καὶ αὐτὸς ὑπ' αὐτῶν ὀλίγου ἐμαυτοῦ ἐπελαθόμην, οὕτω πιθανῶς
ἔλεγον;καίτοι ἀληθές γε, ὡς ἔπος ε
; 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
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
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
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
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
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
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
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.
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
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
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
}
\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
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
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
701 - 800 of 3277 matches
Mail list logo