ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Some questions about the taspresent module
Date: Sun, 18 May 2008 18:09:29 +0200	[thread overview]
Message-ID: <55435459-7DED-4689-8CEE-8DA14B1F2349@uni-bonn.de> (raw)
In-Reply-To: <8763tbbt0i.fsf@bornier.net>


On May 18, 2008, at 4:12 PM, Jean Magnan de Bornier wrote:

> Hi all (especially Thomas)
>
> I have played these days with the last version of the "taspresent"
> presentation module, to see how it can be used as such and/or with
> emacs-muse.
> I have discovered that due to the \Maketitle macros, which did not  
> exist
> in the first versions, it is quite easy to have a muse style and  
> nearly
> everything works quite well.

Hear hear -- glad to see that you're testing the module.

>
> I use mkiv from minimals.
>
> I have a few concerns though:
>
> - On some of the styles, page numbering is like this: 1 of 10, 2 of  
> 10,
>  etc. Is there a way, as I have to write in french more often than  
> not,
>  to modify that in my tex file without changing the style file  
> (which I
>  prefer not to do)?

OK, Hans suggested to use labeltexts; I'll have to learn how to use  
it. The basic idea seems to be to have something like this in the  
module:

\setuplabeltext [\s!fr]       [\v!of=de]

and then use \v!of in the code, is that about right, Hans? Jean: in  
French, would you say "1 sur 10" or "1 de 10"?

> - With the greenblue style the title page is produced with its  
> layout, but
>  no text appears on that page...

I was going for a Zen-look... :-) Seriously: it works here, I get  
normal output for the title page - can you send a small test file?

>
> - The embossed style doesn't compile, apparently due some missing font
>  (Emblem); is it some rare font, and if not where can I find it? I  
> have
>  installed a file called "Emblem Regular.ttf" but that didn't change
>  things; here is the error message (AucTeX):
>
Ah Ok, that's because luaTeX doesn't use the tfm files, so it can't  
find this font. OK, I have a problem here and may need help. Two  
solutions are possible:

1. Use the same font via afm/pfb. This would mean I have to refer to  
the font like so:


\beginLUATEX
\definefontsynonym [BigBoss] [name:NimbusSanL-Bold]
\definefont[Emblem] [BigBoss at 30pt]
\endLUATEX

However, there is a problem with this font; I get this error:

</usr/local/texlive/2007/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb
! Emergency stop.
<*> ./08_05_20_b.tex

fclose: Bad file descriptor
fclose: Bad file descriptor
!  ==> Fatal error occurred, no output PDF file produced!

Hans, Taco, any idea what's going wrong here?

2. Use an OpenType font instead; specifically the TeXGyreHeros. This  
would mean:

\beginLUATEX
\definefontsynonym [BigBoss] [name:TeXGyreHeros-Bold]
\definefont[Emblem] [BigBoss at 30pt]
\endLUATEX

Problem here: this switch messes up the spacing; with all TeXGyre  
font, the graphic doesn't respect its position on the page. I'm not  
sure if it is the font or mkiv in general or MPlib. I'll have to  
investigate that and will look into it, but I can't promise that it  
will be very soon.

Thanks for testing , all best

Thomas

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


  parent reply	other threads:[~2008-05-18 16:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-18 14:12 Jean Magnan de Bornier
2008-05-18 14:52 ` Hans Hagen
2008-05-18 16:09 ` Thomas A. Schmitz [this message]
2008-05-18 16:36   ` Hans Hagen
2008-05-18 16:48     ` Thomas A. Schmitz
2008-05-18 18:01       ` Taco Hoekwater
2008-05-18 19:09         ` Hans Hagen
2008-05-18 17:11   ` Jean Magnan de Bornier
2008-05-18 17:21     ` Thomas A. Schmitz
2008-05-18 17:36       ` Thomas A. Schmitz
2008-05-18 18:23       ` Jean Magnan de Bornier
2008-05-18 20:11         ` Thomas A. Schmitz
2008-05-19  5:26           ` Jean Magnan de Bornier

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=55435459-7DED-4689-8CEE-8DA14B1F2349@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --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).