On 29-3-2010 17:58, Wolfgang Schuster wrote:
Am 29.03.10 17:48, schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
Hello,

I'm new to ConTeXt; I've been working with LaTeX but I'd like to try
ConTeXt due to some reasons.

The question is -

- is there a manual, web site or something where comparison of
LaTeX/ConTeXt packages/modules would be done?

I'm interested how to include a part of a text file and how to insert

verbatim? not that hard to support that (you're the first one to ask) .... next beta will have this (a 10 minute extension)

% label:start:one

\def\MyMacro
  {just an example}

% label:stop:one

\starttext

% \typefile[file][lines={3,6}]{whatever.tex}

% \typefile[file][lines={3,+2}]{whatever.tex}

\typefile[file][lines={label:start:one,label:stop:one}]{whatever.tex}

\stoptext

some pages of another .pdf file.

\externalfigure[yourfile][page=123]

Normally I was using the fancyvrb (\VerbatimInput) + option
"firstline=..." and "lastline=..." respectively and pdfpages
(\includepdf} + "pages=..." LaTeX packages; what's the equivalent for
them in ConTeXt?

Is there a place where to study module/package
"similarities"/"equivalences"?
http://wiki.contextgarden.net/Latex_Packages

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
___________________________________________________________________________________



--

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 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
___________________________________________________________________________________

Reply via email to