ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Question...
       [not found] <38653.80.58.5.46.1087393456.squirrel@bitmail.bitmailer.com>
@ 2004-06-21 14:03 ` Hans Hagen
  2004-06-21 17:35   ` Question Willi Egger
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2004-06-21 14:03 UTC (permalink / raw)


[forwarded to the context list]


jimarin@bayesinf.com wrote:

>how can I produce texts in Arial?
>
>I have tried
>
>\setupbodyfont[ber,phv,ss,11pt]
>
>following a text on the internet...but it seems my ConTexT distro is not
>having these fonts...or perhaps I was doing something wrong.
>
>Thanks in advance !
>
>Jose Ignacio
>
>================================================================
>Deze e-mail is door E-mail VirusScanner van Planet Internet gecontroleerd op virussen.
>Op http://www.planet.nl/evs staat een verwijzing naar de actuele lijst waar op wordt gecontroleerd.
>
>
>
>  
>


-- 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

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

* Re: Re: Question...
  2004-06-21 14:03 ` Question Hans Hagen
@ 2004-06-21 17:35   ` Willi Egger
  2004-06-22  8:20     ` jimarin
  0 siblings, 1 reply; 10+ messages in thread
From: Willi Egger @ 2004-06-21 17:35 UTC (permalink / raw)


Hi Jose

use

\usetypescript[helvetica][\defaultencoding]
\setupbodyfont[helvetica,ss,12pt]

Success!

Willi

Hans Hagen wrote:
> [forwarded to the context list]
> 
> 
> jimarin@bayesinf.com wrote:
> 
>> how can I produce texts in Arial?
>>
>> I have tried
>>
>> \setupbodyfont[ber,phv,ss,11pt]
>>
>> following a text on the internet...but it seems my ConTexT distro is not
>> having these fonts...or perhaps I was doing something wrong.
>>
>> Thanks in advance !
>>
>> Jose Ignacio
>>
>> ================================================================
>> Deze e-mail is door E-mail VirusScanner van Planet Internet 
>> gecontroleerd op virussen.
>> Op http://www.planet.nl/evs staat een verwijzing naar de actuele lijst 
>> waar op wordt gecontroleerd.
>>
>>
>>
>>  
>>
> 
> 

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

* Re: Re: Question...
  2004-06-21 17:35   ` Question Willi Egger
@ 2004-06-22  8:20     ` jimarin
  0 siblings, 0 replies; 10+ messages in thread
From: jimarin @ 2004-06-22  8:20 UTC (permalink / raw)


Thanks !

:)

Jose

> Hi Jose
>
> use
>
> \usetypescript[helvetica][\defaultencoding]
> \setupbodyfont[helvetica,ss,12pt]
>
> Success!
>
> Willi
>
> Hans Hagen wrote:
>> [forwarded to the context list]
>>
>>
>> jimarin@bayesinf.com wrote:
>>
>>> how can I produce texts in Arial?
>>>
>>> I have tried
>>>
>>> \setupbodyfont[ber,phv,ss,11pt]
>>>
>>> following a text on the internet...but it seems my ConTexT distro is
>>> not
>>> having these fonts...or perhaps I was doing something wrong.
>>>
>>> Thanks in advance !
>>>
>>> Jose Ignacio
>>>
>>> ================================================================
>>> Deze e-mail is door E-mail VirusScanner van Planet Internet
>>> gecontroleerd op virussen.
>>> Op http://www.planet.nl/evs staat een verwijzing naar de actuele lijst
>>> waar op wordt gecontroleerd.
>>>
>>>
>>>
>>>
>>>
>>
>>
>
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>

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

* Re: question
  2010-04-22 17:08   ` question Marius
@ 2010-04-22 18:07     ` Wolfgang Schuster
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Schuster @ 2010-04-22 18:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 22.04.10 19:08, schrieb Marius:
> On Thu, Apr 22, 2010 at 4:56 PM, Wolfgang Schuster
> <schuster.wolfgang@googlemail.com>  wrote:
>    
>> You can also simplify your defintion of \setupdissertation:
>>
>> \def\setupdissertation
>>   {\dodoubleargument\getparameters[\??DISS]}
>>      
> Thanks for the hint.
>
> I have one more question, I took and simplified the example which I
> sent here earlier from the wiki:
> http://wiki.contextgarden.net/Document_Titles "In ConTeXt: A more
> advanced solution" and I am wondering why I am using  \c! macros? Why
> not  \!! ? Why some macros I need to define "\def\c!authorname
>    {authorname}", but the others not? Maybe here is a name clash with a
> system defined \c! macros?
>    
The \c! and \v! macros are used for ConTeXt’s multilingual interface, 
this means
you can write in english

   \setupcommand[width=1cm]

and in german

   \stellebefehlein[breite=1cm]

in your module both 'width' and 'breite' are converted to 'width'. Since
you don't need this feature you can use instead of \getparameters
\getrawparameters where e.g. 'breite' will remain 'breite' when you
do something with this key in your code (but use then title etc.
without the \c! prefix).

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: question
  2010-04-22 13:56 ` question Wolfgang Schuster
@ 2010-04-22 17:08   ` Marius
  2010-04-22 18:07     ` question Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Marius @ 2010-04-22 17:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Apr 22, 2010 at 4:56 PM, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
> You can also simplify your defintion of \setupdissertation:
>
> \def\setupdissertation
>  {\dodoubleargument\getparameters[\??DISS]}

Thanks for the hint.

I have one more question, I took and simplified the example which I
sent here earlier from the wiki:
http://wiki.contextgarden.net/Document_Titles "In ConTeXt: A more
advanced solution" and I am wondering why I am using  \c! macros? Why
not  \!! ? Why some macros I need to define "\def\c!authorname
  {authorname}", but the others not? Maybe here is a name clash with a
system defined \c! macros?
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: question
  2010-04-22 13:48 question Marius
  2010-04-22 13:56 ` question Wolfgang Schuster
@ 2010-04-22 14:03 ` Peter Münster
  1 sibling, 0 replies; 10+ messages in thread
From: Peter Münster @ 2010-04-22 14:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Apr 22 2010, Marius wrote:

>   [\c!title        ={xxx},

\c!title eats the space.


>   [title          ={How to do this in Context},

title does not, so the parameter is not "title" but "title          ".

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


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


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

* Re: question
  2010-04-22 13:48 question Marius
@ 2010-04-22 13:56 ` Wolfgang Schuster
  2010-04-22 17:08   ` question Marius
  2010-04-22 14:03 ` question Peter Münster
  1 sibling, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2010-04-22 13:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 22.04.10 15:48, schrieb Marius:
> Hello all,
>
> why does second command \setupdissertation does not work? In the
> attached document I get in the title "xxx" instead of "How to do this
> in Context".
>    
Remove the spaces before the '=' in the assignments.

\setupdissertation
   [     title={How to do this in Context},
    authorname={The author},
          date={July 26, 2005}]

You can also simplify your defintion of \setupdissertation:

\def\setupdissertation
   {\dodoubleargument\getparameters[\??DISS]}

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* question
@ 2010-04-22 13:48 Marius
  2010-04-22 13:56 ` question Wolfgang Schuster
  2010-04-22 14:03 ` question Peter Münster
  0 siblings, 2 replies; 10+ messages in thread
From: Marius @ 2010-04-22 13:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

Hello all,

why does second command \setupdissertation does not work? In the
attached document I get in the title "xxx" instead of "How to do this
in Context".

Thanks

[-- Attachment #2: test2.tex --]
[-- Type: application/x-tex, Size: 1010 bytes --]

[-- Attachment #3: test2.pdf --]
[-- Type: application/pdf, Size: 7833 bytes --]

[-- Attachment #4: Type: text/plain, Size: 486 bytes --]

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

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

* Re: question
  2000-10-01  1:22 question Harish P Cherukuri
@ 2000-10-01 20:55 ` Hans Hagen
  0 siblings, 0 replies; 10+ messages in thread
From: Hans Hagen @ 2000-10-01 20:55 UTC (permalink / raw)
  Cc: ntg-context

At 09:22 PM 9/30/00 -0400, Harish P Cherukuri wrote:
>Hello:
>
>I recently installed the latest stable version of context
>(2000.9.21) on my UltraSparc.
>
>When I test the installation on a small file, I am
>getting the TeX capacity exceeded error (log file atta

This is a bug in the latest tetex/fptex although i'm told that it is
corrected. 

run 

  texexec --make 

or if this fails (since it will also use fmtutil) 

  texexec --make --alone

if needed move the efmt files to the right path. If really in despair: 

  pdfetex --ini --progname=context cont-en 

will do the job. 

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] 10+ messages in thread

* question
@ 2000-10-01  1:22 Harish P Cherukuri
  2000-10-01 20:55 ` question Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Harish P Cherukuri @ 2000-10-01  1:22 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 861 bytes --]

Hello:

I recently installed the latest stable version of context
(2000.9.21) on my UltraSparc.

When I test the installation on a small file, I am
getting the TeX capacity exceeded error (log file attached).

I installed the latest version on top of a previous conTeXt
install. The input file is as follows:

------------------
\setupoutput[pdftex]
\setupcolors[state=start]
\setupbodyfont[12pt]
\setuppagenumbering[location=footer]

\starttext
Testing
\stoptext

-----------------------

Is there something I am missing? I didn't have this problem with
prior installations.

Thanks
-- Harish
_____________________________________________________________ 
Harish Cherukuri 
Mechanical Engineering & Engineering Science, UNC-Charlotte 
9201 University City Blvd, Charlotte NC 28223-0001  US
Tel: 704 687 3917| Fax: 704 687 2352
http://www.coe.uncc.edu/~hcheruku

[-- Attachment #2: test.log --]
[-- Type: text/plain, Size: 1391 bytes --]

This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1) (format=cont-en 2000.9.30)  30 SEP 2000 21:16
entering extended mode
**test
(test.tex[/home2/teTeX/texmf/pdftex/config/pdftex.cfg]

ConTeXt  ver: 2000.9.21  fmt: 2000.9.30  int: english  mes: english

language       : language en is active
system         : cont-new loaded
(/home2/teTeX/texmf/tex/context/base/cont-new.tex
systems        : beware: some patches loaded from cont-new.tex!
! TeX capacity exceeded, sorry [number of strings=100].
<recently read> \endcsname 

<to be read again> 
                   {
<to be read again> 
                   \@@kshoek 
\docopyvalue ...name \@EA {\csname #2#3\endcsname 
                                                  }\fi 
\next1 #1,->\docopyparameter {#1}
                                 \doprocesscommaitem 
<argument> \relax \c!straal ,\c!hoek ,
                                      \c!diepte 
...
l.114   [\??ks]

If you really absolutely need more capacity,
you can ask a wizard to enlarge me.

Here is how much of TeX's memory you used:
 100 strings out of 100
 1491 string characters out of 5000
 305606 words of memory out of 1100001
 22258 multiletter control sequences out of 10000+14361
 7 words of font info for 0 fonts, out of 400000 for 1000
 22 hyphenation exceptions out of 1000
 19i,0n,20p,107b,12s stack positions out of 300i,100n,500p,50000b,4000s
No pages of output.

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

end of thread, other threads:[~2010-04-22 18:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <38653.80.58.5.46.1087393456.squirrel@bitmail.bitmailer.com>
2004-06-21 14:03 ` Question Hans Hagen
2004-06-21 17:35   ` Question Willi Egger
2004-06-22  8:20     ` jimarin
2010-04-22 13:48 question Marius
2010-04-22 13:56 ` question Wolfgang Schuster
2010-04-22 17:08   ` question Marius
2010-04-22 18:07     ` question Wolfgang Schuster
2010-04-22 14:03 ` question Peter Münster
  -- strict thread matches above, loose matches on Subject: below --
2000-10-01  1:22 question Harish P Cherukuri
2000-10-01 20:55 ` question 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).