[NTG-context] Chapter endings

2013-11-02 Thread Francisco Gracia
There is plenty of information available about how to deal with issues related to chapter openings (*headings*) in *Context* but I have not found any related to document endings. I would like to end the chapters of a book with some small decorative element, be it text or graphics; let us call it a

Re: [NTG-context] korean

2013-11-02 Thread Wolfgang Schuster
Am 02.11.2013 um 13:44 schrieb Jeong Dal : > Is there any fix for this? How to update the database? You can do a manual update of the database with mtxrun —script fonts —reload Wolfgang ___ If your question is

Re: [NTG-context] reference error

2013-11-02 Thread Mikael P. Sundqvist
If you remove the space, i.e. \starttext \startchapter [ title={Vorwort}, reference=chap:vorwort] Siehe \in{Kapitel}[chap:neu] \at{Seite}[chap:neu]. \stopchapter \startchapter [ title={Neu}, reference=chap:neu] Bla. \stopchapter \stoptext it works here. /Mikael On Sat, Nov 2, 2013 at 1:49 PM

Re: [NTG-context] korean

2013-11-02 Thread Jeong Dal
Dear Wolfgang, Thank you for your suggestion. > > Try this on the command line: > > mtxrun --script font --list --file hanbatang* > I tried it and got the following output in which "lvt" is missing from the font name. hcrbatang normal normal normal normal hcrbatang /Users/g

[NTG-context] reference error

2013-11-02 Thread Wolfgang Werners-Lucchini
Hallo, I must do someting wrong --- \starttext \startchapter [ title={Vorwort}, reference=chap:vorwort ] Siehe \in{Kapitel}[chap:neu] \at{Seite}[chap:neu]. \stopchapter \startchapter [ title={Neu}, reference=chap:neu ] Bla. \stopchapter \stoptext --- I get an error: unknown reference '[][chap:ne

Re: [NTG-context] korean

2013-11-02 Thread Wolfgang Schuster
Am 02.11.2013 um 10:16 schrieb Jeong Dal : > > Dear Wolfgang and Hans, > >> context normalizes font names ... so you can leave the name as it is >> (works here) >> > > I checked the font name in the terminal and the result as following: > > MacBook:ConTeXt graph$ luatools hanbatanglvt.ttf >

Re: [NTG-context] korean

2013-11-02 Thread Jeong Dal
Dear Wolfgang and Hans, > context normalizes font names ... so you can leave the name as it is > (works here) > I checked the font name in the terminal and the result as following: MacBook:ConTeXt graph$ luatools hanbatanglvt.ttf MacBook:ConTeXt graph$ luatools hanbatanglvt.otf MacBook:ConT

Re: [NTG-context] ntg-context Digest, Vol 113, Issue 2

2013-11-02 Thread Hans Hagen
On 11/1/2013 4:16 PM, Wolfgang Schuster wrote: Am 01.11.2013 um 16:01 schrieb Jeong Dal : Yes, there is an hanbatanglvt.lfg file. ConTeXt/tex/texmf-context/tex/context/fonts/hanbatanglvt.lfg But the installed font's name is "HANBatang-LVT.ttf". So I changed the font name in your file f

Re: [NTG-context] ntg-context Digest, Vol 113, Issue 2

2013-11-02 Thread Hans Hagen
On 11/1/2013 4:01 PM, Jeong Dal wrote: Dear Hans, After updating to the current version (mtx-context | current version: 2013.11.01 12:20), I run ConTeXt again. But I still don't have the color output. make sure you have input in triplets (no precomposed characters) What do you mean "inp

[NTG-context] Fwd: bug in switch.rb

2013-11-02 Thread Akira Kakuto
Hi Hans, /usr/local/texlive/2013/texmf-dist/scripts/context/ruby/base/switch.rb:501: You added two lines in the latest swith.rb: #encoding: ASCII-8BIT # module: base/switch ... ... There may be no errors if the new switch.rb is used. Best, Akira