summaryrefslogtreecommitdiff
path: root/src/renderer/index.html
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2026-03-13 00:52:59 -0500
committerhaoyuren <13851610112@163.com>2026-03-13 00:52:59 -0500
commit52a5c24f5e28a4b2ba8ffb006874cd7b552d60f7 (patch)
tree2dc6182077eb3d3a5d6d1a5f655cde1896435cad /src/renderer/index.html
parenta0dd3d7ac642111faeaefd02c5a452898b9c6d49 (diff)
Rename to LatteX, add LaTeX autocomplete, fix comment highlight positionsv0.1.0
- Rename project from ClaudeTeX to LatteX (Cosmic Latte theme pun) - Add new coffee cup logo and branded welcome/project screens - Add 5-source LaTeX autocomplete: commands, environments, \ref, \cite, file paths - Fix comment highlight drift by decoding WebSocket-encoded UTF-8 lines and range text via decodeURIComponent(escape()), matching Overleaf's client implementation - Remove hacky byte-offset position remapping from index.ts - Add pinch-to-zoom on PDF viewer Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/renderer/index.html')
-rw-r--r--src/renderer/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/index.html b/src/renderer/index.html
index 1fb4779..9fa1aa8 100644
--- a/src/renderer/index.html
+++ b/src/renderer/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>ClaudeTeX</title>
+ <title>LatteX</title>
</head>
<body>
<div id="root"></div>