Mercurial
comparison mrjunejune/src/tools/latex_editor/index.html @ 246:4f2b50bc78e7
[tools] Fix LaTeX editor visibility
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 18:30:45 -0700 |
| parents | b8aa08503378 |
| children | 60a876c4587a |
comparison
equal
deleted
inserted
replaced
| 245:3843bb6253ac | 246:4f2b50bc78e7 |
|---|---|
| 33 <section class="latex-panel editor-panel" aria-labelledby="sourceHeading"> | 33 <section class="latex-panel editor-panel" aria-labelledby="sourceHeading"> |
| 34 <div class="panel-heading"> | 34 <div class="panel-heading"> |
| 35 <h2 id="sourceHeading">document.tex</h2> | 35 <h2 id="sourceHeading">document.tex</h2> |
| 36 <span id="sourceSize">0 / 65,536 bytes</span> | 36 <span id="sourceSize">0 / 65,536 bytes</span> |
| 37 </div> | 37 </div> |
| 38 <textarea id="latexSource" spellcheck="false" autocomplete="off" aria-label="LaTeX source">\documentclass[11pt]{article} | 38 <textarea id="latexSource" spellcheck="false" autocomplete="off" aria-label="LaTeX source" placeholder="Type your LaTeX document here...">\documentclass[11pt]{article} |
| 39 \usepackage[margin=1in]{geometry} | 39 \usepackage[margin=1in]{geometry} |
| 40 \usepackage{amsmath} | 40 \usepackage{amsmath} |
| 41 \usepackage{xcolor} | 41 \usepackage{xcolor} |
| 42 | 42 |
| 43 \title{Hello from my server} | 43 \title{Hello from my server} |