[NTG-context] reuse of LaTeX code

2004-05-12 Thread Viktor Tron
Dear List users,

I just heard about ConTeXt on the lingtex list.
I am a rather old and experienced Latex user, and, although rather
unsatisfied, I have tons of latex sources for constant reuse.
My first questions are
Is there any hope that I can painlessly reuse my Latex code in Context?
Is there any hope that I can ever use Latex styles (some more complicated
macro defs) in Context?
Thanks for help.

Viktor

+--+
|Viktor Tron[EMAIL PROTECTED]|
|3fl Rm8 2 Buccleuch Pl EH8 9LW Edinburgh  Tel +44 131 650 4414|
|European Postgraduate College   www.coli.uni-sb.de/egk|
|School of Informatics www.informatics.ed.ac.uk|
|Theoretical and Applied Linguistics  www.ling.ed.ac.uk|
| @ University of Edinburgh, UKwww.ed.ac.uk|
|Dept of Computational Linguistics   www.coli.uni-sb.de|
| @ Saarland University (Saarbruecken, Germany) www.uni-saarland.de|
|use LINUX and FREE Software  www.linux.org|
+--+
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] how r u?

2004-05-12 Thread Aleida Stephani







Cheap Software for you, all are original!Major titles from Microsoft and Adobe for Rock Bottom Prices!We're saving you $1,250 on 3 BEST SELLERS!
Super Cheap Microsoft, Adobe & all kind softwares here!CLI-CK HE-RE TO ENJOY OUR SUPERB DISCOUNT
MICR0S0FT WIND0WS XP PR0FESSI0NAL - Only $50!Retail price: $270.99. You S-A-V-E $220

MICR0SOFT 0FF1CE XP PR0FESSI0NAL - Only $100!Retail price: 579.99. You S-A-V-E $480

AD0BE PH0T0SH0P 7 - Only $80!Retail price: 609.99. You S-A-V-E $550

15 More P0PULAR titles ~~>> CLI-CK HE-RE FOR MORE TITLES
We're giving you these INSANE discounts because these are the official products without the box, manuals, documentation and guarantees.Hopefully my little tips help you out






[NTG-context] Images

2004-05-12 Thread techw
Hello all!

Thanks for all your suggestions. I am capturing screenshots and saving them
as .eps images using Jasc Paint Shop Pro 8. I then convert the eps images
to PDF using convertall2pdf(on the command line) which is the batch file
that Ghostscript uses. I am sending through the script of Convertall2pdf.

@echo off
PATH=%PATH%;c:\gs\gs8.13\lib;c:\gs\gs8.13\bin;
for /F %%i in ('dir /b *.eps') do ps2pdf %%i %%i.pdf

When I then use context tags

\placefigure
{test}
{\externalfigure[Image1-4][type=pdf,preset=yes]}
\blank

I still get blank gray boxes in the output. Why does this happen? How do I
solve this problem? Does it have anything to do with the bounding box? How
do I fix the bounding box?
Thanks and regards,
-priya

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Images

2004-05-12 Thread Hans Hagen
At 12:15 12/05/2004, you wrote:
Hello all!

Thanks for all your suggestions. I am capturing screenshots and saving them
as .eps images using Jasc Paint Shop Pro 8. I then convert the eps images
to PDF using convertall2pdf(on the command line) which is the batch file
that Ghostscript uses. I am sending through the script of Convertall2pdf.
@echo off
PATH=%PATH%;c:\gs\gs8.13\lib;c:\gs\gs8.13\bin;
for /F %%i in ('dir /b *.eps') do ps2pdf %%i %%i.pdf
see pstopdf.pdf manual on or site; play with:

pstopdf --method=1 yourfile.eps
pstopdf --method=2 yourfile.eps
pstopdf --method=3 yourfile.eps
Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Images

2004-05-12 Thread olivier Turlier
Le Wed, 12 May 2004 15:31:28 +0530, techw a écrit :

 Thanks for all your suggestions. I am capturing screenshots and saving them
 as .eps images using Jasc Paint Shop Pro 8. 

Hello,
It seems that you're working on a Win$$ platform.
If you can grab Snag-it somewhere, you'll be able to save your
capturized images in a .png format, directly usable in Context.
Salutations.

olivier Turlier

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Metapost font size

2004-05-12 Thread Sebastian Sturm
Hi,

You can setup the font to be used in the Metapost-figure

\startMPenvironment
  \usetypescript[palatino][texnansi]
  \setupbodyfont[palatino,rm,8pt]
\stopMPenvironment
works great, thank you!

Best regards,

Sebastian

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] reuse of LaTeX code

2004-05-12 Thread Henning Hraban Ramm
Am Montag, 10.05.04, um 20:20 Uhr (Europe/Zurich) schrieb Viktor Tron:
Is there any hope that I can painlessly reuse my Latex code in Context?
Hardly.

Is there any hope that I can ever use Latex styles (some more 
complicated
macro defs) in Context?
No.

Have a look at Bill's beginner's page at 
http://home.salamander.com/~wmcclain/context-help.html
and read Berend's LaTeX into proper ConTeXt script at 
http://homepage.mac.com/atl/tex/LaTeX2ConTeXt.pdf

Grüßlis vom Hraban!
--
http://www.fiee.net/texnique/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context