Hi all, the xml style docstrings for lua files are really useful but I still have no clue about what are valid tags. For instance ----------------------------------------------------------------- --[[ldx-- <p>Drop by at <url href="http://pragma-ade.com/"/>!</p> --ldx]]-- ----------------------------------------------------------------- is the syntax used to denote external links in many of context’s files (like mtxrun). But when passed to “context --ctx=x-ldx” the empty “<url/>” tag is just ignored. “<t>” or “<type>” are clear, as are “<l>” and “<logo>” -- but the other markup elemens -- assuming they do exist -- like a simple emphasis still elude me. (Just blindly grepping everything lua in the tree for some time now.) Any clarification or pointer to examples? Thanks Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
Am 15.03.2011 um 11:37 schrieb Philipp Gesang:
Hi all,
the xml style docstrings for lua files are really useful but I still have no clue about what are valid tags. For instance
-----------------------------------------------------------------
--[[ldx-- <p>Drop by at <url href="http://pragma-ade.com/"/>!</p> --ldx]]--
-----------------------------------------------------------------
is the syntax used to denote external links in many of context’s files (like mtxrun). But when passed to “context --ctx=x-ldx” the empty “<url/>” tag is just ignored.
“<t>” or “<type>” are clear, as are “<l>” and “<logo>” -- but the other markup elemens -- assuming they do exist -- like a simple emphasis still elude me. (Just blindly grepping everything lua in the tree for some time now.)
Any clarification or pointer to examples? Thanks
The elements are defined in the file x-ldx.tex which is no longer part of context (don’t know why). Wolfgang
On 2011-03-15 <11:57:25>, Wolfgang Schuster wrote:
Am 15.03.2011 um 11:37 schrieb Philipp Gesang:
Hi all,
the xml style docstrings for lua files are really useful but I still have no clue about what are valid tags. For instance
-----------------------------------------------------------------
--[[ldx-- <p>Drop by at <url href="http://pragma-ade.com/"/>!</p> --ldx]]--
-----------------------------------------------------------------
is the syntax used to denote external links in many of context’s files (like mtxrun). But when passed to “context --ctx=x-ldx” the empty “<url/>” tag is just ignored.
“<t>” or “<type>” are clear, as are “<l>” and “<logo>” -- but the other markup elemens -- assuming they do exist -- like a simple emphasis still elude me. (Just blindly grepping everything lua in the tree for some time now.)
Any clarification or pointer to examples? Thanks
The elements are defined in the file x-ldx.tex which is no longer part of context (don’t know why).
Wolfgang
Thanks very much; I happen to have this file in my texmf-local tree (timestamp 2010-10-19). Doesn’t really define emphasis but I’m glad I finally have a tag list. Best regards, Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
On 15-3-2011 12:27, Philipp Gesang wrote:
The elements are defined in the file x-ldx.tex which is no longer part of context (don’t know why).
x-ldx.mkiv ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 2011-03-25 <21:01:47>, Hans Hagen wrote:
On 15-3-2011 12:27, Philipp Gesang wrote:
The elements are defined in the file x-ldx.tex which is no longer part of context (don’t know why).
x-ldx.mkiv
Hi Hans, the update just finished but: $ find ~/context -type f -name x-ldx* /home/kokytos/context/tex/texmf-local/tex/context/base/x-ldx.tex /home/kokytos/context/tex/texmf-local/tex/context/base/x-ldx.ctx /home/kokytos/context/tex/texmf-local/scripts/context/lua/x-ldx.lua /home/kokytos/context/tex/texmf-context/scripts/context/lua/x-ldx.lua None of which is younger than last October. No trace of “x-ldx.mkiv” in the commitdiffs from the gitorious repo either. Did something go wrong? Regards, Philipp PS: “$ mtxrun --find-file filename” results in a Lua error. Commenting out line 14892 of mtxrun makes it sort-of work.
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 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 ___________________________________________________________________________________
participants (3)
-
Hans Hagen
-
Philipp Gesang
-
Wolfgang Schuster