Apéndice

Apéndice

He instalado texlive en ~/texlive.

Lo he instalado collection-fontsrecommendedusando tlmgr.

Ahora, ~/texlive/2014/texmf-dist/fonts/tiene varias carpetas: afm, cmap, enc, ... , vf.

Aquí está la salida detlmgr info helvetic

package:     helvetic
category:    Package
shortdesc:   URW "Base 35" font pack for LaTeX.
longdesc:    A set of fonts for use as "drop-in" replacements for Adobe's basic set, comprising: - Century Schoolbook (substituting for Adobe's New Century Schoolbook); - Dingbats (substituting for Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for Abobe's Courier); - Nimbus Roman No9 L (substituting for Adobe's Times); - Nimbus Sans L (substituting for Adobe's Helvetica); - Standard Symbols L (substituting for Adobe's Symbol); - URW Bookman; - URW Chancery L Medium Italic (substituting for Adobe's Zapf Chancery); - URW Gothic L Book (substituting for Adobe's Avant Garde); and - URW Palladio L (substituting for Adobe's Palatino).
installed:   Yes
revision:    31835
sizes:       run: 2377k
relocatable: No
cat-date:    2012-06-06 22:57:48 +0200
cat-license: gpl
collection:  collection-fontsrecommended

Pero cuando intento compilar:

\documentclass{article}
\usepackage{helvetic}                                                           
\begin{document}
Hello World!
\end{document}

Da un error:

! LaTeX Error: File `helvetic.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Esperaba un documento tipográfico con fuente Helvética. Evidentemente estoy haciendo algo mal.

¿Cómo hago las cosas bien?

Respuesta1

Dado que desea utilizar TeX Live en lugar de fuentes del sistema, es mejor buscar información sobre la fuente.paquetesdisponibles para usted que crear listas de archivos de fuentes. Esto se debe a que la mayoría de los paquetes incluirán muchos archivos diferentes texmf-dist/fontsy la relación de esos archivos con los nombres de los paquetes no siempre será del todo obvia. (Es probable que los nombres de los directorios sean una mejor guía, pero aún así no son excelentes).

Para ver por qué es así, es necesario pensar un poco en los diferentes tipos de archivos incluidos en texmf-dist/fonts. En mi máquina tengo lo siguiente:

afm/  cid/  cmap/  enc/  fea/  lig/  map/  misc/  ofm/  opentype/  ovf/  ovp/  pfm/  pk/  sfd/  source/  tfm/  truetype/  type1/  vf/
  • afmLos archivos son Adobe Font Metrics. TeX no los usa directamente, hasta donde yo sé, pero se usan para crear otros archivos.
  • cmapLos archivos se utilizan para apoyar la búsqueda. Ayudan a asignar caracteres en archivos PDF, por ejemplo, a caracteres que se pueden buscar. (Es posible que tengan otros usos que desconozco).
  • encLos archivos especifican varias codificaciones para las fuentes que TeX necesita para determinar qué 'ranura' contiene qué carácter.
  • feay creo que ligson archivos de características y ligaduras para usar con .fontspec
  • mapayuda a TeX a determinar qué archivo de fuente corresponde a qué fuente y si la codificación de la fuente ha sido alterada.
  • opentypeAutoexplicativo.
  • pfmmétricas de fuentes en un formato diferente al de afmlos archivos. Los dos se pueden convertir el uno en el otro.
  • pkFuentes preparadas previamente basadas en fuentes de metafuentes.
  • sfd?? (¿Fuente FontForge para fuentes?)
  • sourcefuentes de metafuentes utilizadas para generar pkarchivos (ya sea arriba o sobre la marcha durante la composición tipográfica, según sea necesario)
  • tfmMétricas de fuentes TeX generadas a partir de archivos afmo pfmjunto con otra información. En lo que respecta a TeX, estossonfuentes. Sin embargo, no incluyen los glifos. Es decir, no incluyen las "imágenes" de los personajes. En cambio, contienen información sobre los cuadros necesarios para acomodar esos caracteres, cómo ajustar el espacio entre pares de cuadros, cuándo reemplazar dos cuadros por uno diferente, dimensiones de los cuadros y más. (TeX compone cuadros. Como todo lo demás, un carácter es un cuadro). Estas no son fuentes en lo que respecta a pdfTeX; también quiere las imágenes.
  • truetypeAutoexplicativo.
  • type1algo que se explica por sí mismo. Estos archivos contienennada peroimágenes de personajes. Sin la información métrica, no son útiles. (Las fuentes Postscript se distribuyen con archivos de fuentes tipo 1 ( .pfbo .pfa) y archivos métricos ( .afmo pfm). A diferencia de las fuentes opentype y truetype, no existe un único archivo que sea una fuente postscript tipo 1.
  • vfcomplicado. Estas son 'fuentes virtuales'. Le dicen a TeX cómo crear nuevas fuentes a partir de otras fuentes. Por ejemplo, si desea combinar figuras y ligaduras antiguas de una fuente complementaria con los caracteres de una fuente principal, puede crear una fuente virtual que tome los caracteres apropiados de cada una y los combine. Luego, TeX puede tratar esta fuente como una sola fuente para fines de composición tipográfica. Los archivos de fuentes virtuales le indican a TeX dónde encontrar los diversos bits de información y glifos que necesita para construir la fuente virtual. (Tradicionalmente, las figuras de estilo antiguo, los versales y las ligaduras a menudo se proporcionaban en un archivo separado .pfb. .pfaPara usarlos con TeX, necesita crear una fuente combinada usando caracteres del archivo adicional junto con los del archivo principal). Estos archivos pueden También se puede utilizar para 'falsificar' glifos que no están presentes en la fuente real, para aproximar versalitas o una forma oblicua, y para proporcionar varias otras características.

En lugar de tratar de averiguar a partir del contenido de estos directorios qué fuentes tiene, sería mejor buscar fuentespaquetesque proporcionan una interfaz coherente para grupos de archivos que juntos admiten fuentes completas y sus familias.

Dado que está utilizando TeX Live, puede obtener información sobre los paquetes de fuentes disponibles utilizando tlmgr.

Hay varias opciones diferentes aquí. tlmgrutiliza un concepto de 'taxonomías' que se puede utilizar para buscar paquetes según varias clasificaciones, por ejemplo characterizationo keyword. Tomemos keywordcomo ejemplo.

Primero necesitamos saber qué palabras clave están disponibles:

tlmgr search --list --keyword

nos dará una lista:

 Keywords:
        Computer Science
        DVI file manipulation
        Humanities
        Mathematics (the subject)
        MetaFont, Metapost
        Physics, Chemistry, Biology
        Social Science
        URLs, hyperlinks
        abbreviations, acronyms
        abstract
        alignment
        appendix
        arrays, matrices
        arrows
        article style
        author
        bibliography, formatting
        bibliography, management
        book style
        boxed text, frames
        calendar, schedule
        caption
        changebars
        chapters, sectioning
        collections, proceedings, conferences
        color
        columns, multiple columns
        commutative diagrams
        computer code, verbatim text
        cross references
        dates and times
        distributions, whole systems
        document style
        dropped letter, often initial letter
        editing, graphical work environment
        encodings, Unicode
        equations, subequations
        exams, exercises, answers
        external programs, interfacing
        figures, floating matter
        foils, overhead slides
        font selection
        fonts, mathematics
        fonts, text
        footnotes, end notes
        front matter, end matter
        glossary, dictionary
        graphics created inside TeX (pictures, PSTricks, PGF, etc.)
        graphics from outside TeX
        headers, footers
        help, documentation, FAQ
        hyphenation
        include file
        index, indexing
        justification
        languages other than English
        letters, envelopes, labels
        lists, bullets
        literate programming
        macro programming
        make, compilation systems
        marginal material
        minipage
        music
        output format PDF, PostScript
        output format other than PDF (HTML, etc.)
        output viewer
        page breaks
        page geometry (margins, etc.)
        page numbering
        page styles
        paper size, orientation
        paragraph
        presentations (powerpoint-like, using a beamer)
        proof sheets (typographical)
        proofs
        publisher's style
        punctuation
        quotation, poetry
        report style
        scientific units
        spacing, horizontal or vertical
        symbols, mathematical
        symbols, text
        table of contents
        tables
        text decoration (underline, etc.)
        theorems
        thesis style
        title, maketitle
        vita, CV, resume
        watermark, draftmark
        word processor conversion
        wrap around a figure

Varios aquí están relacionados con fuentes font selection: fonts, texty fonts, mathematics. Los dos últimos suenan especialmente esperanzadores, así que probémoslos.

Primero, para texto:

tlmgr search --keyword "fonts, text"
 amiri - A classical Arabic typeface, Naskh style.
 berenisadf - Berenis ADF fonts and TeX/LaTeX support.
 calligra-type1 - Type 1 version of Calligra.
 cantarell - LaTeX support for the Cantarell font family.
 cm-unicode - Computer Modern Unicode font family.
 comfortaa - Sans serif font, with LaTeX support.
 dejavu - LaTeX support for the DejaVu fonts.
 droid - LaTeX support for the Droid font families.
 fntproof - A programmable font test pattern generator.
 fontbook - Generate a font book.
 fonts-tlwg - Thai fonts for LaTeX from TLWG.
 fundus-calligra - Support for the calligra font in LaTeX documents.
 fundus-sueterlin - Sutterlin
 gillcm - Alternative unslanted italic Computer Modern fonts.
 gnu-freefont - A Unicode font, with rather wide coverage.
 hacm - Font support for the Arka language.
 ipaex - IPA and IPAex fonts from Information-technology Promotion Agency, Japan.
 latex-fonts - A collection of fonts used in LaTeX distributions.
 lato - Lato font family and LaTeX support.
 lcyw - Make Classic Cyrillic CM fonts accessible in LaTeX.
 lfb - A Greek font with normal and bold variants.
 lh - Cyrillic fonts that support LaTeX standard encodings.
 libris - Libris ADF fonts, with LaTeX support.
 linearA - Linear A script fonts.
 lm - Latin modern fonts in outline formats.
 marvosym - Martin Vogel's Symbols (marvosym) font.
 mathcomp - Text symbols in maths mode.
 mdsymbol - Symbol fonts to match Adobe Myriad Pro.
 mex - Polish formats for TeX.
 mf2pt1 - Produce PostScript Type 1 fonts from Metafont source.
 mxedruli - A pair of fonts for different Georgian alphabets.
 nkarta - A "new" version of the karta cartographic fonts.
 ocherokee - LaTeX Support for the Cherokee language.
 ocr-b - Fonts for OCR-B.
 ogham - Fonts for typesetting Ogham script.
 oldstandard - Old Standard: A Unicode Font for Classical and Medieval Studies.
 opensans - The Open Sans font family, and LaTeX support.
 orkhun - A font for orkhun script.
 pacioli - Fonts designed by Fra Luca de Pacioli in 1497.
 paratype - LaTeX support for free fonts by ParaType.
 phaistos - Disk of Phaistos font.
 phonetic - Metafont Phonetic fonts, based on Computer Modern.
 pigpen - A font for the pigpen (or masonic) cipher.
 poltawski - Antykwa Poltawskiego Family of Fonts.
 psnfss - Font support for common PostScript fonts.
 punk - Donald Knuth's punk font.
 punknova - OpenType version of Knuth's Punk font.
 pxfonts - Palatino-like fonts in support of mathematics.
 pxgreeks - Shape selection for PX fonts Greek letters.
 recycle - A font providing the "recyclable" logo.
 sanskrit - Sanskrit support.
 sauter - Wide range of design sizes for CM fonts.
 staves - Typeset Icelandic staves and runic letters.
 stix - OpenType Unicode maths fonts.
 superiors - Attach superior figures to a font family.
 tabfigures - Maintain vertical alignment of figures.
 tapir - A simple geometrical font.
 tipa - Fonts and macros for IPA phonetics characters.
 trajan - Fonts from the Trajan column in Rome.
 txgreeks - Shape selection for TX fonts Greek letters.
 typeface - Select a balanced set of fonts.
 uhc - Fonts for the Korean language.
 umtypewriter - Fonts to typeset with the xgreek package.
 universa - Herbert Bayer's 'universal' font.
 utopia - Adobe Utopia fonts.
 wadalab - Wadalab (Japanese) font packages.
 wnri - Ridgeway's fonts.
 wsuipa - International Phonetic Alphabet fonts.
 xecjk - Support for CJK documents in XeLaTeX.
 xepersian - Persian for LaTeX, using XeTeX.
 xits - A Scientific Times-like font with support for mathematical typesetting.
 yannisgr - Greek fonts by Yannis Haralambous.

Y para matemáticas:

tlmgr search --keyword "fonts, mathematics"
 a0poster - Support for designing posters on large paper.
 accfonts - Utilities to derive new fonts from existing ones.
 ae - Virtual fonts for T1 encoded CMR-fonts.
 aeguill - Add several kinds of guillemets to the ae fonts.
 allrunes - Fonts and LaTeX package for almost all runes.
 amsfonts - TeX fonts from the American Mathematical Society.
 antt - Antykwa Torunska: a Type 1 family of a Polish traditional type.
 arabtex - Macros and fonts for typesetting Arabic.
 aramaic-serto - Fonts and LaTeX for Syriac written in Serto.
 archaic - A collection of archaic fonts.
 arev - Fonts and LaTeX support files for Arev Sans.
 arphic - Arphic (Chinese) font packages.
 augie - Calligraphic font for typesetting handwriting.
 auncial-new - Artificial Uncial font and LaTeX support macros.
 aurical - Calligraphic fonts for use with LaTeX in T1 encoding.
 b1encoding - LaTeX encoding tools for Bookhands fonts.
 bbding - A symbol (dingbat) font and LaTeX macros for its use.
 bbm - "Blackboard-style" cm fonts.
 bbm-macros - LaTeX support for "blackboard-style" cm fonts.
 bbold - Sans serif blackboard bold.
 bbold-type1 - An Adobe Type 1 format version of the bbold font.
 belleek - Free replacement for basic MathTime fonts.
 bera - Bera fonts.
 beton - Use Concrete fonts.
 blacklettert1 - T1-encoded versions of Haralambous old German fonts.
 boisik - A font inspired by Baskerville design.
 bold-extra - Use bold small caps and typewriter fonts.
 boondox - Mathematical alphabets derived from the STIX fonts.
 brushscr - A handwriting script font.
 calligra - Calligraphic font.
 calrsfs - Copperplate calligraphic letters in LaTeX.
 casyl - Typeset Cree/Inuktitut in Canadian Aboriginal Syllabics.
 cbcoptic - Coptic fonts and LaTeX macros for general usage and for philology.
 cc-pl - Polish extension of Computer Concrete fonts.
 charter - Charter fonts.
 cherokee - A font for the Cherokee script.
 cm - Computer Modern fonts.
 cm-lgc - Type 1 CM-based fonts for Latin, Greek and Cyrillic.
 cm-super - CM-Super family of fonts
 cm-unicode - Computer Modern Unicode font family.
 cmbright - Computer Modern Bright fonts.
 cmcyr - Computer Modern fonts with cyrillic extensions.
 cmpica - A Computer Modern Pica variant.
 cmsd - Interfaces to the CM Sans Serif Bold fonts.
 cmtiup - Upright punctuation with CM italic.
 concmath - Concrete Math fonts.
 concmath-fonts - Concrete mathematics fonts.
 concrete - Concrete Roman fonts.
 cryst - Font for graphical symbols used in crystallography.
 cyklop - The Cyclop typeface.
 dancers - Font for Conan Doyle's "The Dancing Men".
 doublestroke - Typeset mathematical double stroke symbols.
 duerer - Computer Duerer fonts.
 dutchcal - A reworking of ESSTIX13, adding a bold version.
 ec - Computer modern fonts in T1 and TS1 encodings.
 ecc - Sources for the European Concrete fonts.
 eiad - Traditional style Irish fonts.
 elmath - Mathematics in Greek texts.
 epiolmec - Typesetting the Epi-Olmec Language.
 esint - Extended set of integrals for Computer Modern.
 esint-type1 - Font esint10 in Type 1 format
 esstix - PostScript versions of the ESSTIX, with macro support.
 ethiop - LaTeX macros and fonts for typesetting Amharic.
 ethiop-t1 - Type 1 versions of Amharic fonts.
 eulervm - Euler virtual math fonts.
 euro-ce - Euro and CE sign font.
 eurosym - Metafont and macros for Euro sign.
 fc - Fonts for African languages.
 fdsymbol - A maths symbol font.
 fntproof - A programmable font test pattern generator.
 foekfont - The title font of the Mads Fok magazine.
 fontbook - Generate a font book.
 fourier - Using Utopia fonts in LaTeX documents.
 fpl - SC and OsF fonts for URW Palladio L
 frcursive - French cursive hand fonts.
 gothic - A collection of old German-style fonts.
 greektex - Fonts for typesetting Greek/English documents.
 hfbright - The hfbright fonts.
 hyphenat - Disable/enable hypenation.
 ibygrk - Fonts and macros to typeset ancient Greek.
 ifsym - A collection of symbols.
 inconsolata - A monospaced font, with support files for use with TeX.
 initials - Adobe Type 1 decorative initial fonts.
 iwona - A two-element sans-serif font.
 junicode - A TrueType font for mediaevalists.
 kerkis - Kerkis (Greek) font family.
 kpfonts - A complete set of fonts for text and mathematics.
 kurier - A two-element sans-serif typeface.
 latex-fonts - A collection of fonts used in LaTeX distributions.
 libgreek - Use Libertine or Biolinum Greek glyphs in mathematics.
 lm - Latin modern fonts in outline formats.
 lm-math - OpenType maths fonts for Latin Modern.
 mathabx - Three series of mathematical symbols.
 mathabx-type1 - Outline version of the mathabx fonts.
 mathdesign - Mathematical fonts to fit with particular text fonts.
 mathpazo - Fonts to typeset mathematics to match Palatino.
 mathspec - Specify arbitrary fonts for mathematics in XeTeX.
 mdputu - Upright digits in Adobe Utopia Italic.
 mdsymbol - Symbol fonts to match Adobe Myriad Pro.
 mex - Polish formats for TeX.
 mf2pt1 - Produce PostScript Type 1 fonts from Metafont source.
 mnsymbol - Mathematical symbol font for Adobe MinionPro.
 prodint - A font that provides the product integral symbol.
 pxfonts - Palatino-like fonts in support of mathematics.
 pxtxalfa - Virtual maths alphabets based on pxfonts and txfonts.
 rsfs - Ralph Smith's Formal Script font.
 sansmathaccent - Correct placement of accents in sans-serif maths.
 sauter - Wide range of design sizes for CM fonts.
 shuffle - A symbol for the shuffle product.
 stmaryrd - St Mary Road symbols for theoretical computer science.
 tex-gyre-math - Maths fonts to match tex-gyre text fonts.
 trsym - Symbols for transformations.
 txfonts - Times-like fonts in support of mathematics.
 typeface - Select a balanced set of fonts.
 urwchancal - Use URW's clone of Zapf Chancery as a maths alphabet.
 xits - A Scientific Times-like font with support for mathematical typesetting.
 yhmath - Extended maths fonts for LaTeX.

De esta lista, puede seleccionar paquetes para una mayor investigación. Se puede obtener más información sobre cualquier paquete en particular de varias maneras. En primer lugar, tlmgrpuede proporcionar información básica sobre un paquete:

tlmgr info urwchancal
package:     urwchancal
category:    Package
shortdesc:   Use URW's clone of Zapf Chancery as a maths alphabet.
longdesc:    The package allows (the URW clone of) Zapf Chancery to function as a maths alphabet, the target of \mathcal or \mathscr, with accents appearing where they should, and other spacing parameters set to reasonable (not very tight) values. This package supersedes the pzccal package.
installed:   Yes
revision:    21701
sizes:       doc: 37k, run: 17k
relocatable: Yes
cat-version: 1
cat-date:    2014-02-26 23:03:13 +0100
cat-license: lppl
collection:  collection-fontsextra

En segundo lugar, texdocse puede utilizar para examinar la documentación instalada localmente:

texdoc urwchancal

En ocasiones, texdocno te proporciona el documento más útil. En ese caso, también puedes mirar texmf-dist/doc/fonts/<packagename>para ver si hay algo más disponible.

Finalmente, como han dicho otros, si quieres elegir fuentes de una manera más visual, elCatálogo de fuentesle permite explorar posibilidades. Sin embargo, tenga en cuenta que no todas las fuentes enumeradas se instalarán en su máquina, ya que no todas forman parte de TeX Live. Sin embargo, esta información se proporciona como parte del registro del catálogo de la fuente.

Apéndice

Si la fuente que desea utilizar es una de las fuentes postscript básicas, como Helvetica, texdoc psnfssproporciona información sobre su uso. El manual nos dice que para usar Helvetica, necesitamos

\usepackage{helvet}% See notes about scaling if using in combination with something like Times

Sin embargo, por sí solo, esto no utilizará Helvetica para el cuerpo del texto, ya que Helvetica es una fuente sans serif. Lo que hace el paquete es instalar Helvetica (en realidad un clon) como la familia sans predeterminada. Para usarlo, debes cambiar a la fuente sans:

\sffamily abc

o

\textsf{abc}

Si desea que todo el documento utilice sans, puede cambiar la familia serif predeterminada para que coincida con sans:

\documentclass{article}
\usepackage{helvet}
\renewcommand*{\rmdefault}{\sfdefault}
\begin{document}
Hello World!
\end{document}

Helvética (clon)

información relacionada