From 3b7cd19153ac2a58e873fbadc934830e1709fbe2 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Wed, 16 Dec 2015 18:06:39 -0500 Subject: [PATCH] Remove a file that was accidentally committed stdspecialchars.inc was unintentionally committed (it is still a work in progress) at 2dff14d2. This commit also reverts 7c4a1e16 (it is now unneeded). For details, see: https://www.mail-archive.com/search?l=mid&q=CAE_dPV4OpkEFbHuu1daTrUij298%3DfiNQs_4u_tz98MjynAyXEg%40mail.gmail.com --- lib/Makefile.am | 1 - lib/layouts/stdspecialchars.inc | 78 --------------------------------- 2 files changed, 79 deletions(-) delete mode 100644 lib/layouts/stdspecialchars.inc diff --git a/lib/Makefile.am b/lib/Makefile.am index f06e32fa75..7ca8bc6a74 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2124,7 +2124,6 @@ dist_layouts_DATA =\ layouts/stdlyxlist.inc \ layouts/stdrefprefix.inc \ layouts/stdsections.inc \ - layouts/stdspecialchars.inc \ layouts/stdstarsections.inc \ layouts/stdstruct.inc \ layouts/stdtitle.inc \ diff --git a/lib/layouts/stdspecialchars.inc b/lib/layouts/stdspecialchars.inc deleted file mode 100644 index b7fe52e1b8..0000000000 --- a/lib/layouts/stdspecialchars.inc +++ /dev/null @@ -1,78 +0,0 @@ -# -# Standard special characters -# - -Format 58 -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 "Protected Hyphen|y" - LyXOutput 0x2010 - LatexOutput \nobreakdash- - NeedsProtect 1 - PlaintextOutput 0x2011 - DocBookOutput - - XHTMLOutput ‑ - Requires amsmath - IsLetter 1 - Font - Color latex - EndFont -End - -- 2.39.5