close
Skip to main content

Questions tagged [xml]

XML (Extensible Markup Language) is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards.

Filter by
Sorted by
Tagged with
1 vote
2 answers
76 views

Background Trying to preserve whitespace in code blocks. In a similar post to the mailing list, the space glyph width was being discarded, which was fixed by using \spaceskip\zeropoint. Problem ...
Dave Jarvis's user avatar
  • 13.1k
3 votes
1 answer
99 views

Background Markdown, having been converted to XHTML, is to have certain words stylized using ConTeXt. Consider: 1. Say, "ConTeXt is good." 1. Tap [Space]{.kbd} to continue (or quit with [Q]{....
Dave Jarvis's user avatar
  • 13.1k
3 votes
1 answer
93 views

I’m attempting to implement Amazon’s EPUB footnote guidelines with TeX4ebook in order to make my EPUBs as compatible as possible with e-readers (footnotes as pop-ups, etc.). I’ve gotten quite far by ...
obskyr's user avatar
  • 315
3 votes
1 answer
186 views

Background An XML document contains TeX elements in inline- and paragraph forms: <p>Inline: <tex>$E=mc^3$</tex></p> <p><tex>$$E=mc^2$$</tex></p> I'd ...
Dave Jarvis's user avatar
  • 13.1k
1 vote
1 answer
96 views

Background Looking to allow user-defined cross-references and captions. The input XML resembles: <p> <a class="name" data-type="tab" name="ref"/> </p> ...
Dave Jarvis's user avatar
  • 13.1k
0 votes
1 answer
551 views

I know latex, but new in xslt (learning now), I need to convert the tex to xml file through XSLT (one of my friend suggest, but i failed to convert). Please suggest or give example to convert the ...
Rajkumar M's user avatar
0 votes
0 answers
188 views

I often see people saying that SGML and LaTeX are different because SGML is made for defining markup languages, while LaTeX is using TeX macros to simulate content markups. However, SGML is based on ...
haha's user avatar
  • 101
3 votes
1 answer
738 views

I have a LaTeX document that lists the wines in my wine cellar. This particular document doesn't use any features of the LaTeX language that I have not already used in several hundred other documents ...
K7PEH's user avatar
  • 245
1 vote
1 answer
170 views

Knowing that buffers and macros don't play well together, I started with the Verbatim XML guide from the wiki. However manipulating the catcode table is insufficient when trying to pass xmlflush into ...
pestaa's user avatar
  • 183
3 votes
1 answer
139 views

Background Looking to replace a string within a document with an equivalent string created using a macro. For example, I'd like to replace "McAnulty" with "\Mac Anulty". Problem ...
Dave Jarvis's user avatar
  • 13.1k
9 votes
3 answers
1k views

I am familiar with the package moodle. I however have a question in a reverse direction. Is there a method or tool to convert xml moodle question banks to LaTeX? Edit: A sample of an xml file is like ...
Name's user avatar
  • 3,190
1 vote
1 answer
126 views

My aim is to produce a pdf file (letter) with an included metadata stream for later indexing purposes. The tex-file gets created by a program and the compilation should be possible by three major ...
joHub's user avatar
  • 23
0 votes
1 answer
183 views

In order to facilitate authoring LaTeX fragments within XML (where <, >, and & are reserved characters), the PreTeXt specification allows for the use of \lt, \gt, and \amp within math ...
Steven Clontz's user avatar
3 votes
1 answer
317 views

Background Looking to convert XHTML metadata into document variables. Code The parts include: XHTML metadata -- includes user-defined metadata XML setups -- applies XML filters Metadata setups -- ...
Dave Jarvis's user avatar
  • 13.1k
1 vote
1 answer
250 views

Background A user can provide their address information in a text area, separating lines by pressing Enter. An XML document is generated, which replaces the new line character with \n, such as in the ...
Dave Jarvis's user avatar
  • 13.1k

15 30 50 per page
1
2 3 4 5
9