2012-08-16 11:23:39 +00:00
|
|
|
##########################################################################
|
|
|
|
#
|
|
|
|
# LaTeX fonts natively supported by LyX.
|
|
|
|
#
|
|
|
|
# Syntax:
|
|
|
|
#
|
|
|
|
# Font <name>
|
|
|
|
# GuiName "<Gui Name>"
|
2012-09-22 15:44:00 +00:00
|
|
|
# Family <rm|sf|tt|math>
|
2012-08-16 11:23:39 +00:00
|
|
|
# SwitchDefault <0|1>
|
|
|
|
# Package <LaTeX package to be loaded>
|
|
|
|
# Requires <LaTeX package to test for>
|
2012-09-22 08:59:53 +00:00
|
|
|
# AltFonts <alternative fonts (comma-separated)>
|
|
|
|
# OT1Font <alternative font specifically for OT1 encoding>
|
|
|
|
# CompleteFont <alternative package for the complete family>
|
2012-09-22 15:44:00 +00:00
|
|
|
# NoMathFont <alternative font that does not change math>
|
2012-08-18 11:10:34 +00:00
|
|
|
# PackageOptions <general options to be passed to the package>
|
2012-08-16 11:23:39 +00:00
|
|
|
# OsfOption <option for oldstyle figure support>
|
2012-09-22 08:59:53 +00:00
|
|
|
# OsfFont <extra font for oldstyle figures>
|
2012-09-19 15:46:55 +00:00
|
|
|
# OsfDefault <0|1>
|
2012-08-16 11:23:39 +00:00
|
|
|
# ScOption <option for true smallcaps support>
|
|
|
|
# OsfScOption <option for combined osf and true smallcaps support>
|
|
|
|
# ScaleOption <option for font scaling>
|
2012-09-19 13:46:19 +00:00
|
|
|
# Provides <features provided by the font packages (comma-separated)>
|
2013-02-09 10:00:42 +00:00
|
|
|
# Preamble
|
|
|
|
# <some arbitrary LaTeX code to be issued in the preamble>
|
|
|
|
# EndPreamble
|
2012-08-16 11:23:39 +00:00
|
|
|
# EndFont
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# NOTES:
|
|
|
|
#
|
|
|
|
# * 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.
|
|
|
|
# * "SwitchDefault 1" makes the font to be loaded by switching the default
|
|
|
|
# family to <name> (e.g., \renewcommand{\rmdefault}{cmr}), whereas
|
2012-08-18 11:10:34 +00:00
|
|
|
# Package <package> loads it via \usepackage{package}. Only one of these
|
|
|
|
# options is used per font (SwitchDefault takes precendende). Note that
|
|
|
|
# SwitchDefault uses the font name.
|
2012-09-22 08:59:53 +00:00
|
|
|
# * In addition to normal fonts, you can also define alternative fonts
|
|
|
|
# using the AltFont...EndFont tags. These alternative fonts will not
|
|
|
|
# be added to the GUI, but LyX will fall back on them under specific
|
|
|
|
# circumstances (e.g. if the main font is not available; see below).
|
|
|
|
# * If AltFonts are defined, LyX will try to load them in the defined
|
2012-08-16 11:23:39 +00:00
|
|
|
# order if the main package is not available. So
|
|
|
|
# Package mathptmx
|
2012-09-22 08:59:53 +00:00
|
|
|
# AltFonts mathptm,times
|
2012-08-16 11:23:39 +00:00
|
|
|
# will try to load mathptm if mathptmx is not available and then times
|
|
|
|
# if mathptm is not available either.
|
2012-09-22 08:59:53 +00:00
|
|
|
# AltFonts need to be defined separately using AltFont ... EndFont tags.
|
2012-08-16 11:23:39 +00:00
|
|
|
# * If Requires is set, LyX will check for this. If not, it will check
|
2012-09-22 08:59:53 +00:00
|
|
|
# for Package and AltFonts.
|
|
|
|
# * OT1Font will load the defined font if the font encoding is OT1. This is
|
|
|
|
# necessary since some newer font packages do not support this encoding.
|
2012-09-22 15:44:00 +00:00
|
|
|
# The value "none" tells LyX not to load any font in OT1 encoding.
|
2012-09-22 08:59:53 +00:00
|
|
|
# OT1Fonts need to be defined separately using AltFont ... EndFont tags.
|
|
|
|
# * The CompleteFont is loaded if the current font is selected as rm and
|
2013-02-09 10:00:42 +00:00
|
|
|
# both sf and tt are set to "default" (this allows for instance to load
|
|
|
|
# "bera" as opposed to "beraserif").
|
2012-09-22 08:59:53 +00:00
|
|
|
# CompleteFonts need to be defined separately using AltFont ... EndFont
|
|
|
|
# tags.
|
|
|
|
# * OsfFont is a font that is loaded additionally in and that provides
|
|
|
|
# Old Style Figures for a given font (e.g. eco).
|
2012-08-16 11:23:39 +00:00
|
|
|
# * OsfScOption overrides any OsfOption and ScOption if both features
|
|
|
|
# are selected.
|
2012-09-19 15:46:55 +00:00
|
|
|
# * 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.
|
2012-08-16 11:23:39 +00:00
|
|
|
# * ScaleOption supports the placeholder $$val for the scale value.
|
2013-02-09 10:00:42 +00:00
|
|
|
# * The Preamble code is output immediately after the respective font
|
|
|
|
# loading command.
|
2012-08-16 11:23:39 +00:00
|
|
|
#
|
|
|
|
##########################################################################
|
|
|
|
|
2013-02-09 10:00:42 +00:00
|
|
|
|
2012-08-16 11:23:39 +00:00
|
|
|
#
|
2012-08-16 16:04:02 +00:00
|
|
|
# ROMAN FONTS
|
2012-08-16 11:23:39 +00:00
|
|
|
#
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font ae
|
|
|
|
GuiName "AE (Almost European)"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family rm
|
2012-08-16 16:04:02 +00:00
|
|
|
Package "ae,aecompl"
|
2012-09-22 08:59:53 +00:00
|
|
|
OT1Font none
|
2012-08-16 16:04:02 +00:00
|
|
|
Requires ae
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font beraserif
|
|
|
|
GuiName "Bera Serif"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family rm
|
2012-08-16 16:04:02 +00:00
|
|
|
Package beraserif
|
2012-09-22 08:59:53 +00:00
|
|
|
CompleteFont bera
|
2012-08-16 16:04:02 +00:00
|
|
|
Requires bera
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-22 08:59:53 +00:00
|
|
|
AltFont bera
|
|
|
|
GuiName "Bera Serif"
|
|
|
|
Family rm
|
|
|
|
Package bera
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font bookman
|
|
|
|
GuiName "Bookman"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family rm
|
2012-08-16 16:04:02 +00:00
|
|
|
Package bookman
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font ccfonts
|
|
|
|
GuiName "Concrete Roman"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family rm
|
2012-08-16 16:04:02 +00:00
|
|
|
Package ccfonts
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font chancery
|
|
|
|
GuiName "Zapf Chancery"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family rm
|
2012-08-16 16:04:02 +00:00
|
|
|
Package chancery
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font charter
|
2012-08-18 12:45:41 +00:00
|
|
|
GuiName "Bitstream Charter (PSNFSS)"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family rm
|
|
|
|
Package charter
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font cmr
|
|
|
|
GuiName "Computer Modern Roman"
|
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
2012-09-22 08:59:53 +00:00
|
|
|
OsfFont eco
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont eco
|
|
|
|
Family rm
|
|
|
|
Package eco
|
2012-08-16 16:04:02 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-12-04 11:14:26 +00:00
|
|
|
Font garamondx
|
|
|
|
GuiName "URW Garamond"
|
|
|
|
Family rm
|
|
|
|
OsfOption osfI
|
|
|
|
Package garamondx
|
|
|
|
Requires garamondx-fonts
|
|
|
|
AltFonts ugm
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont ugm
|
|
|
|
GuiName "URW Garamond"
|
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
2012-08-17 12:11:02 +00:00
|
|
|
Font libertine
|
2013-02-15 09:45:11 +00:00
|
|
|
GuiName "Libertine"
|
|
|
|
Family rm
|
|
|
|
OsfOption osf
|
|
|
|
Package libertine-type1
|
|
|
|
AltFonts libertine-2012,libertine-legacy
|
|
|
|
Requires libertineMono-type1
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont libertine-2012
|
2012-09-22 09:08:07 +00:00
|
|
|
GuiName "Libertine"
|
|
|
|
Family rm
|
2012-09-23 09:10:39 +00:00
|
|
|
OsfOption lining
|
|
|
|
OsfDefault 1
|
2012-09-22 09:08:07 +00:00
|
|
|
Package libertine-type1
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont libertine-legacy
|
2012-08-17 12:11:02 +00:00
|
|
|
GuiName "Libertine"
|
|
|
|
Family rm
|
|
|
|
OsfOption osf
|
|
|
|
Package libertine
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font lmodern
|
|
|
|
GuiName "Latin Modern Roman"
|
|
|
|
Family rm
|
|
|
|
Package lmodern
|
2012-09-22 15:44:00 +00:00
|
|
|
NoMathFont lmr
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont lmr
|
|
|
|
GuiName "Latin Modern Roman"
|
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
|
|
|
Requires lmodern
|
2012-08-16 16:04:02 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-23 10:30:19 +00:00
|
|
|
Font md-charter
|
2012-08-18 12:45:41 +00:00
|
|
|
GuiName "Bitstream Charter (Mathdesign)"
|
|
|
|
Family rm
|
|
|
|
OsfOption expert
|
|
|
|
ScOption expert
|
|
|
|
OsfScOption expert
|
|
|
|
Package mathdesign
|
|
|
|
PackageOption charter
|
|
|
|
Requires mdbch
|
2012-09-19 13:46:19 +00:00
|
|
|
Provides amssymb,amsfonts
|
2012-09-23 10:30:19 +00:00
|
|
|
NoMathFont mdbch
|
2012-08-18 12:45:41 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-23 10:30:19 +00:00
|
|
|
AltFont mdbch
|
|
|
|
GuiName "Bitstream Charter (Mathdesign)"
|
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
|
|
|
Requires mdbch
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font md-utopia
|
2012-08-18 12:45:41 +00:00
|
|
|
GuiName "Utopia (Mathdesign)"
|
|
|
|
Family rm
|
|
|
|
OsfOption expert
|
|
|
|
ScOption expert
|
|
|
|
OsfScOption expert
|
|
|
|
Package mathdesign
|
|
|
|
PackageOption utopia
|
|
|
|
Requires mdput
|
2012-09-19 13:46:19 +00:00
|
|
|
Provides amssymb,amsfonts
|
2012-09-23 10:30:19 +00:00
|
|
|
NoMathFont mdput
|
2012-08-18 12:45:41 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-23 10:30:19 +00:00
|
|
|
AltFont mdput
|
|
|
|
GuiName "Utopia (Mathdesign)"
|
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
|
|
|
Requires mdput
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font md-garamond
|
2012-12-04 11:14:26 +00:00
|
|
|
GuiName "URW Garamond (Mathdesign)"
|
2012-08-18 12:45:41 +00:00
|
|
|
Family rm
|
|
|
|
OsfOption expert
|
|
|
|
ScOption expert
|
|
|
|
OsfScOption expert
|
|
|
|
Package mathdesign
|
|
|
|
PackageOption garamond
|
|
|
|
Requires mdugm
|
2012-09-19 13:46:19 +00:00
|
|
|
Provides amssymb,amsfonts
|
2012-09-23 10:30:19 +00:00
|
|
|
NoMathFont mdugm
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont mdugm
|
2012-12-04 11:14:26 +00:00
|
|
|
GuiName "URW Garamond (Mathdesign)"
|
2012-09-23 10:30:19 +00:00
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
|
|
|
Requires mdugm
|
2012-08-18 12:45:41 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-19 15:46:55 +00:00
|
|
|
Font minionpro
|
|
|
|
GuiName "Minion Pro"
|
|
|
|
Family rm
|
|
|
|
OsfOption lf
|
|
|
|
OsfDefault 1
|
|
|
|
Package MinionPro
|
|
|
|
Provides amssymb,amsfonts
|
2012-09-22 15:44:00 +00:00
|
|
|
NoMathFont minionpro-nomath
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont minionpro-nomath
|
|
|
|
GuiName "Minion Pro"
|
|
|
|
Family rm
|
|
|
|
OsfOption lf
|
|
|
|
OsfDefault 1
|
|
|
|
Package MinionPro
|
|
|
|
PackageOption onlytext
|
2012-09-19 15:46:55 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-08-16 11:23:39 +00:00
|
|
|
Font newcent
|
|
|
|
GuiName "New Century Schoolbook"
|
|
|
|
Family rm
|
|
|
|
Package newcent
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font palatino
|
|
|
|
GuiName "Palatino"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family rm
|
2012-08-16 16:04:02 +00:00
|
|
|
OsfOption osf
|
|
|
|
ScOption sc
|
|
|
|
OsfScOption osf
|
|
|
|
Package mathpazo
|
2012-09-22 09:05:47 +00:00
|
|
|
AltFonts mathpple,palatino-sty
|
2012-09-22 15:44:00 +00:00
|
|
|
NoMathFont ppl
|
2012-08-16 16:04:02 +00:00
|
|
|
Requires psnfss
|
|
|
|
EndFont
|
|
|
|
|
2012-09-22 08:59:53 +00:00
|
|
|
AltFont mathpple
|
|
|
|
GuiName "Palatino"
|
|
|
|
Family rm
|
|
|
|
Package mathpple
|
2012-09-22 15:44:00 +00:00
|
|
|
NoMathFont ppl
|
2012-09-22 08:59:53 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-22 09:05:47 +00:00
|
|
|
AltFont palatino-sty
|
2012-09-22 08:59:53 +00:00
|
|
|
GuiName "Palatino"
|
|
|
|
Family rm
|
|
|
|
Package palatino
|
|
|
|
EndFont
|
|
|
|
|
2012-09-22 15:44:00 +00:00
|
|
|
AltFont ppl
|
|
|
|
GuiName "Palatino"
|
|
|
|
Family rm
|
|
|
|
OsfFont pplj
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont pplj
|
|
|
|
GuiName "Palatino"
|
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font times
|
|
|
|
GuiName "Times Roman"
|
|
|
|
Family rm
|
|
|
|
Package mathptmx
|
2012-09-22 09:05:47 +00:00
|
|
|
AltFonts mathptm,times-sty
|
2012-09-22 15:44:00 +00:00
|
|
|
NoMathFont ptm
|
2012-08-16 16:04:02 +00:00
|
|
|
Requires psnfss
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-22 08:59:53 +00:00
|
|
|
AltFont mathptm
|
|
|
|
GuiName "Times Roman"
|
|
|
|
Family rm
|
|
|
|
Package mathptm
|
2012-09-22 15:44:00 +00:00
|
|
|
NoMathFont ptm
|
2012-09-22 08:59:53 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-22 09:05:47 +00:00
|
|
|
AltFont times-sty
|
2012-09-22 08:59:53 +00:00
|
|
|
GuiName "Times Roman"
|
|
|
|
Family rm
|
|
|
|
Package times
|
|
|
|
EndFont
|
|
|
|
|
2012-09-22 15:44:00 +00:00
|
|
|
AltFont ptm
|
|
|
|
GuiName "Times Roman"
|
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
2012-08-19 09:57:48 +00:00
|
|
|
Font tgbonum
|
|
|
|
GuiName "TeX Gyre Bonum"
|
|
|
|
Family rm
|
|
|
|
Package tgbonum
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font tgchorus
|
|
|
|
GuiName "TeX Gyre Chorus"
|
|
|
|
Family rm
|
|
|
|
Package tgchorus
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font tgpagella
|
|
|
|
GuiName "TeX Gyre Pagella"
|
|
|
|
Family rm
|
|
|
|
Package tgpagella
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font tgschola
|
|
|
|
GuiName "TeX Gyre Schola"
|
|
|
|
Family rm
|
|
|
|
Package tgschola
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font tgtermes
|
|
|
|
GuiName "TeX Gyre Termes"
|
|
|
|
Family rm
|
|
|
|
Package tgtermes
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 11:23:39 +00:00
|
|
|
# fourier supersedes utopia.sty, but does
|
|
|
|
# not work with OT1 encoding.
|
|
|
|
Font utopia
|
2012-08-18 12:45:41 +00:00
|
|
|
GuiName "Utopia (Fourier)"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family rm
|
|
|
|
OsfOption oldstyle
|
|
|
|
ScOption expert
|
|
|
|
Package fourier
|
2012-09-22 08:59:53 +00:00
|
|
|
AltFonts utopia-sty
|
|
|
|
OT1Font utopia-sty
|
2012-09-23 10:30:19 +00:00
|
|
|
NoMathFont futs
|
2012-09-22 08:59:53 +00:00
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont utopia-sty
|
|
|
|
GuiName "Utopia (Fourier)"
|
|
|
|
Family rm
|
|
|
|
Package utopia
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-23 10:30:19 +00:00
|
|
|
AltFont futs
|
|
|
|
GuiName "Utopia (Fourier)"
|
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
|
|
|
OsfFont futj
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont futj
|
|
|
|
GuiName "Utopia (Fourier)"
|
|
|
|
Family rm
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 11:23:39 +00:00
|
|
|
|
|
|
|
#
|
2012-08-16 16:04:02 +00:00
|
|
|
# SANS SERIF FONTS
|
2012-08-16 11:23:39 +00:00
|
|
|
#
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font avant
|
|
|
|
GuiName "Avant Garde"
|
|
|
|
Family sf
|
|
|
|
Package avant
|
|
|
|
EndFont
|
2012-08-16 11:23:39 +00:00
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font berasans
|
|
|
|
GuiName "Bera Sans"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family sf
|
2012-08-16 16:04:02 +00:00
|
|
|
ScaleOption scaled=$$val
|
|
|
|
Package berasans
|
|
|
|
Requires bera
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-09-25 09:07:33 +00:00
|
|
|
Font biolinum
|
2013-02-15 09:45:11 +00:00
|
|
|
GuiName "Biolinum"
|
|
|
|
Family sf
|
|
|
|
OsfOption osf
|
|
|
|
ScaleOption scaled=$$val
|
|
|
|
Package biolinum-type1
|
|
|
|
Requires libertineMono-type1
|
|
|
|
AltFonts biolinum-2012
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
AltFont biolinum-2012
|
2012-09-25 09:07:33 +00:00
|
|
|
GuiName "Biolinum"
|
|
|
|
Family sf
|
|
|
|
OsfOption lining
|
|
|
|
OsfDefault 1
|
|
|
|
Package biolinum-type1
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font cmbr
|
|
|
|
GuiName "CM Bright"
|
|
|
|
Family sf
|
|
|
|
SwitchDefault 1
|
|
|
|
Requires cmbright
|
|
|
|
EndFont
|
2012-08-16 11:23:39 +00:00
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font cmss
|
|
|
|
GuiName "Computer Modern Sans"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family sf
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font helvet
|
|
|
|
GuiName "Helvetica"
|
|
|
|
Family sf
|
|
|
|
ScaleOption scaled=$$val
|
|
|
|
Package helvet
|
|
|
|
Requires psnfss
|
|
|
|
EndFont
|
|
|
|
|
2013-03-18 23:57:37 +00:00
|
|
|
Font iwona
|
|
|
|
GuiName "Iwona"
|
|
|
|
Family sf
|
|
|
|
Requires iwona
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font iwonal
|
|
|
|
GuiName "Iwona (Light)"
|
|
|
|
Family sf
|
|
|
|
Requires iwona
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font iwonac
|
|
|
|
GuiName "Iwona (Condensed)"
|
|
|
|
Family sf
|
|
|
|
Requires iwona
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font iwonalc
|
|
|
|
GuiName "Iwona (Light Condensed)"
|
|
|
|
Family sf
|
|
|
|
Requires iwona
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
2013-02-10 23:47:09 +00:00
|
|
|
Font kurier
|
2013-02-11 08:47:08 +00:00
|
|
|
GuiName "Kurier"
|
|
|
|
Family sf
|
2013-02-12 19:33:42 +00:00
|
|
|
Requires kurier
|
2013-02-11 08:47:08 +00:00
|
|
|
SwitchDefault 1
|
2013-02-10 23:47:09 +00:00
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font kurierl
|
2013-02-11 08:47:08 +00:00
|
|
|
GuiName "Kurier (Light)"
|
|
|
|
Family sf
|
2013-02-12 19:33:42 +00:00
|
|
|
Requires kurier
|
|
|
|
SwitchDefault 1
|
2013-02-10 23:47:09 +00:00
|
|
|
EndFont
|
|
|
|
|
2013-02-12 19:33:42 +00:00
|
|
|
Font kurierc
|
2013-02-11 08:47:08 +00:00
|
|
|
GuiName "Kurier (Condensed)"
|
|
|
|
Family sf
|
|
|
|
Requires kurier
|
2013-02-12 19:33:42 +00:00
|
|
|
SwitchDefault 1
|
2013-02-10 23:47:09 +00:00
|
|
|
EndFont
|
|
|
|
|
2013-02-12 19:33:42 +00:00
|
|
|
Font kurierlc
|
2013-02-11 08:47:08 +00:00
|
|
|
GuiName "Kurier (Light Condensed)"
|
|
|
|
Family sf
|
|
|
|
Requires kurier
|
2013-02-12 19:33:42 +00:00
|
|
|
SwitchDefault 1
|
2013-02-10 23:47:09 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font lmss
|
|
|
|
GuiName "Latin Modern Sans"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family sf
|
2012-08-16 16:04:02 +00:00
|
|
|
SwitchDefault 1
|
|
|
|
Requires lmodern
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-08-19 09:57:48 +00:00
|
|
|
Font tgadventor
|
|
|
|
GuiName "TeX Gyre Adventor"
|
|
|
|
Family sf
|
|
|
|
Package tgadventor
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font tgheros
|
|
|
|
GuiName "TeX Gyre Heros"
|
|
|
|
Family sf
|
|
|
|
Package tgheros
|
|
|
|
EndFont
|
|
|
|
|
2012-10-21 16:55:24 +00:00
|
|
|
Font uop
|
|
|
|
GuiName "URW Classico (Optima)"
|
|
|
|
Family sf
|
|
|
|
SwitchDefault 1
|
|
|
|
Requires urwclassico
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# MONOSPACED FONTS
|
|
|
|
#
|
|
|
|
|
|
|
|
Font beramono
|
|
|
|
GuiName "Bera Mono"
|
|
|
|
Family tt
|
2012-08-16 11:23:39 +00:00
|
|
|
ScaleOption scaled=$$val
|
2012-08-16 16:04:02 +00:00
|
|
|
Package beramono
|
2012-08-16 11:23:39 +00:00
|
|
|
Requires bera
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font cmtl
|
|
|
|
GuiName "CM Typewriter Light"
|
|
|
|
Family tt
|
2012-08-16 11:23:39 +00:00
|
|
|
SwitchDefault 1
|
|
|
|
Requires cmbright
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font cmtt
|
|
|
|
GuiName "Computer Modern Typewriter"
|
|
|
|
Family tt
|
|
|
|
SwitchDefault 1
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font courier
|
|
|
|
GuiName "Courier"
|
|
|
|
Family tt
|
|
|
|
Package courier
|
|
|
|
Requires psnfss
|
|
|
|
EndFont
|
|
|
|
|
2013-02-15 09:45:11 +00:00
|
|
|
Font libertine-mono
|
|
|
|
GuiName "Libertine Mono"
|
|
|
|
Family tt
|
|
|
|
ScaleOption scaled=$$val
|
|
|
|
Package libertineMono-type1
|
|
|
|
EndFont
|
|
|
|
|
2012-08-16 16:04:02 +00:00
|
|
|
Font lmtt
|
|
|
|
GuiName "Latin Modern Typewriter"
|
2012-08-16 11:23:39 +00:00
|
|
|
Family tt
|
2012-08-16 16:04:02 +00:00
|
|
|
SwitchDefault 1
|
|
|
|
Requires lmodern
|
2012-08-16 11:23:39 +00:00
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font luximono
|
|
|
|
GuiName "LuxiMono"
|
|
|
|
Family tt
|
|
|
|
ScaleOption scaled=$$val
|
|
|
|
Package luximono
|
|
|
|
EndFont
|
2012-08-17 16:24:18 +00:00
|
|
|
|
2012-08-19 09:57:48 +00:00
|
|
|
Font tgcursor
|
|
|
|
GuiName "TeX Gyre Cursor"
|
|
|
|
Family tt
|
|
|
|
Package tgcursor
|
|
|
|
EndFont
|
|
|
|
|
2012-08-17 16:24:18 +00:00
|
|
|
Font txtt
|
|
|
|
GuiName "TX Typewriter"
|
|
|
|
Family tt
|
|
|
|
SwitchDefault 1
|
|
|
|
Requires txfonts
|
|
|
|
EndFont
|
2012-09-22 15:44:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# MATH FONTS
|
|
|
|
#
|
|
|
|
|
|
|
|
Font eulervm
|
|
|
|
GuiName "Euler VM"
|
|
|
|
Family math
|
|
|
|
Package eulervm
|
2012-09-23 10:30:19 +00:00
|
|
|
EndFont
|
2012-09-23 16:33:04 +00:00
|
|
|
|
2012-12-04 11:55:47 +00:00
|
|
|
Font garamondx-ntxm
|
|
|
|
GuiName "URW Garamond (New TX)"
|
|
|
|
Family math
|
|
|
|
Package newtxmath
|
|
|
|
PackageOption garamondx
|
|
|
|
Provides amssymb,amsfonts
|
|
|
|
EndFont
|
|
|
|
|
2013-03-18 23:57:37 +00:00
|
|
|
Font iwona-math
|
|
|
|
GuiName "Iwona (Math)"
|
|
|
|
Family math
|
|
|
|
Requires iwona
|
|
|
|
Preamble
|
|
|
|
% store roman font
|
|
|
|
\let\origrmdefault\rmdefault
|
|
|
|
\usepackage[math]{iwona}
|
|
|
|
% reset stored roman font
|
|
|
|
\renewcommand{\rmdefault}{\origrmdefault}
|
|
|
|
EndPreamble
|
|
|
|
EndFont
|
|
|
|
|
2013-02-10 23:47:09 +00:00
|
|
|
Font kurier-math
|
2013-02-11 08:47:08 +00:00
|
|
|
GuiName "Kurier (Math)"
|
|
|
|
Family math
|
|
|
|
Requires kurier
|
2013-02-10 23:47:09 +00:00
|
|
|
Preamble
|
2013-02-15 09:45:11 +00:00
|
|
|
% store roman font
|
|
|
|
\let\origrmdefault\rmdefault
|
2013-02-11 08:47:08 +00:00
|
|
|
\usepackage[math]{kurier}
|
2013-02-15 09:45:11 +00:00
|
|
|
% reset stored roman font
|
|
|
|
\renewcommand{\rmdefault}{\origrmdefault}
|
2013-02-10 23:47:09 +00:00
|
|
|
EndPreamble
|
|
|
|
EndFont
|
|
|
|
|
2012-09-23 16:33:04 +00:00
|
|
|
Font libertine-ntxm
|
|
|
|
GuiName "Libertine (New TX)"
|
|
|
|
Family math
|
|
|
|
Package newtxmath
|
|
|
|
PackageOption libertine
|
|
|
|
Provides amssymb,amsfonts
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font minion-ntxm
|
|
|
|
GuiName "Minion Pro (New TX)"
|
|
|
|
Family math
|
|
|
|
Package newtxmath
|
|
|
|
PackageOption minion
|
|
|
|
Requires minion2newtx
|
|
|
|
Provides amssymb,amsfonts
|
|
|
|
EndFont
|
|
|
|
|
|
|
|
Font newtxmath
|
|
|
|
GuiName "Times Roman (New TX)"
|
|
|
|
Family math
|
|
|
|
Package newtxmath
|
|
|
|
Provides amssymb,amsfonts
|
|
|
|
EndFont
|