Re: [NTG-context] force index entries without page number

2020-09-03 Thread Henning Hraban Ramm
an passim see passim" And \index{passim->Ramm, Hraban} results in "Ramm, Hraban passim 1" I.e. I’m still looking for an index entry without "see" or page number. > \placeindex[check=no] This is essential for references to not (exactly

Re: [NTG-context] What does --errors and --noconsole do?

2020-11-04 Thread Wolfgang Schuster
Sylvain Hubert schrieb am 04.11.2020 um 16:15: Moreover, is there any way to let context give an error at all when encountering something like `\setuppagenumbering[position=footer]` ? ConTeXt has a function to check assignment list for valid keys but 1. The function doesn't work wit

Re: [NTG-context] Running mtxrun in a continuous batch mode

2020-11-06 Thread Aditya Mahajan
On Fri, 6 Nov 2020, thierry horsin wrote: > Hi Ramkumar, > > Maybe you could have some scripts that check when the JSON file is modified > and if so launches the compilation. I did that sort of script in order to have > a continuous compilation process by checking every second if

Re: [NTG-context] fancybreak fails in LMTX

2020-11-07 Thread Wolfgang Schuster
other clues. The output has a blank line where the break should be, as shown in the included snips. I guess it's the same bug (related to a symbol check) as Pablo mentioned for the itemize environment. Wol

Re: [NTG-context] font message?

2021-04-26 Thread Hans Hagen
On 4/26/2021 12:37 PM, Hans van der Meer wrote: I get the following message in the log (latest beta): fonts           > ! fonts           > ! check count_components with mkiv ! fonts           > ! These are my font settings: \definefontfeature [default] [default] [itlc=yes] \setu

Re: [NTG-context] first-setup.sh

2010-05-21 Thread Mojca Miklavec
On Fri, May 21, 2010 at 16:28, Vladimir Lomov wrote: > Hi. > > Please, could you check mtx-update.lua, line 376. I'm found it > suspicious that the line >                    command = string.format("%s -tgo --chmod=a+x > %s/texmf-context/scripts/context/lua/%s.

Re: [NTG-context] TeX Gyre Heros Condensed missing in typescript / letterspacing

2010-06-23 Thread Otared Kavian
On 23 juin 2010, at 19:55, Wolfgang Schuster wrote: > […] > Is it the the word affligeant or just the ffl ligature which causes the error > message the combination affli creates the fatal error, while ffli does not. > (can't check it at the moment) but extrakerning is just a w

Re: [NTG-context] post-commit hook for contextman

2010-06-27 Thread Fabrice Popineau
ntextman ? >>>> >>> >>> Sure. Subscribe to the Lists -> contextman-commits mailing list >>> >> >> Hello, >> >> The list seems to be broken. I don't get any email... >> > > Can you check this list please? The la

Re: [NTG-context] Trouble with # character in TABLE environment...& trouble with \starttyping environment too

2010-08-25 Thread Hans Hagen
On 25-8-2010 8:49, Jaroslav Hajtmar wrote: Thanx Hans, I did not think that inside \starttyping -- \stoptyping environment ConTeXt could do such a check this thing. Well, the captured content is passed to the lua end using long strings so nothing is processed at that stage. Of course I

Re: [NTG-context] picture- and formula-references broken with current beta

2010-09-22 Thread Andreas Harder
efigure[auto][pic:1]{caption}{\externalfigure[dummy]} >> \placeformula[for:1] >> \startformula >> a+b >> \stopformula >> >> \in{picture}[pic:1] >> \in{formula}[for:1] >> \stoptext > > New beta. Can you check again? Keep

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread taco
rhaps it is here as well ? (Basically an application will get a 'resource unavailable' when it tries to access anything outside of the apparmor allowed directories for that service/binary). In any case, check /etc/apparmor and /etc/apparmor.d Be

Re: [NTG-context] footnotes location=text

2012-06-12 Thread Wolfgang Schuster
ce? >> >> It’s a bug which was fixed a while ago but came back. The code between >> \unprotect and \protect has to be added/changed in strc-not.mkvi. > > actually it's a mixup of what i wanted to do and what got

Re: [NTG-context] ConTeXt and SciTE

2012-06-20 Thread Hans Hagen
On 20-6-2012 20:02, Hans Hagen wrote: indeed, internally there is a limit of length 2 i can probably do a check for length i.e. if no 3 character words then also no checking the next version has return { ["max"]=40, ["min"]=3, ["n"]=151493, ["

Re: [NTG-context] Check brackets and parentheses

2012-07-06 Thread Hongwen Qiu
On 07/06/2012 03:38 PM, Pontus Lurcock wrote: brace-lint.py #!/usr/bin/python import sys '''Count opening and closing braces in a file.''' def count(filename, opening, closing): print opening, closing f = open(sys.argv[1], 'r') Shouldn't this line be f = open(filename, 'r

Re: [NTG-context] RFC: path relative to current file.

2012-10-16 Thread Hans Hagen
On 16-10-2012 00:26, Andre Caldas wrote: 1. check for "stack underflow"; and/or such things are dealt with By assert, I mean: assert(inputstack[#inputstack], "Input stack should never be empty when toppath() is called.") normally if inputstack[#inputstack] == nil then

Re: [NTG-context] Some more question, ex "Context an excursion"

2013-01-27 Thread Alain Delmotte
Thanks Wolfgang and sorry for not providing WME. Alain Le 27/01/2013 16:50, Wolfgang Schuster a écrit : Am 27.01.2013 um 16:25 schrieb Alain Delmotte : [...] Make working minimal example of the problems, it takes always time to create one first to check which something fails

Re: [NTG-context] Math typesetting problems

2013-01-28 Thread Aditya Mahajan
c and \tfrac only set the mathstyle before placing the content with the \over primitive. Then something has been lost in the MkII -> MkIV transition. I am pretty sure (cannot check right now), that the code in MkII used \genfrac (which is a fancy wrapper around \over \ovewithdelim etc)

Re: [NTG-context] Determing if the argument is one character or not

2009-02-03 Thread Aditya Mahajan
to do this? To test for the number argument use \counttoken(s) and to check if the string contains a ":" use \doifinstring/\doifinstringelse. Thanks. For the moment, I will go with Hans's solution, since it is much si

[NTG-context] math symbol \doteq cause error in mk||

2009-04-21 Thread Andy Wong
^{#1}} l.3 Test $\doteq $ ? I check the definition in math-pln.mkii, the \doteq is defined as: \def\buildrel#1\over#2% {\mathrel{\mathop{\kern\zerocount#2}\limits^{#1}}} \def\doteq {\buildrel\textstyle.\over=} The problem seems caused by \zerocount. After comparing with

Re: [NTG-context] Bug in treatment of spaces in mathmode mkiv

2009-06-04 Thread Otared Kavian
f.lua both colon and equal should be 'relation' Thanks Hans: it is fixed now with the latest beta mkiv. note for aditya: we need to check more of them (more colons) Do you mean other instances of colo

Re: [NTG-context] List of fonts that comes with context minimals

2009-08-18 Thread Taco Hoekwater
Curiouslearn wrote: > Hi, > > I wanted to check the fonts that are properly installed with (that come > with) the default installation of Context Minimals. As mentioned on the > Context Garden, I entered the following command at the terminal prompt > > * mtxrun

Re: [NTG-context] status of minimals

2009-09-08 Thread Aditya Mahajan
On Tue, 8 Sep 2009, Hans Hagen wrote: Aditya Mahajan wrote: On Tue, 8 Sep 2009, Mohamed Bana wrote: i'm also getting an a white background with and no bullet points with; Is the file simpleslides-s-HorizontalStripes found? Check the log file. just a remark: best stick to lowe

[NTG-context] Documentation

2009-09-17 Thread Alain Delmotte
Hi! First, sorry to have sent the previous message twice. I didn't check for the sending email, received a bounce, resent to discover it passed to the list. I have downloaded a great part of the documentation (59 files or so). But if I understood well, there has been big changes between

Re: [NTG-context] Getting number of figure pages in MkIV

2009-10-31 Thread Hans Hagen
Aditya Mahajan wrote: Hi, What is the correct way of getting the number of figure pages in MkIV. The following, which works in MkII, always gives 0 is MkIV. \getfiguredimensions[filename] \noffigurepages in grph-inc.mkiv we need to add a check pass for this \ifconditional

Re: [NTG-context] [ppchtex] \writestatus: Undefined control sequence

2009-11-04 Thread luigi scarso
o GlyphToUnicode entry has been inserted yet! > > The same occurs with chemical formulas. > > So this seems to definitively be a TeX Live related problem: I will post > on the relevant mailing list. Can you also post a small example with with chemical formulas so

Re: [NTG-context] osx-64-binaries/minimals

2009-11-19 Thread Arthur Reutenauer
> But I have no idea if there is some simple way to hardcode the target > architecture into LuaTeX itself. You could check the first few bytes of the LuaTeX binary itself, it has to tell you something about the architecture it was compiled for. That's what file uses in most cases

Re: [NTG-context] bibliography authoryears problem

2009-12-03 Thread Taco Hoekwater
except the first is correct. This is similar to a problem reported in another thread, but I don't see how the resolution proposed there applies here. http://archive.contextgarden.net/message/20091116.073439.c2549ecb.en.html I'll check this tomorrow (my luatex is a bit unstable at

Re: [NTG-context] getvariable

2005-10-06 Thread Thomas A. Schmitz
e has been read... I have looked at another module I wrote where I have the same situation (font definition), and it just works. I have no clue where both modules differ. Best Thomas On Oct 6, 2005, at 2:45 PM, Peter Rolf wrote: Normally there is no magic in setting variables. So double

Re: [NTG-context] The whole (sub)section on a single page

2005-12-01 Thread Hans Hagen
that's always tricky, because it's not really possible to determine the rest of the available space without entering the output routing, which The standard trick would be not to explicitly check some numbers but to do what in low-level looks like \!!dimena=\ht0\advance\!!

Re: [NTG-context] how to embed a postscript Times

2006-01-27 Thread Steffen Wolfrum
t] >> >> But is this enough to make sure that my Times is really embedded and >> not "overwritten" by the standard printer Times when the PDF is >> printed? > > There is nothing more you can do from within ConTeXt. Check your PDF > using the Document Sett

Re: [NTG-context] links down

2006-02-20 Thread Mojca Miklavec
to fix the source so that these links will point to the proper document s or should I fix those links (hard code them) again? Is there any simple tool to check for broken link in the wiki? Mojca ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Disappearing TOC.

2006-03-07 Thread John R. Culleton
On Tuesday 07 March 2006 12:15, Willi Egger wrote: > Hi John, > > I believe this has to do with the arranging! So run texexec without > arranging first. Check that the TOC is there. > Herafter run texexec again, this time with arranging and run it only once. > > I hope

Re: [NTG-context] placefigure feature request ?

2006-04-05 Thread Hans Hagen
re[dummy]} \par \stoptext does commenting the no check line makes a differnece? nocheck: top=2, margin=1 yes: top=1, margin=2 (default behaviour) - Hans Hagen | PRAGMA ADE

Re: [NTG-context] ConTeXt Errors

2006-04-06 Thread Renaud AUBIN
r: 2006.03.25 13:21 cont-en : ver: 2006.03.25 13:21 fmt: 2006.4.4 mes: english If this is not the case, you'll have to find cont-en.fmt to see if there is the old context doesn't interfere with the new one (ls -al and check dates). Cheers, Renaud __

Re: [NTG-context] Figure caption on different page?

2006-04-18 Thread Johannes Graumann
7; or \'textheight' depending on what fills the page better without overflowing it. Is there any way I can make ConTeXt check which one is better: 'width=\textwidth' or height='\textheight'? Thanks, Joh \definefloat[caption] \setupfloat[caption][location=righ

Re: [NTG-context] Figure caption on different page?

2006-04-19 Thread Hans Hagen
width=\textwidth]' should really > be able to use scaling to '\textwidth' or \'textheight' depending on what > fills the page better without overflowing it. Is there any way I can make > ConTeXt check which one is better: 'width=\textwidth' or > height

Re: [NTG-context] new release

2006-05-10 Thread Hans Hagen
Thomas A. Schmitz wrote: > Hans, > > do I need to re-report that format generation with texmfstart > newtexexec --make is still broken on OS X (I'll check on my linux box > later)? I still get these monstrous paths like > > TeXExec | tex engine path: .:/Users/tas/

Re: [NTG-context] Context 2006.08.04 released

2006-08-07 Thread Nicolas Grilly
rilly wrote: > Hereunder is the output of texexec --check on my computer. Everything > seems okay. Can you send me your test file in order I launch it on my > computer? Your own file (attached). Can someone else try this, please? Taco ___ ntg-

Re: [NTG-context] Create a directory using tex

2006-08-30 Thread Hans Hagen
Taco Hoekwater wrote: > Aditya Mahajan wrote: > >> Can I ask TeX to check if a directory exists or is writable. >> > > I do not think so. > > And on second thought: not even \write18 will work always, because > whether or not TeX can write a file (i

Re: [NTG-context] ConTeXt installation problem using i-installer(v 2.85)

2006-11-02 Thread Henning Hraban Ramm
e directory /usr/local/teTeX/. I got the warning/ > error message, "/usr/local/teTeX/share/texmf.local is not writablle. > I cannot change a nonwritable TeX. Bailing out...". Hence I couldn't > install ConTeXt. > > What do I have to do to complete the installati

Re: [NTG-context] \placeformula and $$ doesn't work anymore

2006-12-05 Thread Taco Hoekwater
>\else > Inside dodoplaceformula\ldots > \fi} > > \def\test{\futurelet\next\dotest} > > \test$$A = B$$ > > This prints "Inside dodoplaceformula" even though the next character > is \$. > > So, the \next=\nextnext branch never matches. I

Re: [NTG-context] (no subject)

2007-01-29 Thread Mojca Miklavec
xtfm lmmi7 /etc./ I can't assure you that everything will be fixed, but you really need to upgrade to TeXLive-based instead of tetex-based installation. See http://wiki.contextgarden.net/Mac_Installation After you upgrade, please check if there's a file /usr/local/gwTeX/texmf.tex

Re: [NTG-context] many warnings after updating

2007-02-10 Thread Jeong Dalyoung
s/map/dvips/lm/ to the folder /usr/local/gwTeX/texmf.texlive/fonts/map/pdftex/context/ 3. check the following(locate the lm-math.map file): kpsewhich lm-math.map if the output is /usr/local/gwTeX/texmf.texlive/fonts/map/pdftex/ context/lm-math.map, then, do ctx

Re: [NTG-context] ! Unable to make mpx file.

2007-03-23 Thread Steve MC Han
very much. - Need Mail bonding? Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users. - Expecting? Get great news right away with email Auto-Check. Try the Ya

Re: [NTG-context] How to indent a paragraph

2007-03-30 Thread Mari Voipio
manual and then probably cont-enp.pdf, assuming English is your preferred language. These are the two I've shread to threads, although nowadays I usually check the wiki first, it often gives an answer faster. Hope this helps, Mari ___ ntg-context maili

Re: [NTG-context] endnotes

2007-07-16 Thread Horacio Suarez
_ Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ ___ If your question is of interest to others as well, p

[NTG-context] lilypond

2007-08-26 Thread Hans Hagen
Mojca, cn you check this module for things like \leavevmode% \newdimen\FigWidth \FigWidth=\figurewidth \ifdim\FigWidth>\localhsize \!!dimena=\localhsize \advance\!!dimena by-\FigWi

[NTG-context] slanted and extended fonts in XeTeX

2007-10-18 Thread Mojca Miklavec
To all XeTeX enthusiasts, I have just figured out (after Jonathan's post on the XeTeX mailing list) that the new XeTeX supports some interesting features. You can check it out (it might be that it only works with ConTeXt 2007.09.28 and XeTeX 0.997): \definefontfeature [slantedandext

Re: [NTG-context] encoding for gothic fonts

2007-11-18 Thread Taco Hoekwater
Henning Hraban Ramm wrote: > > I didn't check yet what characters are contained in which, but I > guess ConTeXt would need some logic to enable proper typesetting of > blackletter text, e.g. handling s and ſ. Have to look at Yannis' > efforts for LaTeX, too. And I

Re: [NTG-context] Images centered on page

2007-11-23 Thread Idris Samawi Hamid
sure there's a ConTeXt-ish solution for this as well (in addition to luigi's solution), can't check at the moment... Where are you, Wolfgang? Best Idris -- Professor Idris Samawi Hamid, Editor-in-Chief International Journal of Shi`i Studies Department of Philosophy Colorado State

Re: [NTG-context] \setupbodyfont[handwritten]

2007-11-26 Thread Henning Hraban Ramm
Am 2007-11-26 um 01:19 schrieb Maurí cio: > When I use \setupbodyfont[handwritten] or > \setupbodyfont[calligraphic], I get fonts > which do not look like handwritten or > calligraphic. Other options give consistent > results (sans, type, serif etc.). What > should I check in

Re: [NTG-context] bug in \setfontfeature

2008-01-02 Thread Wolfgang Schuster
On Jan 2, 2008 10:11 AM, Hans Hagen <[EMAIL PROTECTED]> wrote: > Wolfgang Schuster wrote: > > On Tue, 01 Jan 2008 20:19:10 -0700 > > "Idris Samawi Hamid" <[EMAIL PROTECTED]> wrote: > > >

Re: ectt encoding, was: [NTG-context] ColorBrewer palettes

2003-06-08 Thread Jens-Uwe Morawski
000 SFTT1000 "T1Encoding ReEncodeFont" > > > in your pdftex.map? > > > > Yes. Oops, sorry, this error message pdftex normally gives if the font file (sftt1000.pfb) is not found. You can check this by moving the file in the same directory where you run pdftex. Jens ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Re: Re[4]: [NTG-context] Arabic-utf-8 (plus a sample)

2004-06-05 Thread Idris Samawi Hamid
nicode file in an hex editor and check the actual byte-per-byte hex value of the utf text for the other characters you want to add. This should be enough for your needs. I just downloaded XVI32. Hmm... never heard of or needed a hex editor before now... Best Idris -- Professor Idris Samawi

[NTG-context] MPost: how to pass variables from mpost to TeX.

2004-06-13 Thread vinuth madinur
. -- __ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze ___ ntg-context mailing list [EMAIL PROTECTED] http

Re: [NTG-context] compile problems

2004-06-27 Thread Giuseppe Bilotta
t; inputfile : decision > output : standard > interface : en >current mode : none > TeX run : 1 > EOMEGA: unrecognized option `-translate-file=natural.tcx' > Try `EOMEGA --help' for more information. texe

Re: [NTG-context] bug in layers

2004-07-05 Thread dr. Hans van der Meer
On 30-jun-04, at 09:01, Hans Hagen wrote: Hi, If you think that in the current version layers are using too many resources, you're right and may patch: \def\checkproperty[#1]% {\bgroup \def\currentproperty{#1}% \csname\??py\s!check\currentproperty\endcsname \egroup} Hans Hans, I t

Re: [NTG-context] Re: texutil "malformed UTF-8 character" error

2004-08-23 Thread Taco Hoekwater
handling, but also in other areas ! And you should also check if perl runs in UTF-8 mode by default. From the man page: You can enable automatic UTF-8-ification of your standard file han- dles, default "open()" layer, and @ARGV by using either the "-C&q

Re: [NTG-context] Hyphenation peculiarity.

2004-12-30 Thread Taco Hoekwater
Hi John, John Culleton wrote: texexec --make en nl Should I download Context from Pragma and reinstall from scratch? Or just find an older version on a cdr somewhere? Other suggestions? Check if you see these lines during the "texexec --make" run (or in the log file, afterwards)

RE: [NTG-context] Going crazy with font conversion (diaeresis)!

2005-03-22 Thread Ulrich Dirr
alternative than using > Helvetica and use the kerning information that is included in Adobes > afm/tfm/vf files (being part of tetex). I'm really wondering why there's no kerning. (Maybe I missed something of the previous discussion) Probably you should check the version numbers of t

Re: [NTG-context] Page number in interaction menu

2005-04-15 Thread David Munger
Sorry to bother again, but could somebody please check if they get these undesired page numbers within the interaction menu from this code? It seems to me that it is a bug, unless there is some setup command missing in my code. Thanks for any help, David David Munger : > Hello, > >

Re: [NTG-context] Lucida Fonts with MKIV

2010-02-20 Thread Mojca Miklavec
8 tfm files needed for math But now the tfm files for math are shipped, or am I missing something? Do you mean some other math fonts? The package on CTAN has the following tfm files (and maybe some extra ones in vf that I didn't manage to check completely yet): hlcda LucidaNewMath-

Re: [NTG-context] ConTeXt with Emacs

2014-01-10 Thread Bill Meahan
STeX") ("ConTeXt" "context --once --synctex %t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt once") ("ConTeXt Full" "context --synctex %t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion") ("BibTeX&q

Re: [NTG-context] font fallbacks

2022-08-01 Thread Henning Hraban Ramm via ntg-context
0x0-0xF]   [check=yes,force=no] \definefontfallback[emoneFB]   [name:EmojiOneColor]   [0x0-0xF]   [check=yes,force=no] % replace tilde in LM \definefontfallback[tildeFB]   [file:seguisym.ttf]   [0x0007E-0x0007E]   [force=yes] \starttypescript [start]   \definetypeface [sta

Re: [NTG-context] ConTeXt Standalone does not works on macOS Monterey with Apple M2 chip

2022-10-10 Thread Tommaso Gordini via ntg-context
; folder (where I install Standalone) on the disk weighs only 7MB (the tex > tree is created, but its folders are empty). > > I've never had a problem installing it on my old computer (Intel > processor). > > > > Do you know if it is a known problem? > > It should

[NTG-context] Re: Fwd: Re: x mark symbol and general symbol guide

2024-01-09 Thread Gerion Entrup
Hi, I have to come back to that topic, since it seems not to work. The said source code produces just the text "times" and "check" for me (see 1.pdf). I also tried: ``` \usesymbols[fontawesome] \starttext \showsymbolset[fontawesome-solid] \stoptext ``` and get a lis

[NTG-context] Re: PDF, runner, and TikZ patches

2024-03-16 Thread Jim
t.def, or were you hoping that someone could convince Henri >>> to put the RGB change in? >> We can patch some of the definitions of pgfutil-context.def in m-tikz >> if really needed, but it would be preferable to first check if tikz >> maintainers are willing to merge them u

Re: [NTG-context] linux binaries split?

2018-03-24 Thread Henri Menke
I am not the author of this check, I simply took it from config.guess https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob;f=config.guess;h=256083a70d35921d544b15f4f51749af89d18b89;hb=HEAD (Ctrl+F musl) However, I was the one who requested the musl detection in config.guess and the maintainer

Re: [NTG-context] roadmap

2018-05-14 Thread Hans Hagen
the backend even adapts to it) ... tagged pdf ... already there for quite a while but i never had any demand for it so i never really check the current state (also because imo it's a it weird feature ... only there because publishers don't want to distribute sources that are suitable for

Re: [NTG-context] man pages for ConTeXt: looking for volunteers

2013-03-26 Thread Sietse Brouwer
ptions: context mtx-flac mtx-profile mtx-babelmtx-fonts mtx-rsync mtx-base mtx-grep mtxrun mtx-cachemtx-interface mtx-scite mtx-charsmtx-metapost mtx-server mtx-checkmtx-metatexmtx-texworks mtx-colors mtx-modulesmtx-tools mtx-context mtx-packagemtx

[NTG-context] fonts and typescripts

2008-05-25 Thread Charles P. Schaum
commercial multilingual industry get mangled. TeX and friends are smart and don't do that. They can handle some complicated typography more robustly than many others. InDesign and InCopy use a version control system where one can "check out," "check in," and track chang

Re: [NTG-context] (RSFS) font installation

2011-03-17 Thread Stefan Müller
text --generate". I seems as if this did not install the font, but I have no idea. How can I check this? For mkiv minimals, the following should work: a) Install font as appropriate for your OS. I'm using Windows Vista 64bit and installed the rsfs font by right-clicking the .pfm file

Re: [NTG-context] Skipping item numbers in an itemized list?

2011-04-27 Thread Alasdair McAndrew
Thanks all, for your answers and discussion to my query. For the record, I'm writing up answers to a long list of questions, some of which don't need a written answer (just asking the reader to observe something). A quick check has verified than \noitem does exactly what I want. Th

Re: [NTG-context] fonts

2011-08-26 Thread Hans van der Meer
This is the requested check: 101 ~: mtxrun --locate lmmath-regular.otf /Users/hans/TeX/context/tex/texmf-fonts/opentype/public/lm/lmmath-regular.otf The font seems to be there. Hans van der Meer On 26 aug. 2011, at 12:54, Peter Rolf wrote: > Am 26.08.2011 12:36, schrieb Hans van der Meer: &

Re: [NTG-context] xml and lua again

2011-10-23 Thread Peter Rolf
like > context.setupTABLE( { "frame=" .. framestate } ) "frame=" .. tostring(framestate) seems to work. Anyhow, if you are planning to do some more complex stuff, you should separate the lua from the tex code. The advantages are - no catcode limitations Then you can use n

Re: [NTG-context] Hello world title not flush left - beginner question?

2011-11-03 Thread Wolfgang Schuster
>> >> \stoptext > > Wolfgang, > > Looking at your message above, > I do not really understand why it is best to set a buffer > for a one-time use: to be typeset after the title and then reset. This was just a example to demonstrate the “insidesection” key to ad

Re: [NTG-context] Fontawesome in lmtx

2020-04-11 Thread kaddour kardio
javu Mono][default] >>> [rscale=0.8, >>> >> features=none] >>> >> \setupbodyfont[mainfont,11pt] >>> >> \usesymbols[fontawesome] >>> >> >>> >> \define\FA{\dosingleargument\doFA} >>> >> \def\doFA[#1]{\in

Re: [NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Garulfo
trying to repair broken xref     warning: repairing PDF document I experience issues in Windows with current latest:   \starttext   \input zapf   \stoptext The output PDF document opens in SumatraPDF fine. But in Acrobat DC, no character is displayed. can you check again Many thanks

Re: [NTG-context] Hyphenation pattern for Esperanto

2020-10-14 Thread Alain Delmotte
Dear Mojca, I did just repond to the message without remarking that I was only answering to you; I'll take care inthe future. I'll check if the two list are the same, after expanding the condensed one. And after I'll go to

Re: [NTG-context] Mathdesign and Fourier fonts (was What do you miss in ConTeXt?)

2010-02-14 Thread Mojca Miklavec
end for _, s in ipairs(available_fonts) do if extras.all or extras[s] then scripts.update.modules[#scripts.update.modules+1] = { format("fonts/extra/%s/",s), "texmf" } end end -- TODO: check if every module from the list has been added

Re: [NTG-context] ConTeXt and SciTE

2012-06-20 Thread Hans Hagen
a.) If all variants are not allowed, the generic 'en' ought to be used instead of 'uk' as it could be confusing to non-UK users. Ozzies and Kiwis may not mind but Yanks and Canucks do. :-) hm, do you have spell-ca and spell-en etc files? there is no hard coded uk check

Re: [NTG-context] error when using externalfigure

2012-11-26 Thread Hans Hagen
off for TeX. if i print the values from the img object i get 17344.8pt 11563.2pt so the problem is deep down in the jpg reader ... the image is crippled in the sense that it has no valid resolution information something for hartmut to check in the img lib Hm, I'm not sure. It's an

Re: [NTG-context] installing fonts pdftex

2009-01-27 Thread Thomas A. Schmitz
7;t handle all these eceptions. I always had to double-check and edit files by hand, so I decided to go for a manual process. The --lcdf switch was added by Adam Lindsay, who also wrote a short article about otf and ConTeXt: http://www.tug.org/pracjourn/2005-2/lindsay/lindsay.pdf Too bad Adam isn&

Re: [NTG-context] Fwd: Flow charts forgetting text

2007-11-09 Thread Aditya Mahajan
Willi, I did receive your message. I am travelling so am not able to check mail frequently. Hans and you do get X_t when the flowchart is reused. I do not get it on my machine. Since I have moved to a new computer recently, there can be a configuration problem. I will try to test it and see

Re: [NTG-context] Fleurons

2005-06-01 Thread Karl Berry
this differes per year; i keep changing these names and always lag behind one tex live version TL has always distributed both pzdr.tfm and uzdr.tfm. I don't have an easy way to check the situation in teTeX. because i find out afterwards Well, that's what testing is

Re: [NTG-context] underscore hyphenation not working

2021-05-09 Thread Hans Hagen
On 5/9/2021 6:09 PM, Pablo Rodriguez wrote: On 5/9/21 4:40 PM, Hans Hagen wrote: On 5/8/2021 7:55 PM, Pablo Rodriguez wrote: I wonder whether this might be caused by a bug or the code should be adapted to current latest. hm, i'll check it ... looks like some lua closure side effect

Re: [NTG-context] No math fonts in latest LMTX 2021.05.15 22:45

2021-05-20 Thread Hans Hagen
-context | main context file: /usr/local/context/tex/texmf-context/tex/context/base/mkxl/context.mkxl mtx-context | current version: 2021.05.19 18:22 hm, maybe some missing file or so .. i'll check it

Re: [NTG-context] Install script not working

2021-06-24 Thread Hans Hagen
freebsd always (does anyone know an env var?) (the 'rb' looks suspicious ... i'll check that) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt |

Re: [NTG-context] Testing for LMTX: \ifmode

2021-07-25 Thread Wolfgang Schuster
{*lmtx}{lmtx} I always get „mkiv“. I’ve tried - pre LMTX context - LMTX --luatex - LMTX (2021.07.23) What is the recommended way to detect LMTX? There is no mode value for LMTX, only MkIV is set. To check for LMTX you have to use \ifcase\contextlmtxmode but an additional for lmtx would be useful

Re: [NTG-context] SVG not rendering correctly with LMTX and conversion=mp

2021-10-18 Thread Luis Montgomery via ntg-context
ery wrote: > > Check that your Inkscape is working properly. > > > > That proble NOT appear on my machine... > > > > Best, > > > > L. Montgomery > > (Sorry Luis, I forgot to cc mailing list) > Per https://wiki.contextgarden.net/Command/ex

Re: [NTG-context] XMP metadata schema yields invalid PDF/A

2022-02-05 Thread luigi scarso via ntg-context
description, which is not coherent >> > with how dc:description is written by the application. >> > >> > This patch to lpdf-pda.xml removes the validation error. >> > >> >> Sorry, diff the other way round according to diff original new. >> > > ind

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Hans Hagen via ntg-context
On 3/12/2022 5:18 PM, Gavin wrote: Hi Mojca, I think my security settings are preventing me from using this luametatex file. When trying to update the installation, I got a window that says: “luametatex” can’t be opened because Apple cannot check it for malicious software. When I

Re: [NTG-context] zint module on LMTX

2022-03-16 Thread Pablo Rodriguez via ntg-context
eady reported is an unrecognized option that is also listed as available alternative (weird). > I have used both isbnx and qrcode successfully with zint 2.10 on linux. As said, for some strange reason, "isbnx" doesn’t work on my Linux machine. On Windows, I ne

Re: [NTG-context] a cross-reference query

2022-05-10 Thread Taco Hoekwater via ntg-context
to be able to click on > a hyperlink which takes them to the referenced entry. Check for duplicates (referenced definitions with the same key). That problem has hit me a number of times. Best wishes, Taco — Taco Hoekwater E: t...@bittext.nl ge

[NTG-context] Why are some images rendered very tiny?

2022-06-15 Thread Joel via ntg-context
]{}}{\externalfigure[#1][maxheight=.7\paperheight, maxwidth=.5\paperwidth, minwidth=.5\paperwidth]} } #1 = filename, other variables are used for reference/credit details. The problem is, somehow some images are inexplicably displayed very tiny on the page. I check the image file and they are not small, but

Re: [NTG-context] the system not working on Linux 32 with Context-lmtx

2022-06-27 Thread Henning Hraban Ramm via ntg-context
script 'context.lua' or 'mtx-context.lua' When I run from TeXworks, I get only one line: startup error : no format file given, quitting So there is a step which didn't work. What should I do? Check your PATH. Try to rebuild the database:

Re: [NTG-context] font fallbacks

2022-08-01 Thread Henning Hraban Ramm via ntg-context
Am 01.08.22 um 20:43 schrieb denis.ma...@unibe.ch: Hi, I have used more than one fallback, but each fallback is for a different character range Thank you. I tried: \definefontfallback[seguiFB] [file:seguisym.ttf] % [0x0-0xF] [0x0007F-0xF] [check=yes,force=no

[NTG-context] faltal error: return code: 1

2022-08-25 Thread Pablo Rodriguez via ntg-context
}\egroup} \stoptext I get the following error: mtx-context | fatal error: return code: 1 But when checking the sources, no error is found: $ mtxrun --script check test-file.tex no error Just in case it helps, creators are "LuaMetaTeX 2.10 20220818 + ConTeXt LMTX 2022.08.25 17:43

Re: [NTG-context] zint module on LMTX

2022-09-04 Thread Ivan Pešić via ntg-context
Hi Michal and Hans, My LuaMetaTeX version (and ConTeXt LMTX...) was from 18.04.2022. That was the reason... As soon as I installed the fresh version, it started working properly, even with my library build. So next time before writing to list, I'll do the update and check first ;) That

[NTG-context] overprinting black

2022-11-09 Thread Henning Hraban Ramm via ntg-context
uot; The black text and frame border don’t overprint the yellow background but knockout. The only way to check this (that I know of) is Acrobat Pro’s separation simulation; the screenshot shows a snippet of the yellow separation. Actually, setting “overprint” for all colors doesn’t make sense, it

<    8   9   10   11   12   13   14   15   16   17   >