mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
fd37845075
The previous commit introduced wrong behaviours for <>. The new code carefully escapes what needs to be escaped from LaTeX, using the now-standard XML tools (XMLStream).
29 lines
765 B
HTML
29 lines
765 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta name="generator" content="LyX 2.4.0~devel" />
|
|
<title>Math formula output as raw LaTeX</title>
|
|
<style>
|
|
/* Layout-provided Styles */
|
|
h1.title {
|
|
font-size: x-large;
|
|
margin-bottom: 1ex;
|
|
text-align: center;
|
|
|
|
}
|
|
div.standard {
|
|
margin-bottom: 2ex;
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body dir="auto">
|
|
<h1 class='title' id='magicparlabel-1'>Math formula output as raw LaTeX</h1>
|
|
<div class='standard' id='magicparlabel-2'>The problem occurs when adding a label. https://www.lyx.org/trac/ticket/13048</div>
|
|
|
|
<div class='standard' id='magicparlabel-3'><a id="eq_1" /><div class='math'><table class='mathtable'><tr><td class='math'>x^{2}<\log x</td><td>(1)</td></tr></table></div>
|
|
</div>
|
|
</body>
|
|
</html>
|