Good day! Been trying to typeset a prescription pad template for a doctor but am stumped at the recipe symbol. Searched the internet for help but I just couldn't find it. Hope someone who has tried using this symbol in MKIV can help me with this one. Thanks. Joel Mendoza ------------------------------ *From:* "ntg-context-request@ntg.nl" *To:* "ntg-context@ntg.nl" *Sent:* May 29, 2012 3:27 AM *Subject:* ntg-context Digest, Vol 95, Issue 102 Send ntg-context mailing list submissions to ntg-context@ntg.nl To subscribe or unsubscribe via the World Wide Web, visit http://www.ntg.nl/mailman/listinfo/ntg-context or, via email, send a message with subject or body 'help' to ntg-context-request@ntg.nl You can reach the person managing the list at ntg-context-owner@ntg.nl When replying, please edit your Subject line so it is more specific than "Re: Contents of ntg-context digest..." Today's Topics: 1. Re: thelabel problem (luigi scarso) 2. Re: Missing "missing character" warning (Hans Hagen) 3. Re: thelabel problem (luigi scarso) 4. Re: thelabel problem (Alfredo Catalina) 5. Re: Missing "missing character" warning (Hans Hagen) 6. Re: \footnote numbering starting with 3 (Marco Pessotto) 7. Re: Math fonts in TeXLive 2012 (Tim Steenvoorden) ---------------------------------------------------------------------- Message: 1 Date: Mon, 28 May 2012 21:06:01 +0200 From: luigi scarso To: mailing list for ConTeXt users Subject: Re: [NTG-context] thelabel problem Message-ID: Content-Type: text/plain; charset=UTF-8 On Mon, May 28, 2012 at 8:54 PM, Alfredo Catalina wrote: > Contents of the log file: > > (kk.tex > ConTeXt? ver: 2011.05.18 18:04 MKIV? fmt: 2012.5.28? int: english/english > system????????? > cont-new.mkiv loaded Ah --- are you running mkiv ? It's ok with mkii, ie mtxrun texexec kk.tex I need to check with mkiv, ie context kk.tex -- luigi ------------------------------ Message: 2 Date: Mon, 28 May 2012 21:15:47 +0200 From: Hans Hagen To: mailing list for ConTeXt users Cc: Taco Hoekwater , Mojca Miklavec Subject: Re: [NTG-context] Missing "missing character" warning Message-ID: <4FC3CEE3.4070801@wxs.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 28-5-2012 20:51, Mojca Miklavec wrote: > On Mon, May 28, 2012 at 7:00 PM, Hans Hagen wrote: >> On 28-5-2012 18:26, Marco Pessotto wrote: >> >>> After a lot of mumbling by myself... Is there a reason not to have the >>> fonts.missing tracker enabled by default? Performance hit? >> >> indeed > > Still, given the large amount of data that gets printed during a > compilation (it is basically impossible to figure out if something > goes wrong without carefully looking at the log), I would also support > the idea to print missing characters by default. > > I'm also contemplating a different idea (after TL): wouldn't it be > nice if ConTeXt (luatex) would print warnings (missing image, missing > module, missing character, ...) in colour (if that's supported), to > make it clearly stand out from the rest? > > clang and CMake use that regularly for example. > > Mojca > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ------------------------------ Message: 3 Date: Mon, 28 May 2012 21:16:25 +0200 From: luigi scarso To: mailing list for ConTeXt users Subject: Re: [NTG-context] thelabel problem Message-ID: Content-Type: text/plain; charset=UTF-8 On Mon, May 28, 2012 at 9:06 PM, luigi scarso wrote: > Ah --- are you running mkiv ? > It's ok with mkii, ie > mtxrun texexec kk.tex > > I need to check with mkiv, ie > context kk.tex mkiv has draw externalfigure while mkii has externalfigure This is ok \starttext Testing \startuseMPgraphic{gh} picture pic; numeric u; u:=1; textX:=87.51u; textY:=96.31u; pic:=thelabel.urt(btex {Test} etex scaled 1.00,(0,0)); draw pic shifted (textX, textY); draw externalfigure "mill.png" xscaled 80.13u yscaled 60.09u shifted (69.85u,20.30u) ; \stopuseMPgraphic \useMPgraphic{gh} \stoptext Also search "externalfigure" vs. "draw externalfigure" in metafun in this ml -- luigi ------------------------------ Message: 4 Date: Mon, 28 May 2012 21:20:03 +0200 From: Alfredo Catalina To: ntg-context@ntg.nl Subject: Re: [NTG-context] thelabel problem Message-ID: Content-Type: text/plain; charset="iso-8859-1" This is what I get with "mtxrun texexec kk.tex" This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/W32TeX) (format=cont-en 2012.5.28) 28 MAY 2012 21:18 entering extended mode \write18 enabled. (c:/context/tex/texmf-context/web2c/natural.tcx) **kk.tex (./kk.tex ConTeXt ver: 2012.05.26 16:40 MKII fmt: 2012.5.28 int: english/english system : cont-new.mkii loaded (c:/context/tex/texmf-context/tex/context/base/cont-new.mkii FatalError : Your format does not match the base files! FormatVersion : 2012.05.26 16:40 MKII FilesVersion : 2011.05.18 18:04 ) ) Here is how much of TeX's memory you used: 47 strings out of 255946 829 string characters out of 1273077 2595900 words of memory out of 4000000 41195 multiletter control sequences out of 15000+100000 7 words of font info for 0 fonts, out of 2000000 for 5000 397 hyphenation exceptions out of 8191 20i,0n,15p,81b,471s stack positions out of 10000i,500n,10000p,4000000b,50000s No pages of output. -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 5 Date: Mon, 28 May 2012 21:20:33 +0200 From: Hans Hagen To: mailing list for ConTeXt users Cc: Taco Hoekwater , Mojca Miklavec Subject: Re: [NTG-context] Missing "missing character" warning Message-ID: <4FC3D001.8050309@wxs.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 28-5-2012 20:51, Mojca Miklavec wrote: > On Mon, May 28, 2012 at 7:00 PM, Hans Hagen wrote: >> On 28-5-2012 18:26, Marco Pessotto wrote: >> >>> After a lot of mumbling by myself... Is there a reason not to have the >>> fonts.missing tracker enabled by default? Performance hit? >> >> indeed > > Still, given the large amount of data that gets printed during a > compilation (it is basically impossible to figure out if something > goes wrong without carefully looking at the log), I would also support > the idea to print missing characters by default. one can configure that locally ... much functionality only kicks in when really used (thereby limiting the overhead) and in that case messages also get suppressed till they make sense > I'm also contemplating a different idea (after TL): wouldn't it be > nice if ConTeXt (luatex) would print warnings (missing image, missing > module, missing character, ...) in colour (if that's supported), to > make it clearly stand out from the rest? i once played with it (1) but such a thing will only work on a console that supports ansi escape sequences (and console output of tex is already rather slow and flushing being character based it might give problems) Hans (1) in pdftex times ... it failed due to thsu ^^ escaping that tex applies ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ------------------------------ Message: 6 Date: Mon, 28 May 2012 21:27:00 +0200 From: Marco Pessotto To: ntg-context@ntg.nl Subject: Re: [NTG-context] \footnote numbering starting with 3 Message-ID: <87zk8sjed7.fsf@universe.krase.net> Content-Type: text/plain; charset=us-ascii Wolfgang Schuster writes: > Am 28.05.2012 um 19:36 schrieb Marco Pessotto: > >> >> Ok, here we are: >> >> \starttext >> >> \placelist[chapter,section] >> >> hello\footnote{ciao} >> >> \chapter{Hello\footnote{weird!}} >> >> \section{Hello\footnote{another fn}} >> >> hello\footnote{ciao} >> >> \stoptext >> >> The first footnote will start at 3 by itself. >> >> There is some weird interference between the placelist and the >> footnote, as removing the \placelist the numbering starts correctly. >> >> Found in both the latest minimals and in the TeXlive pretest. > > I sent a fix to the dev list. > > Wolfgang Thanks! -- Marco ------------------------------ Message: 7 Date: Mon, 28 May 2012 21:27:47 +0200 From: Tim Steenvoorden To: mailing list for ConTeXt users Subject: Re: [NTG-context] Math fonts in TeXLive 2012 Message-ID: Content-Type: text/plain; charset=UTF-8 Hi Mojca and Khaled, You're right about Kurier, I've overlooked it. Asana is also not installed with Standalone. I've always found it regrettable Fourier is not longer supported in MKIV, so I hoped Utopia+Mathdesign would be a nice replacement. There are typescripts for Mathdesign+{Utopia,Charter,Garamond}, but both the roman font and the math font are not loaded. Shouldn't we have to support the Type1 version of Euler in TeXLive if the OTF version won't be included? I missed Fourier but maybe others will mis Euler when they switch to MKIV. Regards, Tim 2012/5/28 Mojca Miklavec : > Another weird observation: Kurier is not working at all. > Plus, Asana-Math and Xits are not installed as part of ConTeXt scheme. > Should I add them? (It's size is 0.5 + 1.5 MB while in tar.xz.) > > Hans, maybe you could add Tim's example into your testsuite (but each > math font should be surrounded with \bgroup...\egroup or start/stop). > > Mojca > > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage ?: http://www.pragma-ade.nl / http://tex.aanhet.net > archive ?: http://foundry.supelec.fr/projects/contextrev/ > wiki ? ? : http://contextgarden.net > ___________________________________________________________________________________ ------------------------------ ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ End of ntg-context Digest, Vol 95, Issue 102 ********************************************