commit c86d212959ff6f5d4ea6c9f16c899d4382067460
Author: Juergen Spitzmueller <[email protected]>
Date: Mon Oct 27 18:42:27 2025 +0100
Remove accidentally committed file
I seem to have accidentally pushed this (again) probably while
updating layout formats. This is not used in 2.5.x.
---
lib/layouts/stdspecialchars.inc | 78 -----------------------------------------
1 file changed, 78 deletions(-)
diff --git a/lib/layouts/stdspecialchars.inc b/lib/layouts/stdspecialchars.inc
deleted file mode 100644
index 0807f7bd7b..0000000000
--- a/lib/layouts/stdspecialchars.inc
+++ /dev/null
@@ -1,78 +0,0 @@
-#
-# Standard special characters
-#
-
-Format 111
-SpecialChar LigatureBreak
- Type Formatting
- LabelString "Ligature Break|k"
- LyXOutput 0x007c
- LatexOutput \textcompwordmark{}
- PlaintextOutput 0x200c
- XHTMLOutput ‌
- IsLetter 1
-End
-
-SpecialChar EndOfSentence
- LabelString "End of Sentence|E"
- LyXOutput 0x002e
- LatexOutput \@.
- PlaintextOutput 0x002e
- DocBookOutput "."
- XHTMLOutput "."
-End
-
-SpecialChar LDots
- LabelString "Ellipsis|i"
- Width "."
- LyXOutput 0x2026
- LatexOutput \ldots{}
- PlaintextOutput 0x2026
- DocBookOutput "..."
- XHTMLOutput …
-End
-
-SpecialChar MenuSeparator
- LabelString "Menu Separator|M"
- Width " x "
- LyXOutput 0x25b7
- LatexOutput \lyxarrow{}
- LaTexOutputRTL \lyxarrow*{}
- PlaintextOutput "->"
- DocBookOutput &lyxarrow;
- XHTMLOutput ⇒
- Requires lyxarrow
-End
-
-SpecialChar Hyphenation
- Type Formatting
- LabelString "Hyphenation Point|H"
- LyXOutput 0x2010
- LatexOutput \-
- IsLetter 1
-End
-
-SpecialChar Slash
- LabelString "Breakable Slash|a"
- LyXOutput 0x002f
- LatexOutput \slash{}
- PlaintextOutput 0x002f
- DocBookOutput /
- XHTMLOutput ⁄
-End
-
-SpecialChar NobreakDash
- LabelString "Non-Breaking Hyphen|y"
- LyXOutput 0x2010
- LatexOutput \nobreakdash-
- NeedsProtect 1
- PlaintextOutput 0x2011
- DocBookOutput -
- XHTMLOutput ‑
- Requires amsmath
- IsLetter 1
- Font
- Color latex
- EndFont
-End
-
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs