Re: [NTG-context] Standalone Installation Question

2013-10-20 Thread d.henman

My platform is cygwin, which gives Posix compatibility.  The inital loading 
shell script  noticed thsi provided the cygwin dll.   

If necessary, I can build from source if available.  But, ts possile that x86 
would work due the the cygwin interface, but I'm not sure.

What to do to complete the installation?

Thanks



From luigi scarso :

 On Sun, Oct 20, 2013 at 9:52 AM, hwit...@gmail.com wrote:
 
 I downloaded and ran:
 
 $ sh ./$SETUPFILE --modules=all --engine=luatex --context=current
 
 #
 # The documentation on web page [
 http://wiki.contextgarden.net/ConTeXt_Standalone#General_Information
 ] statess that:
 
  An intialization script called setuptex is provided in
 installation-dir/tex/.
  If you run context from a terminal, source setuptex like so:
  source /installation-dir/tex/setuptex 
 
 BUT, first-setup.sh did not produce and populate any ./tex
 directory and there is no
 setuptex command file.
 
 What can I do to proceed from this point. Currently the
 /installation directory contains:
 
 Reference: first-setup.sh produces the following files and
 directory structure:
 
 $ ls -l
 drwxrwxrwx+ 1 djtm None 0 Oct 20 16:09 .
 drwxr-xr-x 1 djh Users 0 Oct 20 14:06 ..
 drwxr-xr-x+ 1 djh None 0 Aug 7 16:40 bin
 -rwxr-xr-- 1 djh None 3654 Jun 20 22:27 first-setup.sh
 
 
 $ $ ls -l bin
 -rw-r--r-- 1 djh None 999424 Nov 23 2012 cygiconv-2.dll
 -rw-r--r-- 1 djh None 1873396 Nov 23 2012 cygwin1.dll
 -rw-r--r-- 1 djh None 72192 Aug 14 09:29 kpathsea620.dll
 -rw-r--r-- 1 djh None 338944 Aug 14 10:32 lua52.dll
 -rw-r--r-- 1 djh None 6889472 Sep 28 07:03 luatex.dll
 -rw-r--r-- 1 djh None 7680 Apr 16 2013 mtxrun.dll
 -rwxr-xr-x 1 djh None 4608 Apr 16 2013 mtxrun.exe
 -rw-r--r-- 1 djh None 497742 Oct 15 20:54 mtxrun.lua
 -rw-r--r-- 1 djh None 25352 Oct 8 06:31 mtx-update.lua
 -rwxr-xr-x 1 djh None 346112 Nov 23 2012 rsync.exe
 -rwxr-xr-x 1 djh None 1536 Jun 24 22:41 texlua.exe
 
  END
 
 hm first-setup.sh is for Linux, but you have a set of Windows files...
 so which platform do you need ?
 
 -- 
 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
 ___
___
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] [***SPAM***] TexLive on Cygwin (native-ish)

2013-10-20 Thread d.henman

The shell script, context which runs MKIV comes from this in TeXLive
  /texmf-dist/scripts/context/stubs/unix/context

and not from  MS-Windows.

The unix in the above link to context leads me to believe that it is a unix 
Posix version of Context.


Regardds
___
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] bug or needs warning documentation

2013-10-12 Thread d.henman


I found what I consider a bug in startcombination processing.

context version used: version: 2013.09.03 16:23

Examples:  1.) Good compilable source and 2.) source that fails

The bad thing about this is that one, at least checks and checks syntax for 
errors and the error in fact is simply a blank line, which doesn't stand out as 
a syntax error in my mind, expecially when white space is supposed to be 
ignored by tex/context in usual modes. 

Has this been noticed before?

 The below works successfully
\starttext
\placefigure
[here,none]
[fig: reference tag] 
{citation text}
{ \startcombination[1*2]
 {\externalfigure[test-image.png][width=34mm]}{}

 {\externalfigure[test-image.png][width=34mm]}{}
\stopcombination 
}
\stoptext

  The below fails
\starttext
\placefigure
[here,none]
[fig: reference tag] 
{citation text}
{ \startcombination[1*2]
 {\externalfigure[test-image.png][width=34mm]}{}

 {\externalfigure[test-image.png][width=34mm]}{}
\stopcombination 
}
\stoptext
--this failure prints out the following in the log file.
system   tex  error on line 8 in file /tmp/minexp.mkiv: Missing { 
inserted ...
system   tex  error on line 1 in file /tmp/minexp.mkiv: You can't use 
` ...
system   tex  error on line 2 in file /tmp/minexp.mkiv: Undefined 
control sequence ...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

))
! Emergency stop.

system   tex  error on line 0 in file : Emergency stop ...

% END

___
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] [***SPAM***] Simple Context Application to Cards

2013-08-04 Thread d.henman

This is a trivial appliation for Context, but a useful one.

I plan on designed some business cards, but am new to Context. 

My idea to to have a logo image in the upper left hand corner, with the company 
name to the right of it.   This would be two block elements at the top of the 
card.

In the middle will be the name, and below that the address, tel, etc.

-- Regarding the two blocks at the top of the card:

Something like the below:

   logo here Company name here
 .--.
 |  |  
 |   o XYZ Printing Company |
 |   o  |This top area is the subject of 
this mail.
 |   oCard Design  Services|
.
 |  |
 |  |
 |First_Name Last_Name  |   All this below the ... line is 
done.
 |  |
 |   contact information|
 |  |
 '--'


I take this as two blocks aligned horizontally on the 91mm x 55mm card stock.
From my reading the Context options for doing this are:

The margins are so small that using  
\inmarge{\externalfigure[company-logo][width=\marginwidth] }  can not work.


Which option should I pursue?
   a.) \startcombination ...  \externalfigure  +  text block  \stopcombination
   a.) \placefigurehere[... force] 
 \startcombination ...  \externalfigure  +  text block  \stopcombination

   c.) \startfiguretext ... \stopfiguretext

   d.) some other Context mechanism.


Any advice is appreciated.

Thanks
   
___
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] [***SPAM***] Re: [***SPAM***] How to reduce vertical spacing after this table

2013-07-08 Thread d.henman

Wolfgang,
   thank you very much, for the solution to the problem I was having.  
   I am surprised tha placelegend was necessary. I thought that simiply
   putting the placefootnotes inside the caption would be sufficient.  

   The solution you provided works well.  Much appreciated.

   

Wolfgang Schuster schuster.wolfg...@gmail.com wrote:
 
 Am 06.07.2013 um 11:09 schrieb hwit...@gmail.com:
 
  
  I'Ve been trying dozens of combinations to try to reduce the vertical space 
  between the a table and the local footer to some items in the table, but 
  have just been running into a wall.
  
  Here is a minimal example.   For my application there is just too much 
  space between the bottom of the table and the footnote.   That is the 
  problem.  Also is there a more elegant way to get the footnote aligned 
  under the table to the left side.  I am using narrower to force it to 
  postion.  This doesn't show up right in the minimal, but it works.
  
  Help in solving this would be greatly appreciated.
  
  %
  
  \defineconversion[fnsym][\m{\dagger},\m{*},\m{**},\m{***}]  % footnote 
  header symbols
  
  \starttext
  \subject{Subject Name}
 \blank
   \startlocalfootnotes   % [conversion=set fnsym]
   \setupnotation[footnote][numberconversion=fnsym,rule=off] % change 
  footnote symbols
  \midaligned 
   {
   \placetable[here,none][]{}
 {
 \setuptables[bodyfont=10pt,after=\nowhitespace,spaceafter=none]
  \starttable[|c|c|c|c|c|c|c|c|c|]
  \HL
  \VL X-ITEM \VL  \VL$\oplus$ \footnote[hanzi]{Traditional Characters} \VL
   \VL$\oplus$ \note[hanzi]\VL\VL$\oplus$ \VL 
  \VL$\oplus$  \VL\MR
  \VL Y-ITEM\VL  \VL$\oplus$ \VL  \VL$\oplus$ \VL 
  \VL$\oplus$ \VL \VL$\oplus$  \VL\MR
  \HL
  \stoptable 
 }
   }
  \setupnarrower[left=2.5cm]  % to align footnote under the table
  \startnarrower[left]
\placelocalfootnotes[here]
  \stopnarrower
  
\stoplocalfootnotes
  \setupnotation[footnote][numberconversion=n,rule=on]  % restore footnotes 
  to global 
  
  \stoptext
 
 Slightly modified solution I already wrote three hours ago for another thread 
 regarding a similar question:
 
 \defineconversion[fnsym][\m{\dagger},\m{*},\m{**},\m{***}]
 
 \starttext
 
 \subject{Subject Name}
 
 \startplacetable[location={force,none}]
   \startlocalfootnotes \setupnotation[footnote][numberconversion=fnsym]
   \startplacelegend
   \startcontent
   \starttable[|c|c|c|c|c|c|c|c|c|][bodyfont=10pt]
   \HL
   \VL X-ITEM
   \VL
   \VL $\oplus$\footnote[hanzi]{Traditional 
 Characters}
   \VL
   \VL $\oplus$\note[hanzi]
   \VL
   \VL $\oplus$
   \VL
   \VL $\oplus$
   \VL\MR
   \VL Y-ITEM
   \VL
   \VL $\oplus$
   \VL
   \VL$\oplus$
   \VL 
   \VL $\oplus$
   \VL
   \VL $\oplus$
   \VL\MR
   \HL
   \stoptable 
   \stopcontent
   \startcaption
   \placelocalfootnotes
   \stopcaption
   \stopplacelegend
   \stoplocalfootnotes
 \stopplacetable
 
 \stoptext
 
 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
 ___
___
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] [***SPAM***] Placement of a table's footnotes

2013-07-05 Thread d.henman

Here is a minimal example of my attempt to get a footnot(s) just below a table.

As it is the footnote is dislayed to the right of the table.

Minimal example: 

%---

\starttext

\midaligned
   {
\startlocalfootnotes   % [conversion=set fnsym]
\setupnotation[footnote][rule=off] % change footnote symbols

\starttable[|c|c|c|c|]
   \HL
 \VL col-1 \VL col-2 $\dagger$\footnote[myfootnote]{Re: X} \VL  col-3 \VL 
col-4 \VL \MR
   \HL
\stoptable
%\placelocalfootnotes[here]
\placelocalfootnotes[here]
\stoplocalfootnotes
\setupnotation[footnote][numberconversion=n,rule=on]  % restore footnotes 
to global 
   }

\stoptext

%--

___
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] [***SPAM***] Can't find recommended tool

2013-06-23 Thread d.henman

Pable,
  thanks, but it doesn't work. so easily.  mxtrun only see what is in the TeX 
directory tree and uses that font database.  My question is how to register the 
font to that system so that mtxrun can find it.   How does one do that with a 
ttf font file?

Thanks

Pablo Rodríguez oi...@web.de wrote:
 On 22/06/13 16:41, hwit...@gmail.com wrote:
  
  
  I am trying to install a font so that Context cn use it.  I am  using
  the simplefont module and have a ttf that I'd like to use.
  
  There is a lot of conflicting information out about to do this and
  som is outdated.   As for ContTeX I did find a nice article, but it
  says to use the program texfont, which ships with ConTex, but I do
  not have any such file.
  
  texfont --ve=sil --co=gentium --makepath --install
  
  
  I am using the TexLive version.   Is there any simple method to get
  this font so that it can be used by ConTex MKIV ?
 
 Yes, install your font (I assume is Gentium) on your operative system.
 
 Run mtxrun --script fonts --reload. (Not sure it is required, but I
 need this each time I install a font.)
 
 And (assuming you installed Gentium), here is the sample code:
 
 \usemodule[simplefonts]
 \setmainfont[Gentium]
 \starttext
 \input knuth
 \stoptext
 
 Compile it with context gentium.tex (change file name accordingly) and
 it should work.
 
 If not, please try to describe what happened.
 
 I hope it helps,
 
 
 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
 ___
___
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] [***SPAM***] Celsius or Me

2013-06-15 Thread d.henman


I am using the latest TeXLive update version of MKIV (used tlmgr to update).

In a compile time message Context says that it doesn't like:
   
! Argument of \celsius has an extra }.

system   tex  error on line 15 in file degree-problem.tex: Argument 
of  ...


 example macro document
\starttext

Temperature is in \celsius which seem cooler than degrees K, but really are not.

\startfact
\fact specific heat for water ... \celsius is much greater than air \\ 
x \\ y \\
\stopfact

\startlegend
\leg Temperature  \\  5 \celsius\\ xyz \\
\stoplegend


\startformula 
\frac{j}{ m^2 \cdot s \cdot \celsius }
\stopformula

  A formula by itself:  \frac{j}{m^2\cdot s\cdot \celsius}   continuing text.
\blank
  A formula inlined:  $ \frac{j}{m^2\cdot s\cdot \celsius} $  continuting text.

\stoptext

 end of example code


The bad things that happer:

Word mangling in the first threeconstructs: 
--

which --  w◦Chich 

is--  i◦Cs

???◦Cxyz  ?  should the  ◦C be separated from the xyz in a fact block?



\celsius is getting cut out of the formula and put in after a newline in the 
last constructs.   This may be an affect of the above problem, but I don't know.




please take a look at this.  I just found out about a unit package, but this 
should work.



Thank.
___
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] [***SPAM***] Error can't define..

2013-06-12 Thread d.henman


I encountered this error, when changing over to a Japanese language document.

fonts   defining  unable to define latinmodernmath-regular.otf as 
 [simplefonts:1-8pt-mm-mb--1] ---
fonts  math: unset for global bodyfont simplefonts:1 at 12pt


I think this is a unicode math font.   Can I fix this by downloading the proper 
font?  If so please tell me where I can find it.


partial current setting:
--
\usemodule[simplefonts]
\mainlanguage[ja]
\language[ja]
\setscript[nihongo]% unknown if need or not

%\definefont [kanjikana] [name:ipaexmincho]   % for just a few characters try 
this
\setmainfont[ipaexm]%changing this to mincho didn't change still 
used ipaexm


I read somewhere that latinmodernmath-regular.otf was deleted from the system 
from TeXLive for some reason.  Is loading a unicode font gonig to solve this?


Thanks
___
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] Using Product-component

2013-04-16 Thread d.henman

As far as I know nothing in the project-component framework has a directive 
such as
you have in the line below:

Testing \testing  

That could be the problem.


Aditya Mahajan adit...@umich.edu wrote:

 Has something changed recently on how product-component structure is supposed 
 to
 be used? I have three files:
 
 1. prd.tex
 
 \environment env
 
 \startproduct prd
 
 \component cmp
 
 \stopproduct
 
 2. env.tex
 
 
 \startenvironment env
 
 \define\testing{This is a test}
 
 \stopenvironment
 
 3. cmp.tex
 
 
 \product prd
 
 \startcomponent cmp
 
 Testing \testing
 
 \stopcomponent
 
 When I compile cmp.tex, I get:
 
 %--%-
 mtx-context | run 1: luatex 
 --fmt=/home/adityam/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en
  --jobname=cmp 
 --lua=/home/adityam/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en.lui
  --no-parse-first-line --c:currentrun=1 --c:fulljobname=./cmp 
 --c:input=./cmp --c:kindofrun=1 --c:maxnofruns=8 cont-yes.mkiv
 This is LuaTeX, Version beta-0.76.0-2013040516 (rev 4627)
  \write18 enabled.
 (/home/adityam/media/opt/context-minimals/texmf-context/tex/context/base/cont-yes.mkiv
 
 ConTeXt  ver: 2013.04.14 16:51 MKIV beta  fmt: 2013.4.14  int: english/english
 
 system   'cont-new.mkiv' loaded
 (/home/adityam/media/opt/context-minimals/texmf-context/tex/context/base/cont-new.mkiv)
 system   files  jobname 'cmp', input 'cmp', result 'cmp'
 fontslatin modern fonts are not preloaded
 languageslanguage 'en' is active
 (cmp.tex{/home/adityam/media/opt/context-minimals/texmf-fonts/fonts/map/pdftex/context/mkiv-base.map}
 fontspreloading latin modern fonts (second stage)
 fontstypescripts  unknown library 'loc'
 {/home/adityam/media/opt/context-minimals/texmf-fonts/fonts/map/dvips/lm/lm-math.map}{/home/adityam/media/opt/context-minimals/texmf-fonts/fonts/map/dvips/lm/lm-rm.map}
 fonts'fallback modern rm 12pt' is loaded
 (prd.tex (env.tex) (cmp.tex (prd.tex (cmp.tex (prd.tex (cmp.tex (prd.tex 
 (cmp.tex (prd.tex (cmp.tex (prd.tex (cmp.tex (prd.tex (cmp.tex (prd.tex 
 (cmp.tex (prd.tex (cmp.tex (prd.tex (cmp.tex (prd.tex (cmp.tex (prd.tex 
 (cmp.tex (prd.tex (cmp.tex (prd.tex (cmp.tex (prd.tex (cmp.tex (prd.tex 
 (cmp.tex (prd.tex (cmp.tex (prd.tex (cmp.tex (prd.tex (cmp.tex (prd.tex 
 (cmp.tex (prd.tex
 ! TeX capacity exceeded, sorry [text input levels=127].
 
 system   tex  error on line 5 in file prd.tex: TeX capacity 
 exceeded, sorry [ ...
 
 1 \environment env
 2 3 \startproduct prd
 4 5   \component cmp
 6 7 \stopproduct
 8
 
 
 \ctxcommand #1^^@-\directlua {commands.#1}
 
 l.5 }
 
 \ctxcommand #1^^@-\directlua {commands.#1}
 
 l.5 \component cmp
 
 !  == Fatal error occurred, no output PDF file produced!
 mtx-context | fatal error: return code: 1%
 %--%-
 
 Shouldn't the product file not load the component file (or anything else 
 inside
 \startproduct .. \stopproduct) when compiling a component?
 ___
 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] [***SPAM***] Re: Symbols for footnotes not working

2013-03-29 Thread d.henman

Thank you both, Wolfgang and Hans for helping me be able to use user specified 
footnote bulltes. 

I am using it in a table which I encapsulate with localfootnotes. I call
\setupnotation[footnote][numberconversion=fnsym] % change footnote symbols

after the startlocal, and it works in the table, but the use of symbols 
persists after teh stoplocalfootnotes is issued.  However if I undo, just 
before the end as

 \setupnotation[footnote][numberconversion=n]

then all works well and the counts carry on correctly.

Thank you.
___
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] [***SPAM***] What am I doing wrong?

2013-03-19 Thread d.henman


While reading the ConTeXt Manual I tried the following two commands, which 
didn't work.
Here is the sample souce.

\starttext
First line.
%\hskip With text here, this causes an compile time error.
\hskip3em Indented?\crlf
\hskip 3em Indented?\crlf
\hskip3cm Indented?\crlf

%\sym{on} This causes an error.
%\sym{$\diamond$} This causes an error.
%\sym{$\diamondsuit$} This causes an error.

Last line.
\stoptext

What happened to  \hskip and \sym ?  Or what am I doing wrong?

One further question.  I tried nopping \before, \after, \between, and the none, 
and joinedup option but could not suppress white space occurring after  
\startitemize and the 1st \item. I tried looking in the garden as well, but had 
no luck.  I believe th
e information is in there but I couldn't find it after a hour or so.   So 
please inform me as to how can tell ConTeXt how much space, including none, to 
place between the an item header (or none) and the list???

I'd appreciate the assistance in learning who to do this.

___
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] [***SPAM***] File access for sourc, graphic, and pictures

2013-03-08 Thread d.henman

Marko, thanks for the clear and very useful information.


Marco Patzer home...@lavabit.com wrote:
 Avoid hard coded path names in your files, it makes them less
 portable. ConTeXt adds the file name extension automatically,
 there's usually no need to specify it manually.

.
 
 Have a look at the project structure.
 
   http://pragma-ade.com/general/magazines/mag-1101.pdf
 
 To set the directory for included images, use:
 
   \setupexternalfigures
 [directory=images]
 
 To set the directory for included text files, use:
 
   \usepath [directory] e.g.
   \usepath [chapters]
___
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] Question about current ConTeXt with XeTeX

2013-02-22 Thread d.henman

Thanks for the clear and detailed explanation.  It helped clear up the 
difference, or lak thereof between the -xtxx anf --xetex options for the 
different scripts/programs.


Mojca Miklavec mojca.miklavec.li...@gmail.com wrote:

 On Fri, Feb 22, 2013 at 12:25 PM,  hwit...@gmail.com wrote:
 
  I just read in contextgarden.net the following:
Note that XeTeX uses mkii and LuaTeX uses mkiv ; in principle mkii is 
  frozen so new features and improvements will only happen in mkiv.
 
I use the ConTeXt which comes in TEXLIVE 2012, which I assume uses Mark 
  IV.
 
 ConTeXt in TL 2012 provides both Mark II and IV. There is no plan to
 kick MkII out of TeX Live.
 
   Does that mean that I can not use this version of ConTeXt with XeteX which 
  also comes packaged in TEXLIVE?
 
 Of course you can use it. It is indeed true that ConTeXt uses MkII for
 XeTeX and that MkII it is frozen, but nothing prevents you from using
 XeTeX with ConTeXt. Any of the following commands should work:
 texexec --xtx filename[.tex]
 texexec --xetex filename[.tex]
 context --xetex filename[.tex]
 
 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] [***SPAM***] Re: Asian Language Support

2012-05-08 Thread d.henman

Yusuke-san,
   Thank you too for writing.  It seems like one or the other so far, platex 
does not give good western style characters but is great for Japanese, which 
the other option, simplefonts gives good western characters and according to 
you bad Japanese charac
ters.  Is it the font or the spacing that is bad in simplefont?

  So a question might be can ptex be used with ConTeXt? as the the engine?  
Would this wowrk? 
___
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
___