ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: how to change 'figure 1.1' to '?? 1.1' (Mojca Miklavec)
Date: Mon, 10 Dec 2007 16:54:58 +0100	[thread overview]
Message-ID: <115224fb0712100754v4497288fraab6c83210b6c796@mail.gmail.com> (raw)
In-Reply-To: <6faad9f00712100319x183ced5ey1bb1c0127bca10bb@mail.gmail.com>

2007/12/10, Mojca Miklavec <mojca.miklavec.lists@gmail.com>:
> On Dec 10, 2007 7:37 AM, Dalyoung Jeong wrote:
> > Dear Mojca,
> >
> >
> > On Dec 8, 2007, at 3:35 AM, ntg-context-request@ntg.nl wrote:
> >
> > >> Yesterday, after I reinstalled TeXlive and updated ConTeXt, I got
> > >> "kpathsea:
> > >> Running mktextfm lmtypewriter10-regular " message. As a temporary
> > >> method,  I
> > >> renamed mktextfm.
> > >
> > > Just change
> > >    MKTEXTFM = 0
> > > in texmf.cnf
> >
> > I am sorry that now I remembered what you said before about
> > "mktextfm=0".  I found it in the mail from you. After setting it, no
> > error messages again. Thank you.
> >
> > lang-kor.tex is modified more by the help of people in KTUG.
> >
> > To make it more usable, I'd like to know a few things more.
> >
> > After defining \chapter in lang-kor, completecontent and completeindex
> > follow the setup of chapter as following:
> >                                         "제  장   contents" or "제 no 장 index"
> > (of course, contents and index are in korean) because \chpater{ch-
> > title} produces in such a way, i.e., "제 ch-no 장 ch-title".
> > But I'd like to write contents and indices in differently. I looked up
> > \setupcombinedlist but I don't know how to make it happen. Is there
> > any sample for this?
>
> I'm sorry, I didn't understand the question (I understood the point,
> but not how it should look like). You can use

I agree to Mojca, your question was hard to undertsand. It will be
easier if you could show us what you want.

>     \setuphead[chapter][command=\mychaptercommand]
>     \def\mychaptercommand#1#2{Title: #2, Number: #1}

This is also possible without a extra section format.

\setuplabeltext[ko][chapter={제,장}]
\mainlanguage[ko]
\starttext
\chapter{test}
\stoptext

> http://texshow.contextgarden.net/command/detail/299
>
> But that's not something you would like to use in the long run.
>
> Slovenian also needs sections numbered like
>   1. section
>   1.1. subsection
>   1.2. subsection
>   2. section
> as opposed to
>   1 section
>   1.1 subsection
>   1.2 subsection
>   2 section
> which can be achived, but isn't supported globally (so that it would
> be the default setting when using that language). It might be that
> Korean would also need some additional specific settings.
>
> Mojca

It is not so easy to define this bevaiour language dependent, because
in german we have 1. section 1 section. The first version with dot should
be used only if your document has a appendix, the second version
without dot should be used in documents without a appendix.

The current solution to get a dot at the end is only a workaround in
my eyes and I hope Hans will active the stopper key when he rewrites
the section macros.

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________

      reply	other threads:[~2007-12-10 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.854.1197052528.4317.ntg-context@ntg.nl>
2007-12-10  6:37 ` Dalyoung Jeong
2007-12-10 11:19   ` Mojca Miklavec
2007-12-10 15:54     ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=115224fb0712100754v4497288fraab6c83210b6c796@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).