Re: [NTG-context] Can this layout be done in Context

2013-07-21 Thread David Rogers
Russell Urquhart  writes:

> Hi,
>
> I have a jpg of an image of an oldish Zondervan NIV Bible page. I love
> the layout of this and would love to do similar layouts.  Can the
> Context experts look at this and tell me if this sort of layout is
> reasonable, in Context?

To summarize: A page header with page number and guide word (the guide
word showing which chapter of which book of the Bible begins on this
page), two columns of regular text, "margin notes" *for both columns*
set in their own special single (very narrow) centre column, and
footnotes in one single large column, which is permitted to take a lot
of vertical space on the page when necessary, with all those areas of
the page separated from each other by thin ruled lines. Correct?

-- 
David R
___
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
___


Re: [NTG-context] problem with setuptex

2013-07-21 Thread Thomas A. Schmitz

On 07/10/2013 11:24 AM, Mojca Miklavec wrote:

I would gladly help, but I don't know how zhs works and I didn't find
any hints during a quick search.

My suggestion would be to put
export PATH=$HOME/context/tex/texmf-linux-64/bin:$PATH
or something similar into the file that you are sourcing.

Mojca


Hi Mojca,

I'm happy to say that a recent update in Fedora solved the problem; 
setuptex now works again. Bizarre, I still have no idea where the 
problem came from...


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


[NTG-context] mixing English and Hebrew

2013-07-21 Thread Pablo Rodríguez
Dear list,

I was asked how to mix l2r and r2l scripts on the same document. (Just
in case, I have no idea what the Hebrew text below means.)

I have this sample:

\usemodule[simplefonts]
\definefontfeature[hebrew][lang=heb,script=hebr]
\setmainfontfallback[LinuxLibertineO][range=hebrew,force=yes,features=hebrew]
\setmainfont[TeX Gyre Pagella]

\starttext

This is an English text.\blank

This is a Hebrew passage: בְּרֵאשִׁ֖ית בָּרָ֣א אֱלֹהִ֑ים אֵ֥ת הַשָּׁמַ֖יִם 
וְאֵ֥ת הָאָֽ...
\stoptext

I could use \setupalign[r2l], but English would be typeset also right to
left.

I have two questions:

Since Hebrew (both the language and the script) are written from right
to left, shouldn’t it be r2l alignment turned on by default when the
script or language were selected in the OpenType features?

How can I enable r2l alignment only for Hebrew in the sample above?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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
___

Re: [NTG-context] overlay lifts image slightly

2013-07-21 Thread Pablo Rodríguez
On 21/07/13 20:29, Wolfgang Schuster wrote:
> Am 21.07.2013 um 19:55 schrieb Pablo Rodríguez :
> [...]
>> I‘m afraid that the frame itself lifts the image. Frame and overlay lift
>> the image also. PDF at http://ousia.tk/overlay.pdf.
> 
> You have to write \smash[d]{\startoverlay …\stopoverlay} to get the same 
> output with the overlay.
> 
> The \framed command isn’t necessary here.
> 
> You should also try to make minimal examples when possible only with default 
> images and fonts.

Many thanks for your help, Wolfgang.

I works right now.


Pablo
-- 
http://www.ousia.tk
___
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
___

Re: [NTG-context] overlay lifts image slightly

2013-07-21 Thread Wolfgang Schuster

Am 21.07.2013 um 19:55 schrieb Pablo Rodríguez :

> On 21/07/13 19:24, Wolfgang Schuster wrote:
>> Am 21.07.2013 um 19:13 schrieb Pablo Rodríguez :
>>> [...]
>>> For some reason unknown to me, the overlay in the second slide has the
>>> background image slightly lifted. All I have realized is that replacing
>>> ✘ with x shows no image lift, but I need ✘.
>>> 
>>> Is there any way to avoid this image lift?
>> 
>> You have to increase the size of the image to mage it bigger than the ✘, you 
>> can do this
>> by wrapping it into a frame, e.g. 
>> \framed[frame=off,offset=1cm]{\externalfigure[…]}.
> 
> Many thanks for your gast reply, Wolfgang.
> 
> I‘m afraid that the frame itself lifts the image. Frame and overlay lift
> the image also. PDF at http://ousia.tk/overlay.pdf.

You have to write \smash[d]{\startoverlay …\stopoverlay} to get the same output 
with the overlay.

The \framed command isn’t necessary here.

You should also try to make minimal examples when possible only with default 
images and fonts.

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
___

Re: [NTG-context] overlay lifts image slightly

2013-07-21 Thread Pablo Rodríguez
On 21/07/13 19:24, Wolfgang Schuster wrote:
> Am 21.07.2013 um 19:13 schrieb Pablo Rodríguez :
>> [...]
>> For some reason unknown to me, the overlay in the second slide has the
>> background image slightly lifted. All I have realized is that replacing
>> ✘ with x shows no image lift, but I need ✘.
>>
>> Is there any way to avoid this image lift?
> 
> You have to increase the size of the image to mage it bigger than the ✘, you 
> can do this
> by wrapping it into a frame, e.g. 
> \framed[frame=off,offset=1cm]{\externalfigure[…]}.

Many thanks for your gast reply, Wolfgang.

I‘m afraid that the frame itself lifts the image. Frame and overlay lift
the image also. PDF at http://ousia.tk/overlay.pdf.

I must be doing something wrong. Here is my code:

\setuppapersize[S6]
\setupinteraction[state=start]
\setupinteractionscreen[option=max]
\usemodule[simplefonts][size=30pt]
\setmainfont[KerkisSans]
\definesimplefonttypeface[sfserif][Free Serif][scale=10]
\setupmakeup[standard][align=middle]
\starttext

\startstandardmakeup
\dontleavehmode\externalfigure[Documents/Presentations/al-abordaje/text-icon.pdf]
[scale=5000]
\stopstandardmakeup

\startstandardmakeup
\dontleavehmode\framed[frame=on,offset=1cm]{\externalfigure[Documents/Presentations/al-abordaje/text-icon.pdf][scale=5000]}
\stopstandardmakeup

\startstandardmakeup
\dontleavehmode\startoverlay{\framed[frame=on,offset=1cm]{\externalfigure[Documents/Presentations/al-abordaje/text-icon.pdf][scale=5000]}}{\sfserif\color[red]{✘}}\stopoverlay\stopoverlay
\stopstandardmakeup

\stoptext

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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
___

Re: [NTG-context] overlay lifts image slightly

2013-07-21 Thread Wolfgang Schuster

Am 21.07.2013 um 19:13 schrieb Pablo Rodríguez :

> Dear list,
> 
> I have the following sample code (http://www.ousia.tk/overlay.pdf):
> 
>\setuppapersize[S6]
>\usemodule[simplefonts][size=30pt]
>\definesimplefonttypeface[sfserif][Free Serif][scale=10]
>\setupmakeup[standard][align=middle]
>\starttext
> 
>\startstandardmakeup
>\dontleavehmode\externalfigure[text-icon.pdf]
>[scale=5000]
>\stopstandardmakeup
> 
>\startstandardmakeup
>\dontleavehmode\startoverlay
>  {\externalfigure[text-icon.pdf]
>[scale=5000]}{\sfserif\color[red]{✘}}\stopoverlay\stopoverlay
>\stopstandardmakeup
> 
>\stoptext
> 
> For some reason unknown to me, the overlay in the second slide has the
> background image slightly lifted. All I have realized is that replacing
> ✘ with x shows no image lift, but I need ✘.
> 
> Is there any way to avoid this image lift?

You have to increase the size of the image to mage it bigger than the ✘, you 
can do this
by wrapping it into a frame, e.g. 
\framed[frame=off,offset=1cm]{\externalfigure[…]}.

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
___

[NTG-context] overlay lifts image slightly

2013-07-21 Thread Pablo Rodríguez
Dear list,

I have the following sample code (http://www.ousia.tk/overlay.pdf):

\setuppapersize[S6]
\usemodule[simplefonts][size=30pt]
\definesimplefonttypeface[sfserif][Free Serif][scale=10]
\setupmakeup[standard][align=middle]
\starttext

\startstandardmakeup
\dontleavehmode\externalfigure[text-icon.pdf]
[scale=5000]
\stopstandardmakeup

\startstandardmakeup
\dontleavehmode\startoverlay
  {\externalfigure[text-icon.pdf]
[scale=5000]}{\sfserif\color[red]{✘}}\stopoverlay\stopoverlay
\stopstandardmakeup

\stoptext

For some reason unknown to me, the overlay in the second slide has the
background image slightly lifted. All I have realized is that replacing
✘ with x shows no image lift, but I need ✘.

Is there any way to avoid this image lift?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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
___

Re: [NTG-context] 7th Context Meeting, early-bid deadline extended

2013-07-21 Thread Hans Hagen

On 7/21/2013 1:32 PM, Jan Kula wrote:

Dear all,

the deadline for early-bid registration to the upcoming 7th ConTeXt
Meeting in Brejlov, Czech Republic was extended till July 31, 2013.
Early registration also guarantees enough place for everybody who wish
to attend, so you are welcome to register as soon as possible.

Though there are only few abstracts ready, the growing list of
participants guarantees, you will get news and experience on the best of
the ConTeXt and LuaTeX world, not speaking about the possibility to meet
colleagues you already now from the list in person.

Enjoy the summer holidays and we are looking forward to meeting you in
Breljov!

Jano Kula
on behalf of the organizing committee
http://meeting.contextgarden.net/2013/


Also, don't hesitate to tell is what topics you want to get addressed.

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


[NTG-context] 7th Context Meeting, early-bid deadline extended

2013-07-21 Thread Jan Kula

Dear all,

the deadline for early-bid registration to the upcoming 7th ConTeXt 
Meeting in Brejlov, Czech Republic was extended till July 31, 2013. 
Early registration also guarantees enough place for everybody who wish 
to attend, so you are welcome to register as soon as possible.


Though there are only few abstracts ready, the growing list of 
participants guarantees, you will get news and experience on the best of 
the ConTeXt and LuaTeX world, not speaking about the possibility to meet 
colleagues you already now from the list in person.


Enjoy the summer holidays and we are looking forward to meeting you in 
Breljov!


Jano Kula
on behalf of the organizing committee
http://meeting.contextgarden.net/2013/


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