Hi! I read an article about Context Mark IV. Is it possible to render or include a Context Mark IV code inside LaTeX?
Thanks!
Charis
General ⇒ Render Context Mark IV in (Lua)LaTeX
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Render Context Mark IV in (Lua)LaTeX
Hi Charis,
you could use ConTeXt Mark IV to produce PDF pages or page parts and include them by
you could use ConTeXt Mark IV to produce PDF pages or page parts and include them by
-
\includepdf
of the pdfpages package, if you would like to include a complete page or a page range into a LaTeX document -
\includegraphics
of the graphicx package, if you would like to include smaller PDF images produced by ConTeXt within the text area of a LaTeX document
LaTeX.org admin