Re: [NTG-context] combining character (unicode 0364)

2011-06-14 Thread Daniel Schopper

Hi,
ok, I checked the font in indesign (well…) and there the positioning 
worked as expected. I’ll update ConTeXt, hopefully that helps…

Thanks for the hints!

Am 15.06.11 08:20, schrieb Mojca Miklavec:

On Wed, Jun 15, 2011 at 00:38, Daniel Schopper wrote:

Hi Mojca,
indicated by the anchor… so I guess that has to be some issue with the font…


You can try if XeTeX positions the accent properly if you want to test
the font (XeTeX is at least a bit more reliable to do it properly and
it has the feature enabled by default).

\font\a=YourFont.otf
\a your-sequence-with-combining-characters



(By the way, I’m using mkiv beta, 2011.04.13)


I suspect that the version you are using might be too old anyway.

Back in May the feature conditionally worked for me in ConTeXt MKIV.
Whenever there were some kind of boxes included, alignment was
destroyed.

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

___
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] combining character (unicode 0364)

2011-06-14 Thread Mojca Miklavec
On Wed, Jun 15, 2011 at 00:38, Daniel Schopper wrote:
> Hi Mojca,
> indicated by the anchor… so I guess that has to be some issue with the font…

You can try if XeTeX positions the accent properly if you want to test
the font (XeTeX is at least a bit more reliable to do it properly and
it has the feature enabled by default).

\font\a=YourFont.otf
\a your-sequence-with-combining-characters


> (By the way, I’m using mkiv beta, 2011.04.13)

I suspect that the version you are using might be too old anyway.

Back in May the feature conditionally worked for me in ConTeXt MKIV.
Whenever there were some kind of boxes included, alignment was
destroyed.

Mojca
___
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] Automatic landscape figure rotation

2011-06-14 Thread Pontus Lurcock
Luigi, Wolfgang, Hans, Taco: thank you for the replies. I will update
the wiki later today.

Ulrike: I take your point about the inconvenience of such figures.
Fortunately I don't have any adjacent ones so at least readers
won't have to perform any 180° rotations. I'll play with the options
and see what seems most convenient (or least inconvenient).

Pont
___
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] combining character (unicode 0364)

2011-06-14 Thread Daniel Schopper

Hi Mojca,
thanks for the answer!
By now I’ve enabled:
\definefontfeature[default][%
script=latn,
mode=node,
mark=yes,
mkmk=yes,
liga=yes,
ccmp=yes,
calt=yes,
locl=yes
]
but still the combining character doesn’t get attached to the position 
indicated by the anchor… so I guess that has to be some issue with the 
font… (By the way, I’m using mkiv beta, 2011.04.13)

Thanks anyway!
Daniel

Am 14.06.11 22:12, schrieb Mojca Miklavec:

On Tue, Jun 14, 2011 at 21:11, Daniel Schopper wrote:

Dear list,
a question concerning combining characters: I try to make a letter out of a
small elevated „e“ (unicode 0364, combining latin small letter e) with „a“,
„o“ and „u“ using Junicode with Wolfgang Schuster’s typescript. In Fontforge
the mark positioning lookup looks good to me, but ConTeXt somehow seems to
ignore the anchors in the font. The „mark“-feature is enabled in the
typescript.
Maybe someone can give me a hint how to get this working? Thanks in advance!


You need at least
 mode=node,mark=yes
features enabled.

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

___
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] no-break space broken

2011-06-14 Thread Peter Münster
Hello,

With the latest beta, the no-break space seems to be broken:

\starttext
\hsize1pt
bla~bla % line breaks here
\stoptext

No problem with mkii.

-- 
   Peter
___
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] testing TeX Live 2011

2011-06-14 Thread Aditya Mahajan

On Tue, 14 Jun 2011, Mojca Miklavec wrote:


On Tue, Jun 14, 2011 at 19:03, Aditya Mahajan wrote:


How do I indicate that context-vim depends on context-filter?


You can add
   depend context-filter
to context-vim.tlpsrc and hope that package-based dependency tracking
will be implemented once in the future. If you want, I can add it.


Please add that. After all, officially you are also an author of t-vim :)

Aditya
___
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] combining character (unicode 0364)

2011-06-14 Thread Mojca Miklavec
On Tue, Jun 14, 2011 at 21:11, Daniel Schopper wrote:
> Dear list,
> a question concerning combining characters: I try to make a letter out of a
> small elevated „e“ (unicode 0364, combining latin small letter e) with „a“,
> „o“ and „u“ using Junicode with Wolfgang Schuster’s typescript. In Fontforge
> the mark positioning lookup looks good to me, but ConTeXt somehow seems to
> ignore the anchors in the font. The „mark“-feature is enabled in the
> typescript.
> Maybe someone can give me a hint how to get this working? Thanks in advance!

You need at least
mode=node,mark=yes
features enabled.

Mojca
___
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] testing TeX Live 2011

2011-06-14 Thread Mojca Miklavec
On Tue, Jun 14, 2011 at 19:03, Aditya Mahajan wrote:
>
> How do I indicate that context-vim depends on context-filter?

You can add
depend context-filter
to context-vim.tlpsrc and hope that package-based dependency tracking
will be implemented once in the future. If you want, I can add it. It
won't work now, but it might be a hint in the future.

Mojca
___
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] LuaTeX + microtype: Small Caps vs. Letter Spacing

2011-06-14 Thread N. Lindenhayn

Hi everyone,

I'm happy to see that by now almost all of microtype's features are 
available in Lua, almost like in the old days. There's one thing that 
seems a bit strange, though:


While I have no trouble applying letter spacing using \textls or 
\lsstyle to regular, italic, or bold text, I can't get it to work on 
small caps. What's even stranger: while this problem occurs with all 
fonts I've tried, it does /not/ occur when I don't specify a font at 
all. Consider the example below. The only way to get the correct output, 
with spaced small caps, is to deactivate the \setmainfont line -- which 
obviously isn't what you'd want :)


Any hints are appreciated; chances are I just have to add a thing here 
or there.


best
Nils.

\documentclass{scrartcl}
\usepackage{fontspec,microtype}
\setmainfont{Minion Pro}%or TeX Gyre Termes, or Latin Modern Roman...
\begin{document}
stealing sheep\par
\textls{stealing sheep}\par
\textsc{stealing sheep}\par
\textls{\textit{stealing sheep}}\par
\textls{\textbf{stealing sheep}}\par
\textls{\textsc{stealing sheep}}
\end{document}
___
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] Unsupported Platform

2011-06-14 Thread Kip Warner
On Tue, 2011-06-14 at 09:56 +0200, Mojca Miklavec wrote:
> I would be glad to help and to build the binaries, but I'm not sure if
> it pays back to do that for zero users. The additional problem is that
> I don't know anything about compiler, compatibility of binaries
> accross different OS versions etc.

Hey Mojca. I can't really answer that question either, as I don't know.

> I will keep your offer in mind in case that a few more people request
> support for the same architecture. If you change your mind and want to
> start building, just let me know.
> 
> Mojca

Sounds good Mojca. The offer is still standing if you find more people
who would like it ported as well.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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] combining character (unicode 0364)

2011-06-14 Thread Daniel Schopper

Dear list,
a question concerning combining characters: I try to make a letter out 
of a small elevated „e“ (unicode 0364, combining latin small letter e) 
with „a“, „o“ and „u“ using Junicode with Wolfgang Schuster’s 
typescript. In Fontforge the mark positioning lookup looks good to me, 
but ConTeXt somehow seems to ignore the anchors in the font. The 
„mark“-feature is enabled in the typescript.

Maybe someone can give me a hint how to get this working? Thanks in advance!
Daniel
___
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] /usr/bin/luatools:2329: bad argument #1 to '(for generator)' (directory metatable expected, got nil)

2011-06-14 Thread Aditya Mahajan

On Tue, 14 Jun 2011, Hans Hagen wrote:


On 14-6-2011 6:48, Stappers wrote:

Hello,

While doing

   context foo

I do get

   LuaTools | merging library 
/usr/share/texmf/tex/context/base/data-ctx.lua
   LuaTools | merging library 
/usr/share/texmf/tex/context/base/luat-fio.lua
   LuaTools | merging library 
/usr/share/texmf/tex/context/base/luat-cnf.lua

   LuaTools | saving merge from cont-en.lua
   LuaTools | using compiled initialization file: cont-en.luc
   LuaTools | using lua initialization file: cont-en.luc
   /usr/bin/luatools:2329: bad argument #1 to '(for generator)' (directory 
metatable expected, got nil)



What should I do to get beyond that error message?

I'm using Debian on an AMD64, context package is version 2009.11.26-2


way too old .. luatex as well as context moved on (and luatools in no longer 
used)


FWIW, I get the same error message on my TL2010 installation.

$luatex --version
This is LuaTeX, Version beta-0.67.0-2011042320 (rev 4192)

$context --version
MTXrun | main context file: 
/usr/share/texmf-dist/tex/context/base/context.tex

MTXrun | current version: 2010.05.24 13:05

$context --make
MTXrun | running command: luatools --make --compile cont-en

LuaTools | using compiled initialization file: cont-en.luc
LuaTools | using lua initialization file: cont-en.luc
/usr/bin/luatools:2734: bad argument #1 to '(for generator)' (directory 
metatable expected, got nil)

...

I am pretty sure that ConTeXt in TL2010 was working at some stage and 
failed after I updated. I normally just use the minimals, so I never 
bothered to dig into this.


Aditya
___
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] /usr/bin/luatools:2329: bad argument #1 to '(for generator)' (directory metatable expected, got nil)

2011-06-14 Thread Hans Hagen

On 14-6-2011 6:48, Stappers wrote:

Hello,

While doing

   context foo

I do get

   LuaTools | merging library /usr/share/texmf/tex/context/base/data-ctx.lua
   LuaTools | merging library /usr/share/texmf/tex/context/base/luat-fio.lua
   LuaTools | merging library /usr/share/texmf/tex/context/base/luat-cnf.lua
   LuaTools | saving merge from cont-en.lua
   LuaTools | using compiled initialization file: cont-en.luc
   LuaTools | using lua initialization file: cont-en.luc
   /usr/bin/luatools:2329: bad argument #1 to '(for generator)' (directory 
metatable expected, got nil)


What should I do to get beyond that error message?

I'm using Debian on an AMD64, context package is version 2009.11.26-2


way too old .. luatex as well as context moved on (and luatools in no 
longer used)


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
___


Re: [NTG-context] testing TeX Live 2011

2011-06-14 Thread Aditya Mahajan

On Sat, 4 Jun 2011, Mojca Miklavec wrote:


The following is the list of modules. If you miss any, it is now the
best time to ask. (TikZ is also there; I need to test it, but it
should work.)

depend context-account
depend context-algorithmic
depend context-bnf
depend context-chromato
depend context-construction-plan
depend context-degrade
depend context-filter
depend context-fixme
depend context-french
depend context-fullpage
depend context-games
depend context-gnuplot
depend context-letter
depend context-lettrine
depend context-lilypond
depend context-mathsets
depend context-notes-zh-cn
depend context-rst
depend context-ruby
depend context-simplefonts
depend context-simpleslides
depend context-top-ten
depend context-typearea
depend context-typescripts
depend context-vim


How do I indicate that context-vim depends on context-filter?

Aditya
___
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] /usr/bin/luatools:2329: bad argument #1 to '(for generator)' (directory metatable expected, got nil)

2011-06-14 Thread Stappers
Hello,

While doing

  context foo

I do get

  LuaTools | merging library /usr/share/texmf/tex/context/base/data-ctx.lua
  LuaTools | merging library /usr/share/texmf/tex/context/base/luat-fio.lua
  LuaTools | merging library /usr/share/texmf/tex/context/base/luat-cnf.lua
  LuaTools | saving merge from cont-en.lua
  LuaTools | using compiled initialization file: cont-en.luc
  LuaTools | using lua initialization file: cont-en.luc
  /usr/bin/luatools:2329: bad argument #1 to '(for generator)' (directory 
metatable expected, got nil)


What should I do to get beyond that error message?

I'm using Debian on an AMD64, context package is version 2009.11.26-2


Cheers
Geert Stappers

-- 
> And is there a policy on top-posting vs. bottom-posting?
Yes.
___
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] Disable line-break when \typefile

2011-06-14 Thread Aditya Mahajan

On Wed, 8 Jun 2011, Marco wrote:


And what is “lines=no” for?


What i get from the source for the “lines” key is:

  no (default) : no hyphenation
  yes  : no hyphenation and left aligned text (align key is ignored)
  hyphenated   : hyphenation


Thanks for clarification. Though the options (also
regarding “space=fixed”) are confusing, or at least not
transparent, in my opinion.


For the vim module, I decided to use `space=on|off` to show visible space
and `lines=split|fixed` to enable or disable line breaks.

Aditya___
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] Automatic landscape figure rotation

2011-06-14 Thread Taco Hoekwater

On 06/14/2011 04:26 PM, Ulrike Fischer wrote:

Am Tue, 14 Jun 2011 21:29:44 +1200 schrieb Pontus Lurcock:


I have a full-page, landscape figure in my double-sided document which
I rotate 90° to fit the page. In all the books I've seen, such figures
are rotated ‘outward’ -- i.e. with the top towards the binding, so 90°
clockwise on verso pages and 90° anticlockwise on recto.


I have seen this rotation too but I don't find them really good. If
you have two such figures on a double page you will have to rotate
the book by 180° to see them both. Also if you hold the book in your
left hand and change the pages with the right hand it is more
natural to turn the book clockwise to read something in landscape.

So I would put everything with the top to the left side, and if you
don't like this on left pages: Put landscape figures only on right
pages.


So that is what 'left' and 'right' are for.

Best wishes,
Taco
___
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] [solved] math: using `align` ⁺ and ⁻ not displayed

2011-06-14 Thread Paul Menzel
Am Dienstag, den 14.06.2011, 16:28 +0200 schrieb Hans Hagen:
> On 13-6-2011 2:58, Paul Menzel wrote:

> > using the Neo keyboard layout [1] I am able to insert the superscript +
> > and - directly: ^+=⁺ and ^-=⁻.
> 
> took me a while to figure it out for those cases but it should work in 
> the next upload

These are great news. Thank you very much!


Thanks,

Paul


signature.asc
Description: This is a digitally signed message part
___
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] Placing figures flush right and captions in the margin

2011-06-14 Thread Christoph Redecker

On 13.06.2011 16:14, Christoph Redecker wrote:

Hi,

I want to place my figures flush right, so that they are aligned with
the right border of my text area. Captions should be in the right
margin, flush left, ragged right. It is a one-sided document.

I've tried

\setupfloats[
location=right]
\setupcaptions[
location=rightmargin,
align=flushleft,
headstyle=\tfx,
style=\tfx]


Considering the overall activity on the list since I posted the 
question, can I assume that these options simply have not been 
implemented yet?


Regards

Christoph
___
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] math: how to display ≔?

2011-06-14 Thread Aditya Mahajan

On Tue, 14 Jun 2011, Hans Hagen wrote:


On 14-6-2011 12:51, Paul Menzel wrote:

Dear ConTeXt folks,


probably this is again a font problem, but I just want to report that
the definition symbol ≔ (colon equal) [1] I am able to insert directly
using Neo layout [2] is not displayed.


The virtual lm does not has that symbol so I've added it.


In LM, \colonequals is created by a TeX macro. There were a few other 
symbols that were in the same category (\mapsto, long arrows). Earlier we 
did not have a clean mechanism to add these fallbacks. Is there such a 
mechanism now?


Aditya___
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] beta

2011-06-14 Thread Hans Hagen

On 14-6-2011 8:10, Li Yanrui (李延瑞) wrote:


1. "local table.setmetatableindex(t,f)" in luatex-basics-gen.lua (or
luatex-fonts-merged.lua) should be "function
table.setmetatableindex(t,f)" otherwise it causes unexpected symbol
error.


fixed in next beta

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

Re: [NTG-context] math: using `align` ⁺ and ⁻ not displayed

2011-06-14 Thread Hans Hagen

On 13-6-2011 2:58, Paul Menzel wrote:

Dear ConTeXt folks,


using the Neo keyboard layout [1] I am able to insert the superscript +
and - directly: ^+=⁺ and ^-=⁻.


took me a while to figure it out for those cases but it should work in 
the next upload


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
___

Re: [NTG-context] Automatic landscape figure rotation

2011-06-14 Thread Ulrike Fischer
Am Tue, 14 Jun 2011 21:29:44 +1200 schrieb Pontus Lurcock:

> I have a full-page, landscape figure in my double-sided document which
> I rotate 90° to fit the page. In all the books I've seen, such figures
> are rotated ‘outward’ -- i.e. with the top towards the binding, so 90°
> clockwise on verso pages and 90° anticlockwise on recto.

I have seen this rotation too but I don't find them really good. If
you have two such figures on a double page you will have to rotate
the book by 180° to see them both. Also if you hold the book in your
left hand and change the pages with the right hand it is more
natural to turn the book clockwise to read something in landscape. 

So I would put everything with the top to the left side, and if you
don't like this on left pages: Put landscape figures only on right
pages. 


-- 
Ulrike Fischer 

___
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] math: how to display ≔?

2011-06-14 Thread Hans Hagen

On 14-6-2011 12:51, Paul Menzel wrote:

Dear ConTeXt folks,


probably this is again a font problem, but I just want to report that
the definition symbol ≔ (colon equal) [1] I am able to insert directly
using Neo layout [2] is not displayed.


The virtual lm does not has that symbol so I've added it.

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

Re: [NTG-context] Automatic landscape figure rotation

2011-06-14 Thread Hans Hagen

On 14-6-2011 3:51, Taco Hoekwater wrote:

On 06/14/2011 03:39 PM, Hans Hagen wrote:


since a few days the beta also has rotation=left|right|inner|outer per
request by taco (although no final word yet on if i need to swap 'm)


Ah, I forgot. I am not sure what you meant to achieve with 'left' and
'right', but compared to the code you sent me, you indeed have to
swap the rotations for 'inner' and 'outer'.


left and right also rotate but don't use the (multipass) page state

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
___


Re: [NTG-context] Automatic landscape figure rotation

2011-06-14 Thread Taco Hoekwater

On 06/14/2011 03:39 PM, Hans Hagen wrote:


since a few days the beta also has rotation=left|right|inner|outer per
request by taco (although no final word yet on if i need to swap 'm)


Ah, I forgot. I am not sure what you meant to achieve with 'left' and 
'right', but compared to the code you sent me, you indeed have to

swap the rotations for 'inner' and 'outer'.

Best wishes,
Taco
___
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] Automatic landscape figure rotation

2011-06-14 Thread Hans Hagen

On 14-6-2011 1:54, Wolfgang Schuster wrote:


Am 14.06.2011 um 12:54 schrieb luigi scarso:


\ifodd\realpageno\relax
\hbox to\textwidth{\rotate[rotation=90]{\externalfigure[cow]}\hfill}
\else
\hbox to\textwidth{\hfill\rotate[rotation=270]{\externalfigure[cow]}}
\fi
}



ConTeXt has commands for all these things:

\doifoddpageelse
   {\leftaligned {\rotate[rotation=90] {...}}}
   {\rightaligned{\rotate[rotation=270]{...}}}


since a few days the beta also has rotation=left|right|inner|outer per 
request by taco (although no final word yet on if i need to swap 'm)


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
___


Re: [NTG-context] OT: Belgium (was: beta)

2011-06-14 Thread Henning Hraban Ramm

Am 2011-06-14 um 11:52 schrieb Vnpenguin:

This is exactly like saying that "be" should refer to Dutch  
language,


you mean flemish (as belgium also has french) .. actually belgians  
always

win the language contest so maybe we should switch to be indeed -)



Stop to speak about belgium/flemish/french! It's a too sensitive
subject for us here :)



In my saturday newspaper there was an article about the botanical  
garden in Brussels - seems like they started to define plants and  
seeds to be either flemish or french. Crazy nationalists!



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] Automatic landscape figure rotation

2011-06-14 Thread Wolfgang Schuster

Am 14.06.2011 um 12:54 schrieb luigi scarso:

> \ifodd\realpageno\relax
> \hbox to\textwidth{\rotate[rotation=90]{\externalfigure[cow]}\hfill}
> \else
> \hbox to\textwidth{\hfill\rotate[rotation=270]{\externalfigure[cow]}}
> \fi
> }


ConTeXt has commands for all these things:

\doifoddpageelse
  {\leftaligned {\rotate[rotation=90] {...}}}
  {\rightaligned{\rotate[rotation=270]{...}}}

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] Automatic landscape figure rotation

2011-06-14 Thread luigi scarso
On Tue, Jun 14, 2011 at 12:41 PM, Wolfgang Schuster
 wrote:
>
> Am 14.06.2011 um 12:15 schrieb luigi scarso:
>
>> \ifodd\realpageno\relax
>> \rotate[rotation=90]{\externalfigure[cow]}
>> \else
>> \rotate[rotation=270]{\externalfigure[cow]}
>> \fi
>
> \rotate[rotation=\doifoddpageelse{90}{270}]{\externalfigure[cow]}
It depends on the dimensions of the picture

\starttext
\dorecurse{100}{
\input knuth

\ifodd\realpageno\relax
\hbox to\textwidth{\rotate[rotation=90]{\externalfigure[cow]}\hfill}
\else
\hbox to\textwidth{\hfill\rotate[rotation=270]{\externalfigure[cow]}}
\fi
}
\stoptext


-- 
luigi
___
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] math: how to display ≔?

2011-06-14 Thread Paul Menzel
Dear ConTeXt folks,


probably this is again a font problem, but I just want to report that
the definition symbol ≔ (colon equal) [1] I am able to insert directly
using Neo layout [2] is not displayed.

--- minimal example ---
\starttext
The definition symbol := is not shown: $≔$.
\stoptext
--- minimal example ---

I am using the following ConTeXt version.

ConTeXt  ver: 2011.05.18 22:26 MKIV  fmt: 2011.5.27  int: 
english/english


Thanks,

Paul


[1] http://www.unicode.org/charts/PDF/U2200.pdf
[2] http://neo-layout.org/


colonequal.pdf
Description: Adobe PDF document
\starttext
The definition symbol := is not shown: $≔$.
\stoptext


signature.asc
Description: This is a digitally signed message part
___
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] Unsupported Platform

2011-06-14 Thread Stappers
On Sun, Jun 12, 2011 at 04:42:22PM -0700, Kip Warner wrote:
> Hey folks,
> 
> I just downloaded the first-setup.sh to a machine running GNU. In
> executing it, I got an error message that self suggested it be reported
> to the mailing list.
> 
> $ ./first-setup.sh --extra=all
> Error: your system "Linux mips64" is not supported yet.
> Please report to the ConTeXt mailing-list (ntg-context@ntg.nl)


FWIW My fulong ( http://en.wikipedia.org/wiki/File:Fulong-MiniPC.jpg )
has a mips64 kernel runs Debian mips which is 32bits. That is
like running i386 (32bits) on modern Intel (64bits)


> Take care,
> 
> PS Please cc me if you need to contact me, as I'm not on the list.

http://en.wikipedia.org/wiki/Solidarity


Groeten Stappers
-- 
> And is there a policy on top-posting vs. bottom-posting?
Yes.


signature.asc
Description: Digital signature
___
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] Automatic landscape figure rotation

2011-06-14 Thread Wolfgang Schuster

Am 14.06.2011 um 12:15 schrieb luigi scarso:

> \ifodd\realpageno\relax
> \rotate[rotation=90]{\externalfigure[cow]}
> \else
> \rotate[rotation=270]{\externalfigure[cow]}
> \fi

\rotate[rotation=\doifoddpageelse{90}{270}]{\externalfigure[cow]}

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] Automatic landscape figure rotation

2011-06-14 Thread luigi scarso
On Tue, Jun 14, 2011 at 11:29 AM, Pontus Lurcock  wrote:
> Dear ConTeXters,
>
> I have a full-page, landscape figure in my double-sided document which
> I rotate 90° to fit the page. In all the books I've seen, such figures
> are rotated ‘outward’ -- i.e. with the top towards the binding, so 90°
> clockwise on verso pages and 90° anticlockwise on recto. Is there a
> simple way to do this automatically in ConTeXt? At the moment I just
> check where the figure ends up, then change it manually.
>
> (Apologies if there is a documented answer -- I've searched the wiki
> and docs, but it's the kind of question which is hard to reduce into
> keywords.)
Here is an idea

\starttext
\dorecurse{100}{
\input knuth
\ifodd\realpageno\relax
\rotate[rotation=90]{\externalfigure[cow]}
\else
\rotate[rotation=270]{\externalfigure[cow]}
\fi
}
\stoptext

PS
I've used an old minimals:
\rotate seems be broken in latest minimals

-- 
luigi
___
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] beta

2011-06-14 Thread Vnpenguin
On Tue, Jun 14, 2011 at 00:54, Hans Hagen  wrote:
> On 14-6-2011 12:06, Mojca Miklavec wrote:
>
>> This is exactly like saying that "be" should refer to Dutch language,
>
> you mean flemish (as belgium also has french) .. actually belgians always
> win the language contest so maybe we should switch to be indeed -)
>


Stop to speak about belgium/flemish/french! It's a too sensitive
subject for us here :)

___
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] Automatic landscape figure rotation

2011-06-14 Thread luigi scarso
On Tue, Jun 14, 2011 at 11:29 AM, Pontus Lurcock  wrote:
> Dear ConTeXters,
>
> I have a full-page, landscape figure in my double-sided document which
> I rotate 90° to fit the page. In all the books I've seen, such figures
> are rotated ‘outward’ -- i.e. with the top towards the binding, so 90°
> clockwise on verso pages and 90° anticlockwise on recto. Is there a
> simple way to do this automatically in ConTeXt? At the moment I just
> check where the figure ends up, then change it manually.
So the orientation depends if it's on an even or odd page, right ?

-- 
luigi
___
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] Automatic landscape figure rotation

2011-06-14 Thread Pontus Lurcock
Dear ConTeXters,

I have a full-page, landscape figure in my double-sided document which
I rotate 90° to fit the page. In all the books I've seen, such figures
are rotated ‘outward’ -- i.e. with the top towards the binding, so 90°
clockwise on verso pages and 90° anticlockwise on recto. Is there a
simple way to do this automatically in ConTeXt? At the moment I just
check where the figure ends up, then change it manually.

(Apologies if there is a documented answer -- I've searched the wiki
and docs, but it's the kind of question which is hard to reduce into
keywords.)

Thanks,

POnt
___
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] Unsupported Platform

2011-06-14 Thread Mojca Miklavec
On Tue, Jun 14, 2011 at 03:08, Kip Warner wrote:
>
> Hey Mojca,
>
> I think you raise some good points and this would be a useful
> contribution to the project. I think the easiest thing to do would be if
> I just give you a shell account on a MIPS64 machine and you can run this
> yourself, if you like. I haven't much time.

I would be glad to help and to build the binaries, but I'm not sure if
it pays back to do that for zero users. The additional problem is that
I don't know anything about compiler, compatibility of binaries
accross different OS versions etc.

I will keep your offer in mind in case that a few more people request
support for the same architecture. If you change your mind and want to
start building, just let me know.

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