Search results

Jump to navigation Jump to search
  • <td>''lua command from in the'' command ''table''</td> To quickly access Lua commands in the {{code|command}} table.
    1 KB (162 words) - 17:26, 12 November 2019
  • ...them inside <tt>["..."]</tt>, which is more robust form of putting key in Lua table, see example bellow. <h3>Processing on Lua end</h3>
    3 KB (314 words) - 10:05, 13 October 2020
  • ...s of ConTeXt have been redesigned from scratch making extensive use of the Lua programming language. And that is besides the heavy use of LuaTeX-only feat === Lua core ===
    3 KB (513 words) - 13:24, 9 August 2020
  • ...used. But one can also think of the components that make up ConTeXt code: Lua, MetaPost, TeX, and XML. But once it is clear to a user what (s)he is deali * There is no PDF backend code, all PDF generation is handled by ConTeXt’s Lua code.
    4 KB (606 words) - 09:43, 1 July 2022
  • * [[Category:Command/Lua]]
    817 bytes (115 words) - 10:07, 16 November 2022
  • ...lexers for syntax highlighting and a search index that is built up using a Lua script. ''Note:'' for some of the really large files (for example <code>char-def.lua</code>), syntax highlighting is disabled.
    5 KB (884 words) - 10:38, 1 July 2020
  • * [[Category:Command/Lua]]
    1 KB (139 words) - 16:42, 27 August 2020
  • '''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
  • * [[Category:Command/Lua]]
    798 bytes (107 words) - 14:49, 27 August 2020
  • <h3>With lua, you can obtain all you want</h3> ...re unlikely to define bitmap images by hand, you'll probably prefer to use lua :-)
    3 KB (409 words) - 17:27, 8 May 2024
  • <td>[[Command/value:mp|mp]] [[Command/value:lua|lua]] [[Command/value:xml|xml]] [[Command/value:parsed-xml|parsed-xml]] [[Comma
    3 KB (461 words) - 16:02, 21 March 2023
  • * [[Category:Command/Lua]]
    940 bytes (125 words) - 15:00, 27 August 2020
  • ...unless they are direct clones. In that case, the new name is never told to Lua. That means that this does not work: % fails, ColorA not known to Lua
    5 KB (722 words) - 13:46, 8 June 2020
  • ...tasks, you need to calculate with image sizes. Often it makes sense to use Lua functions. = Measures in Lua =
    4 KB (566 words) - 17:10, 28 October 2021
  • <h3>with lua</h3>
    1 KB (191 words) - 13:00, 8 May 2024
  • ...on engine (that Pragma ADE was a big part of) and its addition of both the Lua programming language and MetaPost graphics, it became possible to redo quit * The command-line tools were rewritten in Lua, using the compilation engine also as the scripting engine
    4 KB (614 words) - 07:37, 30 September 2023
  • This is all from Lua; from the ConTeXt end, one can write to the log file with {{cmd|writestatus
    756 bytes (115 words) - 15:01, 8 June 2020
  • account when encapsulating Lua code. which normally result in a space are ignored and the spaces collapsed, so Lua
    4 KB (447 words) - 09:24, 7 August 2020
  • * Processing a buffer from XML content in Lua
    1 KB (157 words) - 15:57, 8 June 2020
  • (As of this writing, an external parser exists for Lua, but not for MetaPost or TiKz.) * Lua
    3 KB (367 words) - 00:56, 23 April 2022
  • .../context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.fmt --lua=/home/myuser/context/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781 mkiv lua stats > used engine: luametatex version: 2.11.02, functionality level: 202
    8 KB (1,057 words) - 19:23, 14 April 2024
  • It was introduced in 2010 to reduce needed calls with lua.
    2 KB (233 words) - 12:53, 8 May 2024
  • == Using Lua == ...below; the functions are documented on the [[String_manipulation#util-prs.lua|string manipulation]] page.
    5 KB (737 words) - 17:44, 18 December 2021
  • ...n a dimension register with {{cmd|newdimen}} can be accessed directly from Lua, which is not true for values stored in a macro with {{tex|def}} or {{cmd|d == Defining and accesing dimensions in Lua ==
    8 KB (978 words) - 15:05, 6 February 2021
  • course there is plenty usage at the lua end. The language info .... I initial values (not that it matters much, lua uses more).
    3 KB (524 words) - 14:03, 6 February 2021
  • ...textfileactions</code> processor ({{src|data-tex.lua}}, cf. {{src|luat-fio.lua}}) * [[Miscellaneous Lua Topics]]
    2 KB (234 words) - 17:01, 8 June 2020
  • ...L to wiki format as an `mtxrun` script. The script is called `mtx-wikipage.lua`, and it converts our special XML format into wiki code. ...tional output file (useful for debugging). Besides that, it is almost pure lua. It uses an integrated tiny expat-style XML parser and a few handwritten xm
    11 KB (1,837 words) - 19:11, 5 September 2020
  • % Results in the following Lua table in the .tuc file == Storing and Accessing Datasets from Lua ==
    8 KB (1,032 words) - 02:01, 3 September 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
  • It was introduced in 2010 to reduce needed calls with lua.
    2 KB (327 words) - 12:44, 8 May 2024
  • ...veloper/en/opentype/glyphlist.txt here]]). This means that our first <code>lua</code> table for the "simple" lookups (one character is replaced with one
    8 KB (1,161 words) - 17:11, 8 June 2020
  • -- or just (lua is fast enough anyway) This is an adoption from Wolfgang using Lua:
    7 KB (918 words) - 23:28, 5 October 2023
  • ...used to be written in Perl (phased out), then switched to Ruby and now to Lua. To run [[Mark_II|MkII]], you need to have at least Ruby installed installe
    2 KB (349 words) - 09:14, 19 June 2020
  • ...ans that if you are on windows you will at least have to set up a texmfcnf.lua as explained below, and you likely will even have to reinstall texlive, bec ...ly due to the faster virtual machine. The exact speedup depends on the tex/lua ratio and we measured speedups between 10% and 40%. You force this engine w
    7 KB (1,169 words) - 08:26, 2 July 2022
  • ..., you may need to calculate with image sizes. Often it makes sense to use Lua functions.
    2 KB (264 words) - 18:55, 7 September 2021
  • To parser input files for the use with TeX you could either write Lua macros to convert pass the input to TeX or use LPeg to parse the files in a ...o keep the interface in TeX and make the modifications in low level TeX or Lua code.
    6 KB (805 words) - 13:06, 7 January 2021
  • \setuptyping[LUA][option=]
    2 KB (250 words) - 17:28, 29 July 2023
  • | strip Lua code (only meant for production where no errors are expected) | force cld (context lua document) stub
    7 KB (897 words) - 15:06, 8 May 2024
  • * add the lua configuration file * rewrite scripts to lua and back up regularly
    5 KB (707 words) - 08:06, 28 July 2011
  • ...gn:left;">[http://www.pragma-ade.nl/general/manuals/templates-mkiv.pdf XML/Lua templates (2016)]</div></li> ...; text-align:left;">[http://www.pragma-ade.nl/general/manuals/lua-mkiv.pdf Lua - the ConTeXt libraries (2016)]</div></li>
    38 KB (5,155 words) - 16:39, 14 April 2024
  • ...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
  • == Lua functions ==
    8 KB (1,030 words) - 16:57, 8 June 2020
  • * [[manual:cld-mkiv.pdf|ConTeXt Lua Documents]]
    3 KB (380 words) - 08:29, 2 July 2022
  • < [[Tables Overview]] | [[source:tabl-xtb.lua|tabl-xtb.lua]] ...hanism isn’t simple, but fast. It works only in ConTeXt MkIV, because it’s Lua-based.
    3 KB (351 words) - 08:28, 2 July 2022
  • ...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
  • Mark IV delegates an ever growing amount of the key-value processing to lua, and as a result you should always provide 'expanded' numbers in Mark IV: The underlying reason is that the scanning via lua does not have the special behaviour of TeX itself.
    8 KB (1,280 words) - 13:27, 9 August 2020
  • =Normal Lua preloading= [[Lua]] libraries in addition to the format itself.
    21 KB (2,731 words) - 19:22, 8 June 2020
  • ...es:letter|Wolfgang’s letter module]] for my invoices and came up with this Lua code:
    4 KB (539 words) - 16:56, 8 June 2020
  • ...ttp://www.luatex.org/ luatex.org]</td><td>extended version of pdfTeX using Lua</td></tr>
    4 KB (731 words) - 08:01, 1 July 2022
  • ...in the source code: [http://source.contextgarden.net/buff-ini.lua buff-ini.lua] ...moved &mdash; see <code>parsers.settings_to_array</code> in <code>util-prs.lua</code>.
    3 KB (498 words) - 07:35, 17 July 2023

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)