Re: [NTG-context] more indenting

2012-03-16 Thread Peter Wüsten
Am Freitag, den 16.03.2012, 17:01 +0100 schrieb Alan Braslau:

 % Minimal example:
 \setupindenting [big,yes]
 \setupquotation [before=\noindent] % no effect
\setupquotation [indenting=next] % noindent only at beginning of
quotation

 \starttext
 \input tufte
 \startquotation
 \input tufte
 \stopquotation
 \noindent
 \input tufte
 \stoptext

Cheers,

Peter Wüsten

___
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] mtxrun --script texworks --start doesn't work as expected

2011-02-18 Thread Peter Wüsten

Dear Hans, dear list,

I have tried starting Texworks as I usually would via mtxrun --script
texworks --start, but it doesn't load any Context-specific
configuration-files anymore. Instead the script creates a new directory
tree in whatever directory I was when I ran it:
selfautoparent:texmf-context/context/data/texworks
with empty subdirectories for the config files.

I'm running the minimals (MKIV only) on Ubuntu Lucid with context
version 2011.02.16 19:30.

Could the bug be related to this thread on the mailing-list?
http://archive.contextgarden.net/thread/20110209.135337.8b79518c.en.html#20110209.135337.8b79518c

Best regards,

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] mtxrun --script texworks --start doesn't work as expected

2011-02-18 Thread Peter Wüsten
Thanks a ton, Hans :-) It works like a charm again!

Am Freitag, den 18.02.2011, 17:17 +0100 schrieb Hans Hagen:
 On 18-2-2011 4:59, Peter Wüsten wrote:
 
  Dear Hans, dear list,
 
  I have tried starting Texworks as I usually would via mtxrun --script
  texworks --start, but it doesn't load any Context-specific
  configuration-files anymore. Instead the script creates a new directory
  tree in whatever directory I was when I ran it:
  selfautoparent:texmf-context/context/data/texworks
  with empty subdirectories for the config files.
 
 fixed in next beta
 
 (upload later today)
 
 
 -
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] SVG 2 MetaPost/MetaFun

2010-04-04 Thread Peter Wüsten
I just tried using an SVG image directly in MkIV, and it worked like a 
breeze. Apparently ConTeXt converts the image to PDF on the fly as I 
found a PDF-file with a similar name (m_k_v_i_your SVG filename.pdf) 
in the same directory as the SVG-file.


If you would still love to convert your SVG-images you might want to use 
Inkscape:

inkscape --export-pdf=PDF filename SVG filename

Peter Wüsten

Matija Suklje schrieb:

Is there a SVG to MetaPost/MetaFun converter available?

I want to get this quite simple logo to converted from SVG into a ConTeXt-
native vector graphic.


Cheers,
Matija
P.S. Too bad SVG is not ConTeXt-native (yet?)
  


___
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] font info in mkiv

2009-12-15 Thread Peter Wüsten

Janneman schrieb:
The command :  /mtxrun --script fonts --list generates the result:  
MTXrun | fontnames: not supported: --list no specification


Strange, it worked before as according to the wikipage
http://wiki.contextgarden.net/Fonts_in_LuaTeX

So, what I want is to list all my installed fonts on my system.

Try
mtxrun --script fonts --list --pattern=* --all

Cheers,

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] Miktex still broken

2008-08-22 Thread Peter Wüsten
 The context in Miktex is still broken. Has anyone got experience  
 installing the standalone version of context on windows alongside  
 Miktex?

As I have quite some legacy LaTeX-files I have Miktex 2.7, standalone 
Context, and a Context minimals installation on my system. They co-exist 
nicely on my system: Rather than pointing my path environment variable 
to any of those installations permanently I use batch-files to 
initialize whatever system I'd like to work with.

These are the batch files I use; your paths will vary:
- for running Miktex:

REM setupmiktex.bat
@echo off
set PATH=C:\Programme\MiKTeX\2.7\miktex\bin;%PATH%
C:\Programme\PSPad editor\PSPad.exe


- for running the ConTeXt maximals (aka ConTeXt standalone):

REM cstart.bat
@echo off
usr\local\context\cscite.bat usr\local\context


- for running the minimals:

REM setupminimals.bat
@ECHO OFF
E:\programme\contextminimal\context\tex\setuptex.bat 
E:\programme\contextminimal\context\tex


you'll also have to add a line at the bottom of setuptex.bat, under :done
call c:\ruby\scite\scite.exe
or whatever editor you use.

 And one specific question, will the mptopdf command work in this dual  
 installation?

I think so; at least running mptopdf -v from a console window invoked 
from the editor made mptopdf tell me there was no file called '-v' to 
process ;-)

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


[NTG-context] Using SciTE for both, ConTeXt and LaTeX, at the same time?

2007-11-11 Thread Peter Wüsten
Dear all,

please excuse me if my question is grossly off-topic.

I am relatively new to ConTeXt, coming from LaTeX. I fell in love with 
SciTE the moment I first tried it, and I'm using it with Hans' set of 
.properties files that came with ConTeXt.

I would love to have different sets of tool-menues for both, say go 
opens a .pdf for ConTeXt, but a .dvi for LaTeX.

I think the best approach would be to get at the %interface-variable 
that determines the highlighting. Now, the default setting is 
lexer.tex.interface.default=0 (at which I can get), but I cannot seem to 
get at lexer.tex.interface to see what flavour of TeX Scite has 
recognized. What would be the variable to check?

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