Mercurial
comparison mrjunejune/test/snapshots/tools_latex_editor.snapshot @ 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 | 30c2196d03d4 |
comparison
equal
deleted
inserted
replaced
| 245:3843bb6253ac | 246:4f2b50bc78e7 |
|---|---|
| 193 <section class="latex-panel editor-panel" aria-labelledby="sourceHeading"> | 193 <section class="latex-panel editor-panel" aria-labelledby="sourceHeading"> |
| 194 <div class="panel-heading"> | 194 <div class="panel-heading"> |
| 195 <h2 id="sourceHeading">document.tex</h2> | 195 <h2 id="sourceHeading">document.tex</h2> |
| 196 <span id="sourceSize">0 / 65,536 bytes</span> | 196 <span id="sourceSize">0 / 65,536 bytes</span> |
| 197 </div> | 197 </div> |
| 198 <textarea id="latexSource" spellcheck="false" autocomplete="off" aria-label="LaTeX source">\documentclass[11pt]{article} | 198 <textarea id="latexSource" spellcheck="false" autocomplete="off" aria-label="LaTeX source" placeholder="Type your LaTeX document here...">\documentclass[11pt]{article} |
| 199 \usepackage[margin=1in]{geometry} | 199 \usepackage[margin=1in]{geometry} |
| 200 \usepackage{amsmath} | 200 \usepackage{amsmath} |
| 201 \usepackage{xcolor} | 201 \usepackage{xcolor} |
| 202 | 202 |
| 203 \title{Hello from my server} | 203 \title{Hello from my server} |