Search results

Jump to navigation Jump to search
  • <context mode="mkiv" source="yes"> \doifnumberelse{\getvariable{Document}{Date}}{\notToday{\getvariable{Document}{Date}}}{\currentdate}%
    2 KB (227 words) - 23:52, 8 September 2023
  • Run/compile a ConTexT Lua document. Defined as follows: \def\cldprocessfile#1{\directlua\zerocount{context.runfile("#1")}}
    983 bytes (106 words) - 17:26, 12 November 2019
  • ...Document) is the environment which lets you interact with TeX from inside Lua code. For more informations on this see the manual cld-mkiv.pdf, which is i [ConTeXt-StandAlone]/tex/texmf-context/doc/context/documents/general/manuals/cld-mkiv.pdf
    3 KB (482 words) - 15:31, 14 December 2020
  • Notes and such about the Tree-Sitter ConTeXt parser. === Document Areas ===
    3 KB (367 words) - 00:56, 23 April 2022
  • ...ails see [http://distribution.contextgarden.net/current/context/latest/doc/context/documents/general/manuals/lowlevel-boxes.pdf Low Level TeX: Boxes] manual. ...ribed in [http://distribution.contextgarden.net/current/context/latest/doc/context/documents/general/manuals/cld-mkiv.pdf CLD Manual], but in LMTX we also hav
    4 KB (516 words) - 13:33, 23 September 2021
  • '''ConTeXt Lua Documents''' (CLD) are way to access TeX from inside Lua scripts; they provide means to typeset documents using little to no TeX cod Internally, the Lua commands are mapped onto their ConTeXt and TeX counterparts.
    4 KB (495 words) - 18:47, 25 August 2022
  • * X86 [https://lmtx.pragma-ade.com/install-lmtx/context-mswin.zip 32bits] * X86 [https://lmtx.pragma-ade.com/install-lmtx/context-win64.zip 64bits]
    8 KB (1,057 words) - 19:23, 14 April 2024
  • beginning of the document. The command features several modifier sequences, account when encapsulating Lua code.
    4 KB (447 words) - 09:24, 7 August 2020
  • = A short history of ConTeXt = ...many things have changed. This page is a quick overview of the history of ConTeXt.
    4 KB (614 words) - 07:37, 30 September 2023
  • At the end, with one or two commands, you will make your document enable to use any fonts available on your computer. === [[Use fonts distributed with ConTeXt| Use fonts distributed with ConTeXt]] ===
    3 KB (449 words) - 21:07, 20 April 2024
  • The '''`context`''' script has the following main uses: * compiling ConTeXt MkIV documents; and
    7 KB (897 words) - 15:06, 8 May 2024
  • ...x, Mac OSX and Windows. It is fully extensible using [https://www.lua.org/ Lua]. ...efault user settings for Textadept have to be saved in the file <code>init.lua</code>. There are two of them, of which you should edit only one:
    9 KB (1,425 words) - 17:37, 23 February 2023
  • = Calling Lua from TeX = ...: first you tell TeX that you're starting some Lua code; then, once inside Lua, you need to use the appropriate functions to put things into the TeX strea
    23 KB (3,423 words) - 07:15, 13 July 2023
  • Very often, you want to generate multiple versions of the same document: could use <em>modes</em>&mdash;the ConTeXt way of doing conditional processing.
    17 KB (2,484 words) - 08:26, 2 July 2022
  • === ConTeXt + terminal === == What has to be added to m-gnuplot.tex to support ConTeXt terminal ==
    2 KB (342 words) - 14:25, 8 June 2020
  • < [[ConTeXt Standalone]] * document environmental variables/different modes of installation
    5 KB (707 words) - 08:06, 28 July 2011
  • ...urce PDF viewers, esp. on Linux, and that [https://group.contextgarden.net context group] could sponsor development. Unfortunately this discussion had no prod ** inner- and inter-document links must work
    4 KB (590 words) - 09:37, 23 September 2022
  • ConTeXt [[Mark IV]] does not use the kpathsea library to find files and configurati ...just run 'context' directly. At most, you could run `luatools --generate; context --make` to deal with any tlmgr updates you may have performed since install
    7 KB (1,169 words) - 08:26, 2 July 2022
  • ...]], much has changed. Most of the changes are not noticeable at the source document level, but there are in fact a few important differences. This page attempt ...same command line, there are some differences. Mostly, this is because '''context''' is still lacking a number of options of texexec like for example --passo
    8 KB (1,280 words) - 13:27, 9 August 2020
  • ...terms of speed. Compared to other packages and taking the functionality of ConTeXt into account, the total size of the format file is still very acceptable. N Some explanation of the inner workings of ConTeXt is in order here to make sure the source is understandable for readers, sin
    9 KB (1,215 words) - 17:51, 1 December 2020
  • * ConTeXt and LuaTeX documentation is quite extensive. Start with '''Overview'''. The * You can also have a look to the other ConTeXt Community '''[[Web_resources|Web resources]]''' like [[Web_resources#Magazi
    38 KB (5,155 words) - 16:39, 14 April 2024
  • ...alks/2014-09-09-alan-bibtex/From_BibTeX_to_ConTeXt_MKVI.pdf From BibTEX to ConTEXt mkiv], a 2014 presentation about BibTeX and the state of Bibliography in Mk For older ConTeXt MkII, support for bibliographies was added by Taco. The '''[[Bibliography_m
    20 KB (2,627 words) - 03:36, 16 April 2024
  • to use it in your TeX-document. ...cripts which produce a vc.tex file with some macros which can be used in a ConTeXt file:
    4 KB (562 words) - 15:58, 8 June 2020
  • ...lly a merge of the scripts stored in <tt>tex/texmf-context/scripts/context/lua</tt>. ...licitly invoke the function of one of the scripts, e.g. <tt>mtx-''script''.lua</tt>, like so.
    14 KB (1,576 words) - 19:14, 8 June 2020
  • Unlike LaTeX's <code>verbatim</code> environment, ConTeXt's <code>typing</code> environments have quite a range of built-in options f ...e name you chose. Other values are: <code>mp lua xml parsed-xml nested tex context</code>.
    23 KB (3,313 words) - 01:05, 13 August 2023
  • <context source=yes> </context>
    11 KB (1,559 words) - 19:33, 5 October 2023
  • == ConTeXt General == === What is ConTeXt? ===
    20 KB (3,041 words) - 18:34, 23 April 2024
  • It can be used to prepare, to some extent, ConTeXt documents. The greatest ...s (or "styles") which you decide, including html, xml, texinfo, LaTeX, and ConTeXt.
    11 KB (1,762 words) - 10:58, 2 July 2020
  • \definefield[Logos] [radio] [LogoSetup][ConTeXt,PPCHTEX,TeXUtil] [PPCHTEX] \definesubfield [ConTeXt] [] [ConTeXtLogo]
    9 KB (1,199 words) - 08:26, 2 July 2022
  • this setting is document wide and currently only one profile <tt>.../<context-path>/colors/icc/context/colorprofiles.xml|.lua.</tt>
    8 KB (1,104 words) - 14:30, 7 February 2024
  • This page is about editing ConTeXt source in Vim, gVim, MacVim, and other Vim clones. == Using ConTeXt in Vim ==
    24 KB (3,766 words) - 06:57, 31 July 2023
  • ...dimensions of almost all layout elements are depending on the value of my lua variable "paperSize". Thanks to defining the paper size first in lua, I can apply calculations of numeric values.
    25 KB (1,585 words) - 07:19, 14 March 2024
  • ...of commands are expressed, to help support the effort of generated a DITA document set. I used the interface file `context-en.xml`:
    34 KB (5,071 words) - 08:29, 2 July 2022
  • Modules are extensions to ConTeXt’s core functions. There are not as many modules for ConTeXt as packages for LaTeX, because ConTeXt’s core already contains a lot that needs a package in LaTeX.
    30 KB (4,080 words) - 10:44, 12 May 2024
  • == ConTeXt Features == * [[Counters]]: Manipulating counters in context
    8 KB (1,140 words) - 10:11, 16 December 2021
  • ...xt-readme.pdf]. This file as well as all files needed are also part of the ConTeXt distribution. There's also a newer and more detailed wiki page on how to install ConTeXt and SciTe on a machine that doesn't use other TeX distribution: http://wiki
    8 KB (1,216 words) - 08:29, 2 July 2022
  • ...alfigure</code> command is used to include an external figure/movie inside ConTeXt. Includes both local files or remote files hosted on HTTP servers. <context source="yes" mode="mkiv">
    12 KB (1,743 words) - 20:50, 5 March 2024
  • In general, imposition is accessed in ConTeXt using {{cmd|setuparranging}}, or from the command line as follows: context --pdfarrange=...</pre>
    15 KB (2,101 words) - 18:28, 19 March 2024
  • ...es automatically at run-time. This greatly simplifies font installation in ConTeXt. ...in non-TeX format (e.g. OpenType, TrueType or Type1 format) directly. When ConTeXt processes a file that uses such non-traditional fonts, the actual fonts the
    24 KB (3,172 words) - 17:57, 22 January 2023
  • get the message across. A TeX related system like ConTeXt is a hybrid of TeX based system like ConTeXt assumes a certain logic and structure in the
    12 KB (2,001 words) - 09:56, 1 July 2022
  • If ConTeXt appears to behave in a counterintuitive way, chances are will cause ConTeXt to break the page.
    19 KB (2,664 words) - 07:30, 1 December 2022
  • <context source=yes> </context>
    42 KB (6,424 words) - 07:35, 17 July 2023
  • {{note|You almost certainly want to [[Installation|install the newer ConTeXt LMTX]]. This guide is for installing the older, rarely-updated MkIV distrib The '''ConTeXt suite''' is a complete, up-to-date ConTeXt distribution that can be upgraded efficiently. It can also be used in paral
    22 KB (3,335 words) - 05:15, 11 April 2023