ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Right and left label bug
@ 2000-11-06 12:23 Balazs Nagy
  2000-11-06 12:55 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Balazs Nagy @ 2000-11-06 12:23 UTC (permalink / raw)


Hi,

I have a problem writing lang-ura.tex.  I'd like to specify right labels
({\bf Table~1} is {\bf 1. t\'abl\'azat} in Hungarian).  Thus, I have
declared

  \setuplabeltext [\s!hu] [\v!tabel={,.~t\'abl\'azat}]

in lang-ura.tex (with the appropriate
\installanguage[\s!hu][...,\c!status=\v!start] command for testing).  I ran
texexec --make en too.

Then I compiled the following tex document:

    % interface=en
    \setupoutput[pdftex]
    \mainlanguage[hu]
    \starttext
    \setuplabeltext[hu][test={one,two}]

    \leftlabeltext{table} --- \rightlabeltext{table}

    \leftlabeltext{test} --- \rightlabeltext{test}
    \stoptext

The output is depressing.  This demonstrates that the format file runs
another way.  Is there a solution?
-- 
Regards: Kevin (Balazs)
IKSZ: szabad szerepjatek barmilyen helyszinre. http://www.iksz.hu/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Right and left label bug
  2000-11-06 12:23 Right and left label bug Balazs Nagy
@ 2000-11-06 12:55 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-11-06 12:55 UTC (permalink / raw)
  Cc: ConTeXt

At 01:23 PM 11/6/00 +0100, Balazs Nagy wrote:
>Hi,
>
>I have a problem writing lang-ura.tex.  I'd like to specify right labels
>({\bf Table~1} is {\bf 1. t\'abl\'azat} in Hungarian).  Thus, I have
>declared
>
>  \setuplabeltext [\s!hu] [\v!tabel={,.~t\'abl\'azat}]
>
>in lang-ura.tex (with the appropriate
>\installanguage[\s!hu][...,\c!status=\v!start] command for testing).  I ran
>texexec --make en too.
>
>Then I compiled the following tex document:
>
>    % interface=en
>    \setupoutput[pdftex]
>    \mainlanguage[hu]
>    \starttext
>    \setuplabeltext[hu][test={one,two}]
>
>    \leftlabeltext{table} --- \rightlabeltext{table}
>
>    \leftlabeltext{test} --- \rightlabeltext{test}
>    \stoptext
>
>The output is depressing.  This demonstrates that the format file runs
>another way.  Is there a solution?

I think that there is an error in you language definition part. 

\starttext

\installlanguage[hu][default=en]

\setuplabeltext [hu] [table={,.~t\'abl\'azat}]
\setuplabeltext [hu] [test={one,two}]

\mainlanguage[hu] activated language: \currentlanguage

\leftlabeltext{table} --- \rightlabeltext{table}

\leftlabeltext{test} --- \rightlabeltext{test}

\labeltexts{test}{xxx}

\stoptext

gives acceptable output here. 

If you provide me the labels and settings I will add them to lang-ura

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-11-06 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-06 12:23 Right and left label bug Balazs Nagy
2000-11-06 12:55 ` Hans Hagen

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).