]> git.lyx.org Git - features.git/blobdiff - lib/latexfonts
Missing renames
[features.git] / lib / latexfonts
index 307b10e5e90bcdc982e35b1e390165b7134d41b4..33ae9da299c5b68cb0d3dff3d6d3b2d86fabf9f9 100644 (file)
@@ -7,6 +7,7 @@
 # Font <name>
 #      GuiName            "<Gui Name>"
 #      Family             <rm|sf|tt|math>
+#      FontEncoding       <font encoding>
 #      SwitchDefault      <0|1>
 #      Package            <LaTeX package to be loaded>
 #      Requires           <LaTeX package to test for>
@@ -21,6 +22,7 @@
 #      ScOption           <option for true smallcaps support>
 #      OsfScOption        <option for combined osf and true smallcaps support>
 #      ScaleOption        <option for font scaling>
+#       MoreOptions        <0|1>
 #      Provides           <features provided by the font packages (comma-separated)>
 #      Preamble
 #        <some arbitrary LaTeX code to be issued in the preamble>
@@ -33,6 +35,7 @@
 # * Adding a new font results in a FILE FORMAT CHANGE. So if a new font
 #   is added for the LyX distribution, the according changes need to be
 #   done.
+# * If FontEncoding is not specified, T1 is assumed.
 # * "SwitchDefault 1" makes the font to be loaded by switching the default
 #   family to <name> (e.g., \renewcommand{\rmdefault}{cmr}), whereas
 #   Package <package> loads it via \usepackage{package}. Only one of these
 #   Old Style Figures for a given font (e.g. eco).
 # * OsfScOption overrides any OsfOption and ScOption if both features
 #   are selected.
+# * ScOption and OsfScOption are currently only supported for rm fonts.
 # * Set OsfDefault to true for fonts which have Old Style Figures by
 #   default and provide an option for lining figures. Pass this option
 #   to OsfOption.
 # * ScaleOption supports the placeholder $$val for the scale value.
+# * If MoreOptions is true, then the user can insert additional options to
+#   the font package via the Document Settings.
 # * The Preamble code is output immediately after the respective font
 #   loading command.
 #
@@ -110,6 +116,7 @@ Font ccfonts
        GuiName          "Concrete Roman"
        Family           rm
        Package          ccfonts
+       MoreOptions      1
 EndFont
 
 Font chancery
@@ -130,6 +137,7 @@ Font cochineal
        OsfOption        "proportional,osf"
        Package          cochineal
        AltFonts         crimson
+       MoreOptions      1
 EndFont
 
 AltFont crimson
@@ -141,15 +149,75 @@ EndFont
 Font cmr
        GuiName          "Computer Modern Roman"
        Family           rm
+       FontEncoding     OT1
        SwitchDefault    1
        OsfFont          eco
 EndFont
 
+Font DejaVuSerif
+       GuiName          "DejaVu Serif"
+       Family           rm
+       Package          DejaVuSerif
+EndFont
+
+Font DejaVuSerifCondensed
+       GuiName          "DejaVu Serif (Condensed)"
+       Family           rm
+       Package          DejaVuSerifCondensed
+EndFont
+
 AltFont eco
        Family           rm
        Package          eco
 EndFont
 
+Font IBMPlexSerif
+       GuiName          "IBM Plex Serif"
+       Family           rm
+       Package          plex-serif
+       MoreOptions      1
+EndFont
+
+Font IBMPlexSerifThin
+       GuiName          "IBM Plex Serif (Thin)"
+       Family           rm
+       Package          plex-serif
+       PackageOptions   thin
+       MoreOptions      1
+EndFont
+
+Font IBMPlexSerifExtraLight
+       GuiName          "IBM Plex Serif (Extra Light)"
+       Family           rm
+       Package          plex-serif
+       PackageOptions   extralight
+       MoreOptions      1
+EndFont
+
+Font IBMPlexSerifLight
+       GuiName          "IBM Plex Serif (Light)"
+       Family           rm
+       Package          plex-serif
+       PackageOptions   light
+       MoreOptions      1
+EndFont
+
+Font IBMPlexSerifSemibold
+       GuiName          "IBM Plex Serif (Semibold)"
+       Family           rm
+       Package          plex-serif
+       PackageOptions   semibold
+       MoreOptions      1
+EndFont
+
+Font ADOBESourceSerifPro
+       GuiName          "Adobe Source Serif Pro"
+       Family           rm
+       Package          sourceserifpro
+       OsfOption        osf
+       MoreOptions      1
+EndFont
+
 Font garamondx
        GuiName          "URW Garamond"
        Family           rm
@@ -157,6 +225,7 @@ Font garamondx
        Package          garamondx
        Requires         garamondx-fonts
        AltFonts         ugm
+       MoreOptions      1
 EndFont
 
 AltFont ugm
@@ -173,6 +242,7 @@ Font libertine
        Package          libertineRoman
        CompleteFont     libertine-full
        AltFonts         libertine-type1,libertine-2012,libertine-legacy
+       MoreOptions      1
 EndFont
 
 AltFont libertine-full
@@ -180,6 +250,7 @@ AltFont libertine-full
        Family           rm
        Package          libertine
        Requires         libertineRoman
+       MoreOptions      1
 EndFont
 
 AltFont libertine-type1
@@ -210,6 +281,7 @@ Font lmodern
        Family           rm
        Package          lmodern
        NoMathFont       lmr
+       MoreOptions      1
 EndFont
 
 AltFont lmr
@@ -226,7 +298,7 @@ Font md-charter
        ScOption         expert
        OsfScOption      expert
        Package          mathdesign
-       PackageOption    charter
+       PackageOptions   charter
        Requires         mdbch
        Provides         amssymb,amsfonts
        NoMathFont       mdbch
@@ -246,7 +318,7 @@ Font md-utopia
        ScOption         expert
        OsfScOption      expert
        Package          mathdesign
-       PackageOption    utopia
+       PackageOptions   utopia
        Requires         mdput
        Provides         amssymb,amsfonts
        NoMathFont       mdput
@@ -266,7 +338,7 @@ Font md-garamond
        ScOption         expert
        OsfScOption      expert
        Package          mathdesign
-       PackageOption    garamond
+       PackageOptions   garamond
        Requires         mdugm
        Provides         amssymb,amsfonts
        NoMathFont       mdugm
@@ -287,6 +359,7 @@ Font minionpro
        Package          MinionPro
        Provides         amssymb,amsfonts
        NoMathFont       minionpro-nomath
+       MoreOptions      1
 EndFont
 
 AltFont minionpro-nomath
@@ -295,7 +368,7 @@ AltFont minionpro-nomath
        OsfOption        lf
        OsfDefault       1
        Package          MinionPro
-       PackageOption    onlytext
+       PackageOptions   onlytext
 EndFont
 
 Font newcent
@@ -304,6 +377,55 @@ Font newcent
        Package          newcent
 EndFont
 
+Font NotoSerifRegular
+       GuiName         "Noto Serif (Regular)"
+       Family          rm
+       Package         noto-serif
+       PackageOptions  regular
+       OsfOption       osf
+       MoreOptions      1
+EndFont
+
+Font NotoSerifMedium
+       GuiName         "Noto Serif (Medium)"
+       Family          rm
+       Package         noto-serif
+       PackageOptions  medium
+       OsfDefault      0
+       OsfOption       osf
+       MoreOptions      1
+EndFont
+
+Font NotoSerifThin
+       GuiName         "Noto Serif (Thin)"
+       Family          rm
+       Package         noto-serif
+       PackageOptions  thin
+       OsfDefault      0
+       OsfOption       osf
+       MoreOptions      1
+EndFont
+
+Font NotoSerifLight
+       GuiName         "Noto Serif (Light)"
+       Family          rm
+       Package         noto-serif
+       PackageOptions  light
+       OsfDefault      0
+       OsfOption       osf
+       MoreOptions      1
+EndFont
+
+Font NotoSerifExtralight
+       GuiName         "Noto Serif (Extralight)"
+       Family          rm
+       Package         noto-serif
+       PackageOptions  extralight
+       OsfDefault      0
+       OsfOption       osf
+       MoreOptions     1
+EndFont
+
 Font NotoSerif-TLF
        GuiName          "Noto Serif"
        Family           rm
@@ -316,6 +438,8 @@ AltFont noto
        GuiName          "Noto Serif"
        Family           rm
        Package          noto
+       OsfOption        osf
+       MoreOptions      1
 EndFont
 
 Font palatino
@@ -328,6 +452,7 @@ Font palatino
        AltFonts         mathpple,palatino-sty
        NoMathFont       ppl
        Requires         psnfss
+       MoreOptions      1
 EndFont
 
 AltFont mathpple
@@ -377,6 +502,7 @@ Font times
        AltFonts         mathptm,times-sty
        NoMathFont       ptm
        Requires         psnfss
+       MoreOptions      1
 EndFont
 
 AltFont mathptm
@@ -439,6 +565,7 @@ Font utopia
        AltFonts         utopia-sty
        OT1Font          utopia-sty
        NoMathFont       futs
+       MoreOptions      1
 EndFont
 
 AltFont utopia-sty
@@ -460,6 +587,13 @@ AltFont futj
        SwitchDefault    1
 EndFont
 
+Font xcharter
+       GuiName         "Bitstream Charter (XCharter)"
+       Family          rm
+       Package         XCharter
+       OsfOption       osf
+       MoreOptions      1
+EndFont
 
 #
 # SANS SERIF FONTS
@@ -486,6 +620,7 @@ Font biolinum
        ScaleOption      scaled=$$val
        Package          biolinum
        AltFonts         biolinum-type1,biolinum-2012
+       MoreOptions      1
 EndFont
 
 AltFont biolinum-type1
@@ -495,6 +630,7 @@ AltFont biolinum-type1
        ScaleOption      scaled=$$val
        Package          biolinum-type1
        Requires         libertineMono-type1
+       MoreOptions      1
 EndFont
 
 AltFont biolinum-2012
@@ -503,6 +639,61 @@ AltFont biolinum-2012
        OsfOption        lining
        OsfDefault       1
        Package          biolinum-type1
+       MoreOptions      1
+EndFont
+
+Font cantarell
+       GuiName         "Cantarell"
+       Family          sf
+       OsfOption       oldstyle
+       Package         cantarell
+       PackageOptions  "defaultsans"
+       MoreOptions      1
+       FontEncoding    T2A,T1,OT1
+       ScaleOption     scale=$$val
+EndFont
+
+Font ChivoThin
+       GuiName          "Chivo (Thin)"
+       Family           sf
+       OsfOption       oldstyle
+       Package          Chivo
+       PackageOptions   "thin"
+       MoreOptions      1
+       FontEncoding     OT1,LY1,T1,TS1
+       ScaleOption      scale=$$val
+EndFont
+
+Font ChivoLight
+       GuiName          "Chivo (Light)"
+       Family           sf
+       OsfOption       oldstyle
+       Package          Chivo
+       PackageOptions   "light"
+       MoreOptions      1
+       FontEncoding     OT1,LY1,T1,TS1
+       ScaleOption      scale=$$val
+EndFont
+
+Font Chivo
+       GuiName          "Chivo"
+       Family           sf
+       OsfOption       oldstyle
+       Package          Chivo
+       MoreOptions      1
+       FontEncoding     OT1,LY1,T1,TS1
+       ScaleOption      scale=$$val
+EndFont
+
+Font ChivoMedium
+       GuiName          "Chivo (Medium)"
+       Family           sf
+       OsfOption       oldstyle
+       Package          Chivo
+       PackageOptions   "medium"
+       MoreOptions      1
+       FontEncoding     OT1,LY1,T1,TS1
+       ScaleOption      scale=$$val
 EndFont
 
 Font cmbr
@@ -515,9 +706,157 @@ EndFont
 Font cmss
        GuiName          "Computer Modern Sans"
        Family           sf
+       FontEncoding     OT1
        SwitchDefault    1
 EndFont
 
+Font DejaVuSans
+       GuiName          "DejaVu Sans"
+       Family           sf
+       Package          DejaVuSans
+       ScaleOption      scaled=$$val
+EndFont
+
+Font DejaVuSansCondensed
+       GuiName          "DejaVu Sans Condensed"
+       Family           sf
+       Package          DejaVuSansCondensed
+       ScaleOption      scaled=$$val
+EndFont
+
+Font FiraSans
+       GuiName         "Fira Sans"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         FiraSans
+       OsfDefault      1
+       OsfOption       lf
+       MoreOptions     1
+       FontEncoding    OT1,T1,TS1,LY1,LGR
+EndFont
+
+Font FiraSansBook
+       GuiName         "Fira Sans (Book)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         FiraSans
+        PackageOptions  book
+       OsfDefault      1
+       OsfOption       lf
+       MoreOptions     1
+       FontEncoding    OT1,T1,TS1,LY1,LGR
+EndFont
+
+Font FiraSansLight
+       GuiName         "Fira Sans (Light)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         FiraSans
+       PackageOptions  light
+       OsfDefault      1
+       OsfOption       lf
+       MoreOptions     1
+       FontEncoding    OT1,T1,TS1,LY1,LGR
+EndFont
+
+Font FiraSansExtralight
+       GuiName         "Fira Sans (Extralight)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         FiraSans
+       PackageOptions  extralight
+       OsfDefault      1
+       OsfOption       lf
+       MoreOptions     1
+       FontEncoding    OT1,T1,TS1,LY1,LGR
+EndFont
+
+Font FiraSansUltralight
+       GuiName         "Fira Sans (Ultralight)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         FiraSans
+       PackageOptions  ultralight
+       OsfDefault      1
+       OsfOption       lf
+       MoreOptions     1
+       FontEncoding    OT1,T1,TS1,LY1,LGR
+EndFont
+
+Font FiraSansThin
+       GuiName         "Fira Sans (Thin)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         FiraSans
+       PackageOptions  thin
+       OsfDefault      1
+       OsfOption       lf
+       MoreOptions     1
+       FontEncoding    OT1,T1,TS1,LY1,LGR
+EndFont
+
+Font IBMPlexSans
+       GuiName          "IBM Plex Sans"
+       Family           sf
+       Package          plex-sans
+       ScaleOption      scale=$$val
+       MoreOptions      1
+EndFont
+
+Font IBMPlexSansCondensed
+       GuiName          "IBM Plex Sans (Condensed)"
+       Family           sf
+       Package          plex-sans
+       PackageOptions   condensed
+       ScaleOption      scale=$$val
+       MoreOptions      1
+EndFont
+
+Font IBMPlexSansThin
+       GuiName          "IBM Plex Sans (Thin)"
+       Family           sf
+       Package          plex-sans
+       PackageOptions   thin
+       ScaleOption      scale=$$val
+       MoreOptions      1
+EndFont
+
+Font IBMPlexSansExtraLight
+       GuiName          "IBM Plex Sans (Extra Light)"
+       Family           sf
+       Package          plex-sans
+       PackageOptions   extralight
+       ScaleOption      scale=$$val
+       MoreOptions      1
+EndFont
+
+Font IBMPlexSansLight
+       GuiName          "IBM Plex Sans (Light)"
+       Family           sf
+       Package          plex-sans
+       PackageOptions   light
+       ScaleOption      scale=$$val
+       MoreOptions      1
+EndFont
+
+Font IBMPlexSansSemibold
+       GuiName          "IBM Plex Sans (Semibold)"
+       Family           sf
+       Package          plex-sans
+       PackageOptions   semibold
+       ScaleOption      scale=$$val
+       MoreOptions      1
+EndFont
+
+Font ADOBESourceSansPro
+       GuiName          "Adobe Source Sans Pro"
+       Family           sf
+       Package          sourcesanspro
+       ScaleOption      scaled=$$val
+       OsfOption        osf
+       MoreOptions      1
+EndFont
+
 Font helvet
        GuiName          "Helvetica"
        Family           sf
@@ -589,6 +928,61 @@ Font lmss
        Requires         lmodern
 EndFont
 
+Font NotoSansRegular
+       GuiName         "Noto Sans (Regular)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         noto-sans
+        PackageOptions  regular
+       OsfDefault      0
+       OsfOption       osf
+       MoreOptions      1
+EndFont
+
+Font NotoSansMedium
+       GuiName         "Noto Sans (Medium)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         noto-sans
+        PackageOptions  medium
+       OsfDefault      0
+       OsfOption       osf
+       MoreOptions      1
+EndFont
+
+Font NotoSansThin
+       GuiName         "Noto Sans (Thin)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         noto-sans
+       PackageOptions  thin
+       OsfDefault      0
+       OsfOption       osf
+       MoreOptions      1
+EndFont
+
+Font NotoSansLight
+       GuiName         "Noto Sans (Light)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         noto-sans
+       PackageOptions  light
+       OsfDefault      0
+       OsfOption       osf
+       MoreOptions      1
+EndFont
+
+Font NotoSansExtralight
+       GuiName         "Noto Sans (Extralight)"
+       Family          sf
+       ScaleOption     scaled=$$val
+       Package         noto-sans
+       PackageOptions  extralight
+       OsfDefault      0
+       OsfOption       osf
+       MoreOptions      1
+EndFont
+
 Font NotoSans-TLF
        GuiName          "Noto Sans"
        Family           sf
@@ -623,7 +1017,6 @@ Font uop
        Requires         urwclassico
 EndFont
 
-
 #
 # MONOSPACED FONTS
 #
@@ -646,6 +1039,7 @@ EndFont
 Font cmtt
        GuiName          "Computer Modern Typewriter"
        Family           tt
+       FontEncoding     OT1
        SwitchDefault    1
 EndFont
 
@@ -656,6 +1050,77 @@ Font courier
        Requires         psnfss
 EndFont
 
+Font DejaVuSansMono
+       GuiName          "DejaVu Sans Mono"
+       Family           tt
+       Package          DejaVuSansMono
+       ScaleOption      scaled=$$val
+EndFont
+
+Font FiraMono
+       GuiName         "Fira Mono"
+       Family          tt
+       ScaleOption     scaled=$$val
+       Package         FiraMono
+       OsfDefault      1
+       OsfOption       lf
+       MoreOptions     1
+       FontEncoding    OT1,T1,TS1,LY1,LGR
+EndFont
+
+Font IBMPlexMono
+       GuiName          "IBM Plex Mono"
+       Family           tt
+       Package          plex-mono
+       ScaleOption      scale=$$val
+       MoreOptions      1
+EndFont
+
+Font IBMPlexMonoThin
+       GuiName          "IBM Plex Mono (Thin)"
+       Family           tt
+       Package          plex-mono
+       ScaleOption      scale=$$val
+       PackageOptions   thin
+       MoreOptions      1
+EndFont
+
+Font IBMPlexMonoExtraLight
+       GuiName          "IBM Plex Mono (Extra Light)"
+       Family           tt
+       Package          plex-mono
+       ScaleOption      scale=$$val
+       PackageOptions   extralight
+       MoreOptions      1
+EndFont
+
+Font IBMPlexMonoLight
+       GuiName          "IBM Plex Mono (Light)"
+       Family           tt
+       Package          plex-mono
+       ScaleOption      scale=$$val
+       PackageOptions   light
+       MoreOptions      1
+EndFont
+
+Font IBMPlexMonoSemibold
+       GuiName          "IBM Plex Mono (Semibold)"
+       Family           tt
+       Package          plex-mono
+       ScaleOption      scale=$$val
+       PackageOptions   semibold
+       MoreOptions      1
+EndFont
+
+Font ADOBESourceCodePro
+       GuiName          "Adobe Source Code Pro"
+       Family           tt
+       Package          sourcecodepro
+       ScaleOption      scaled=$$val
+       OsfOption        osf
+       MoreOptions      1
+EndFont
+
 Font libertine-mono
        GuiName          "Libertine Mono"
        Family           tt
@@ -685,6 +1150,16 @@ Font luximono
        Package          luximono
 EndFont
 
+Font NotoMonoRegular
+       GuiName         "Noto Mono Regular"
+       Family          tt
+       ScaleOption     scaled=$$val
+       Package         noto-mono
+       PackageOptions  regular
+       OsfOption       osf
+       MoreOptions     1
+EndFont
+
 Font NotoMono-TLF
        GuiName          "Noto Mono"
        Family           tt
@@ -722,7 +1197,7 @@ Font cochineal-ntxm
        GuiName          "Crimson (New TX)"
        Family           math
        Package          newtxmath
-       PackageOption    cochineal
+       PackageOptions   cochineal
        Provides         amssymb,amsfonts
 EndFont
 
@@ -736,7 +1211,7 @@ Font garamondx-ntxm
        GuiName          "URW Garamond (New TX)"
        Family           math
        Package          newtxmath
-       PackageOption    garamondx
+       PackageOptions   garamondx
        Provides         amssymb,amsfonts
 EndFont
 
@@ -770,7 +1245,7 @@ Font libertine-ntxm
        GuiName          "Libertine (New TX)"
        Family           math
        Package          newtxmath
-       PackageOption    libertine
+       PackageOptions   libertine
        Provides         amssymb,amsfonts
 EndFont
 
@@ -778,7 +1253,7 @@ Font minion-ntxm
        GuiName          "Minion Pro (New TX)"
        Family           math
        Package          newtxmath
-       PackageOption    minion
+       PackageOptions   minion
        Requires         minion2newtx
        Provides         amssymb,amsfonts
 EndFont