Schriftartenübersicht

Schriftbild, Absätze und Auflistungen einstellen


letscho84
Forum-Anfänger
Forum-Anfänger
Beiträge: 45
Registriert: Fr 11. Mär 2011, 10:51

Schriftartenübersicht

Beitrag von letscho84 »

Hallo zusammen,

wie kann ich in einem Latex-Dokument alle möglichen Schriftarten darstellen lassen?
Vielleicht jeweils mit einem Blindtext pro Seite pro Schriftart.

Danke für eure Hilfe!

Benutzeravatar
Johannes_B
Moderator
Moderator
Beiträge: 5079
Registriert: Do 1. Nov 2012, 14:55
Kontaktdaten:

Beitrag von Johannes_B »

TeXwelt - Fragen und Antworten Schaut vorbei und stellt Fragen.
LaTeX-Vorlagen?

Der Weg zum Ziel: Ruhe bewahren und durchatmen, Beiträge und unterstützende Links aufmerksam lesen, Lösungsansätze verstehen und ggf. nachfragen.

Benutzeravatar
Stefan Kottwitz
Admin
Admin
Beiträge: 2528
Registriert: Di 8. Jul 2008, 00:39
Kontaktdaten:

Beitrag von Stefan Kottwitz »

cfr hat hier einen fontsampler gemacht.

Ausgabe siehe Anhang.

Code:
% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
% arara: pdflatex: { synctex: true }
%% Copyright 2015 cfr
% \listfiles
\pdfminorversion=7
\documentclass[a4paper,welsh,british,12pt]{article}
\usepackage{babel}
\usepackage[utf8]{inputenc}
\usepackage[tt=lining]{cfr-lm}
\usepackage[B1,LY1,T1]{fontenc}
\usepackage{Acorn, AnnSton, ArtNouv, ArtNouvc, Carrickc, Eichenla, Eileen, EileenBl, Elzevier, GotIn, GoudyIn, Kinigcap, Konanur, Kramer, MorrisIn, Nouveaud, Romantik, Rothdn, Royal, Sanremo, Starburst, Typocaps, Zallman}
\usepackage{auncial,aurical,pifont,adforn}
\usepackage[all]{tengwarscript}
\newcommand{\test}[1][]{% straight from tengfonts.tex
\vbox{
  {#1\Ttelco}\TTacute\Tlambe\Ts
  {#1\Tampa}\TTacute\Tlambe\TTrightcurl\Tthuule\Ts
  {#1\Tmalta}\TTleftcurl\Toore\Tthuule\TTtwodotsbelow\TTdoubleacute\Tlambe\TTthreedots\Tungwe\TTrightcurl\Ts
  {#1\Thyarmen}\TTdot\Tando\TTnasalizer\TTdoubleleftcurl\Ts
  {#1\Tquesse}\TTrightcurl\Tmalta\Taara\TTdot\Ttelco\TTthreedots\Ts
  {#1\Tformen}\TTacute\Tlambe\TTdot\Tthuule\Ts
  {#1\Tquesse}\TTthreedots\Toore\Tando\TTdot\Talda\TTrightcurl\Ts
  {#1\Ttelco}\TTbreve\Ts
  {#1\Tquesse}\TTdot\Tvala\TTdot\Ts\Tcolon\Ts
  {#1\Tlambe}\TTthreedots\Ts
  {#1\Tthuule}\TTdot\Tungwe\TTlefttilde\TTacute\Tnoldo\TTthreedots\Ts
  {#1\Ttelco}\TTacute\Tnuumen\Thwesta\TTrightcurl\Tanca\TTthreedots\Tando\TTthreedots\Ts
  {#1\Tando}\TTacute\Tlambe\Ts
  {#1\Tformen}\Tuure\TTthreedots\Tsilme\Ttinco\TTrightcurl\Ts
  {#1\Troomen}\Tyanta\TTacute\Ts
  {#1\Tcalma}\TTdot\Tnuumen\TTrightcurl\Ts
  {#1\Ttinco}\TTrightcurl\Tquesse\TTthreedots\Tumbar\TTthreedots\Ts
  {#1\Ttelco}\TTacute\Tlambe\Ts
  {#1\Troomen}\TTthreedots\Toore\TTrightcurl\Ts
  {#1\Tsilmenuquerna}\TTthreedots\Tquesse\Tlefthook\TTrightcurl\Tformen\TTdoublerightcurl\Tnuumen\Ts
  {#1\Tando}\TTacute\Ts
  {#1\Thyarmen}\TTtwodotsbelow\TTacute\Troomen\TTrightcurl\Ts
  {#1\Tando}\TTacute\Ttinco\Troomen\Taara\TTthreedots\Trighthook\Ts
  {#1\Tando}\TTacute\Tlambe\Ts
  {#1\Tparma}\TTthreedots\Tlambe\TTacute\Tquesse\TTnasalizer\TTacute\Ts\Tcolon\Tcenteredlongtilde
}}
\usepackage{geometry,url,xparse,expl3,parskip}
\geometry{scale=.9,nohead,marginparwidth=0pt,marginparsep=0pt}
\urlstyle{sf}
\title{\LaTeX{} Font Sampler}
\author{cfr}
\date{}
\usepackage{fancyhdr}
\fancyhf{}
\renewcommand*\headrulewidth{0pt}
\fancyhf[cf]{%
  \footnotesize
  Weight, shape \& style variations are illustrations only.
  Sampler is not exhaustive.
  Fonts may require \texttt{getnonfreefonts-sys}.}
\pagestyle{fancy}
\ExplSyntaxOn
\bool_new:N \l_cfr_first_bool
\NewDocumentCommand \buledeto {}{
  \bool_set_true:N \l_cfr_first_bool
}
\buledeto
\keys_define:nn { cfr / ffontiau / enw } {
  encoding .tl_set:N = \l_cfr_encoding_tl,
  encoding .initial:n = {T1},
  series .tl_set:N = \l_cfr_series_tl,
  series .initial:n = {m},
  shape .tl_set:N = \l_cfr_shape_tl,
  shape .initial:n = {n},
}
\NewDocumentCommand \enwffont { o m m O {} o g g } {%
  \group_begin:
  \IfValueT { #1 } {\keys_set:nn { cfr / ffontiau / enw } { #1 }}
  \normalfont
  \bool_if:NT \l_cfr_first_bool {\textbullet{}~}
  \fontencoding{\l_cfr_encoding_tl}
  \fontfamily{#2}
  \fontseries{\l_cfr_series_tl}
  \fontshape{\l_cfr_shape_tl}
  \selectfont #3~
  \IfValueTF { #5 }{
    \keys_set:nn { cfr / ffontiau / enw } { #5 }
    \IfValueTF { #6 } {
      {
        \fontencoding{\l_cfr_encoding_tl}
        \fontfamily{#6}
        \fontseries{\l_cfr_series_tl}
        \fontshape{\l_cfr_shape_tl}
        \selectfont
        \IfValueTF { #7 }{ #7~ }{ #3~ }
      }
    }{
      {
        \fontencoding{\l_cfr_encoding_tl}
        \fontfamily{#2}
        \fontseries{\l_cfr_series_tl}
        \fontshape{\l_cfr_shape_tl}
        \selectfont
        \IfValueTF { #7 }{ #7~ }{ #3~ }
      }
    }
  }{
    \IfValueT { #6 } {
      {
        \fontfamily{#6}
        \selectfont
        \IfValueTF { #7 }{ #7~ }{ #3~ }
      }
    }
  }
  \str_if_eq_x:nnF {#4} {} { #4~ }
  \normalfont\textbullet
  \group_end:
  \bool_set_false:N \l_cfr_first_bool}
\ExplSyntaxOff
\makeatletter
\newcommand\rauri{%
  \renewcommand\auri@slant{Rslant}%
}
\makeatother
\newcounter{myding}
\begin{document}
\pdfinfo{%
  /Title    (LaTeX Font Sampler)
  /Subject  (LaTeX)
  /Keywords (LaTeX, fonts, sampler)}
\pdfcatalog{%
  /PageMode /UseOutlines}   % other values: /UseNone, /UseOutlines, /UseThumbs, /FullScreen
%[openaction <actionspec>]
\maketitle\thispagestyle{fancy}
\enwffont{cmr}{Computer Modern Roman}
\enwffont{cmdh}{Computer Modern Roman Dunhill}
\enwffont{cmfr}{Computer Modern Fibonacci}
\enwffont{cmss}{Computer Modern Sans}
\enwffont{cmtt}{Computer Modern Typewriter}
\enwffont{cmvtt}{Computer Modern Variable Typewriter}
\enwffont{cmbr}{Computer Modern Bright}
\enwffont{ccr}{Concrete}
\enwffont{clm}{Latin Modern Roman}
\enwffont{clm}{Medium Upright \textit{Italics} \textui{Upright Italics} \textsl{Oblique} \textsc{Small-Caps} \textsi{Oblique Small-Caps} \textbf{Bold \textit{Italics} \textsl{Oblique}} \textsb{Semi-Bold \textsl{Oblique}}}
\enwffont{clmd}{Latin Modern Roman Dunhill}
\enwffont{clmd}{Medium \textsl{Oblique}}
\enwffont{clms}{Latin Modern Sans}
\enwffont{clms}{Medium \textsl{Oblique} \textbf{Bold \textsl{Oblique}} {\fontseries{sbc}\selectfont Semi-Bold Condensed \textsl{Oblique}}}
{\footnotesize
  \enwffont{clmqs}{Latin Modern Sans Quotation}
  \enwffont{clmqs}{Medium \textsl{Oblique} \textbf{Bold \textsl{Oblique}}}}
\enwffont{clmv}{Latin Modern Variable Typewriter}
\enwffont{clmv}{Medium \textsl{Oblique} \textbf{Bold \textsl{Oblique}} \textlg{Light \textsl{Oblique}}}
\enwffont{clmt}{Latin Modern Typewriter}
\enwffont{clmt}{Medium Upright \textit{Italics} \textsl{Oblique} \textsc{Small-Caps} \textsi{Oblique Small-Caps} \textbf{Bold \textsl{Oblique}} \textlg{Light \textsl{Oblique} \textcd{Condensed \textsl{Oblique}}}}
{\setcounter{myding}{65}%
  \renewcommand\textbullet{\stepcounter{myding}\ding{\themyding}}%
\enwffont{uaq}{URW Antiqua T}
\enwffont[series=l]{pbk}{URW Bookman L}
\enwffont{ptm}{URW Nimbus Roman}
\enwffont{ppl}{URW Palladio}
\enwffont{pnc}{URW Schoolbook L}
\enwffont{pag}{URW Gothic L}
\enwffont{phv}{URW Nimbus Sans L}
\enwffont{pcr}{URW Nimbus Mono L}
\enwffont{pzc}{URW Chancery L}
\enwffont{ugq}{URW Grotesk T}
\enwffont{ugm}{URW GaramondNo8}
\enwffont{ua1}{URW Arial}
\enwffont{ulg}{URW LetterGothic}
\enwffont{uop}{URW Classico}
\enwffont{zgmx}{URW GaramondNo8 Expert}
\enwffont{qag}{TeX Gyre Adventor}
\enwffont{qag}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont{qbk}{TeX Gyre Bonum}
\enwffont{qbk}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont{qcr}{TeX Gyre Cursor}
\enwffont{qcr}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont{qcs}{TeX Gyre Schola}
\enwffont{qcs}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont{qhv}{TeX Gyre Heros}
\enwffont{qhv}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont{qhvc}{TeX Gyre Heros Condensed}
\enwffont{qhvc}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont{qpl}{TeX Gyre Pagella}
\enwffont{qpl}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont{qtm}{TeX Gyre Termes}
\enwffont{qtm}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont[shape=it]{qzc}{TeX Gyre Chorus}
\enwffont{put}{Utopia}
\enwffont{Heuristica-TLF}{Heuristica}
\enwffont{erewhon-OsF}{Erewhon}
\enwffont{erewhon-OsF}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps} \textbf{\textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps}}}
}%
\enwffont{bch}{Charter BT}% last one in the psnfss group after the end of the group for the bullets to revert properly
\enwffont{jkp}{KP-Fonts Serif}
\enwffont{jkpl}{KP-Fonts Serif Light}
\enwffont{jkpx}{KP-Fonts Serif Extended}
\enwffont{jkpx}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps} \textlg{Light Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps}} Medium {\fontseries{sb}\selectfont Semi-Bold Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps}} {\fontseries{sbx}\selectfont Semi-Bold Extended Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps}} {\fontseries{b}\selectfont Bold Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps}} {\fontseries{bx}\selectfont Bold Extended Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps}}}[][shape=sc]{jkpxk}{Large Small-Caps {\fontshape{scsl}\selectfont Oblique} \textlg{Light Large Small-Caps {\fontshape{scsl}\selectfont Oblique}} {\fontseries{sb}\selectfont Semi-Bold Large Small-Caps {\fontshape{scsl}\selectfont Oblique}} {\fontseries{sbx}\selectfont Semi-Bold Extended Large Small-Caps {\fontshape{scsl}\selectfont Oblique}} {\fontseries{b}\selectfont Bold Large Small-Caps {\fontshape{scsl}\selectfont Oblique}} {\fontseries{bx}\selectfont Bold Extended Large Small-Caps {\fontshape{scsl}\selectfont Oblique}}}
\enwffont{jkp}{tactful sticklers}{jkpos}{tactful sticklers}
\enwffont{jkpss}{KP-Fonts Sans}
\enwffont{jkpss}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps} {\fontseries{b}\selectfont Bold  \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps}} {\fontseries{bx}\selectfont Bold Extended \textit{Italics} \textsc{Small-Caps} {\fontshape{scsl}\selectfont Oblique Small-Caps}}}[][shape=sc]{jkpssk}{Large Small-Caps {\fontshape{scsl}\selectfont Oblique} {\fontseries{b}\selectfont Large Small-Caps {\fontshape{scsl}\selectfont Oblique}} {\fontseries{bx}\selectfont Large Small-Caps {\fontshape{scsl}\selectfont Oblique}}}
\enwffont{jkpss}{tactful sticklers}{jkpssos}{tactful sticklers}
\enwffont{jkptt}{KP-Fonts Typewriter}
\enwffont{jkptt}{Upright \textsl{Oblique} \textbf{Bold \textsl{Oblique}}}
\acorn{Acorn} \textbullet{}
\enwffont{Alegreya-OsF}{Alegreya}
\enwffont{AlegreyaSC-TLF}{Alegreya SC}
\enwffont{AlegreyaSans-OsF}{Alegreya Sans}
\enwffont{AlegreyaSansSC-OsF}{Alegreya Sans SC}
\enwffont{AmiciLogo}{AmiciLogo}
\enwffont{AmiciLogo}{Upright \textsl{Oblique} \textbf{Bold \textsl{Oblique}}}
\astone{Annston} \textbullet{}
\enwffont{AnonymousPro}{AnonymousPro}
\enwffont{antp}{Antykwa Poltawskiego}
\enwffont{antp}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textlg{Light \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}} \textsb{Semi-Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont{antt}{Antykwa Toruńska}
\enwffont{anttc}{Antykwa Toruńska Condensed}
\enwffont{anttl}{Antykwa Toruńska Light}
\enwffont{anttlc}{Antykwa Toruńska Light Condensed}
\enwffont{antt}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textlg{Light \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}} \textsb{Semi-Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}
  {\fontseries{c}\selectfont Condensed \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textlg{\cdwidth Light Condensed \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}} \textsb{\cdwidth Semi-Bold Condensed \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}} {\fontseries{bc}\selectfont Bold Condensed \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}}
{\setcounter{myding}{26}%
  \renewcommand\textbullet{%
    \stepcounter{myding}%
    \ifnum\value{myding}=41\setcounter{myding}{55}%
    \else\ifnum\value{myding}=70\setcounter{myding}{3}\fi\fi
    \adforn{\themyding}}%
\enwffont{AccanthisADFStdNoThree-LF}{AccanthisNo3}
\enwffont[encoding=LY1]{ybd}{BerenisADFPro}
\enwffont[encoding=LY1]{ybd}{Upright \textit{Italics} \textsc{Small-Caps \textit{Italic Small-Caps}} \textbf{Bold \textit{Italics} \textsc{Small-Caps \textit{Italic Small-Caps}}}}
\enwffont[encoding=LY1]{ybd}{Queenie, actor-spy and often acclaimed sky-stringer, chuckled at slightly shivering otters in fjords.}{ybdw}{Q*ueenie, actor-spy and often acclaimed sky-stringer, chuckled at slightly shivering otters in fjords.}
\enwffont{ybv}{BaskervaldADF}
\enwffont{ybv}{Upright \textit{Italics} \textbf{Bold \textit{Italics}} \texteb{Extra-Bold \textit{Italics}}}
\enwffont{ybv}{Somewhat splendid fjords act last.}{ybvw}{Somewhat splendid fjords act last.}
\enwffont{yes}{ElectrumADF}{yesw}
\enwffont{yes}{Upright \textit{Italics} \textsc{Small-Caps} \textsi{Oblique Small-Caps} \textlg{Light  \textit{Italics} \textsc{Small-Caps} \textsi{Oblique Small-Caps}} \textsb{Semi-Bold  \textit{Italics} \textsc{Small-Caps} \textsi{Oblique Small-Caps}} \textbf{Bold  \textit{Italics} \textsc{Small-Caps} \textsi{Oblique Small-Caps}}}
\enwffont{yes}{Queen Q*ueenie acted despite wistful whistling.}{yesw}{Queen Q*ueenie acted despite wistful whistling.}
\enwffont{GilliusADF-LF}{GilliusADF}
\enwffont{GilliusADFNoTwo-LF}{GilliusADFNoTwo}
\enwffont{yly}{LibrisADF}
\enwffont{yly}{Upright \textit{Italics} \textbf{Bold \textit{Italics}}}
\enwffont{yly}{Quietly, Rupert X. Kurtis, a churlish skittish bespectacled clerk, strictly slacks.}{ylyw}{Quietly, Rupert X. Kurtis, a churlish skittish bespectacled clerk, strictly slacks.}
\enwffont{MintSpirit-LF}{MintSpiritNoTwo}
\enwffont{yrd}{RomandeADF}{yrdw}
\enwffont{yrd}{Upright \textit{Italics} \textsc{Small-Caps} \textdb{Demi-Bold  \textit{Italics} \textsc{Small-Caps}}}
\enwffont{yrd}{Sphinx of black quartz, judge my vow. Querulous sponges act last. \swashstyle Sphinx of black quartz, judge my vow. Querulous sponges act last.}{yrda}{Querulous sponges act last. Q*uerulous s*ponges* act las*t.  \swashstyle Querulous sponges act last. Q*uerulous s*ponges* act las*t.}
\enwffont{UniversalisADFStd-LF}{Universalis}
\enwffont{yvt}{VenturisADF}
\enwffont{yvt}{Upright \textit{Italics} \textsc{Small-Caps} \textsi{Italic Small-Caps} \textbf{Bold \textit{Italics} \textsc{Small-Caps} \textsi{Italic Small-Caps}} \texteb{Extra-Bold \textit{Italics}} \textcd{Condensed \textit{Italics} \textsc{Small-Caps} \textsi{Italic Small-Caps} \textbf{\cdwidth Bold Condensed \textit{Italics} \textsc{Small-Caps} \textsi{Italic Small-Caps}}}}
\enwffont{yvt}{Kinky Querulous \emph{Rhinos} X-Ray Exultant Risque \emph{Zebras}. \scshape Kinky Querulous \emph{Rhinos} X-Ray Exultant Risque \emph{Zebras}. \upshape\swashstyle Kinky Querulous \emph{Rhinos} X-Ray Exultant Risque \emph{Zebras}. \scshape Kinky Querulous \emph{Rhinos} X-Ray Exultant Risque \emph{Zebras}.}{yvtaw}{\upshape Kinky Querulous \emph{Rhinos} X-Ray Exultant Risque \emph{Zebras}.}
\enwffont{yv2}{VenturisADF No2}
\enwffont{yv2}{Upright \textit{Italics} \textmb{Medium-Bold  \textit{Italics}} \textbf{Bold  \textit{Italics}} \texteb{Extra-Bold  \textit{Italics}} \textcd{Condensed  \textit{Italics} \textbf{\cdwidth Bold Condensed \textit{Italics}}}}
\enwffont{yv1}{VenturisADF Sans}
\enwffont{yv1}{Upright \textit{Italics} \textlg{Light  \textit{Italics}} \textdb{Demi-Bold  \textit{Italics}} \textbf{Bold  \textit{Italics}} \texteb{Extra-Bold  \textit{Italics}} \textcd{Condensed  \textit{Italics}} \textbf{\textcd{Bold Condensed  \textit{Italics}}} \textep{Extended  \textit{Italics} \textbf{\epwidth Bold Extended  \textit{Italics}}}}
\enwffont{yv3}{VenturisADF Sans No2}
\enwffont{yv3}{Upright \textit{Italics} \textbf{Bold  \textit{Italics}} \textcd{Condensed  \textit{Italics}} \textbf{\textcd{Bold Condensed  \textit{Italics}}} \textep{Extended  \textit{Italics} \textbf{\epwidth Bold Extended  \textit{Italics}}}}
\enwffont{yvtd}{VenturisADF Titling No2}
\enwffont[shape=ol]{yvtd}{VenturisADF Titling No4}
\enwffont{yv1d}{VenturisADF  Titling No1}
\enwffont[series=b]{yv1d}{VenturisADF  Titling No3}
\enwffont{yvo}{VenturisADF Old}
\enwffont{yvo}{Upright \textit{Italics} \textbf{Bold  \textit{Italics}}}
\enwffont{yvo}{dogs \& sticks \textbf{dogs \& sticks d*ogs* \& sticks*}}
}% last one outside the group for the bullets
\enwffont{yvod}{VenturisADF Goth Titling}
\enwffont[encoding=B1]{auncl}{Artificial Uncial fonts}
\artnouv{ARTNOUV} \textbullet{}
\artnouvc{ArtnouvC} \textbullet{}
\enwffont{augie}{Augie}
\enwffont{AuriocusKalligraphicus}{AuriocusKalligraphicus}
\enwffont{AuriocusKalligraphicus}{Upright \textsl{Oblique} \textbf{Bold \textsl{Oblique}}}
\enwffont{fav}{Arev Sans}
\enwffont{fve}{Bera Serif}
\enwffont{fvs}{Bera Sans}
\enwffont{fvm}{Bera Mono}
\enwffont{sqrc}{Bookhands Square Capitals}
\carr{CarrickC} \textbullet{}
\enwffont{DejaVuSerif-TLF}{DejaVuSerif}
\enwffont{DejaVuSans-TLF}{DejaVuSans}
\enwffont{DejaVuSansMono-TLF}{DejaVuSansMono}
\enwffont[series=xl]{pbsi}{BrushScriptX-Italic}
\enwffont{Cabin-TLF}{Cabin}
\enwffont{CabinCondensed-TLF}{Cabin Condensed}
\enwffont{Caladea-TLF}{Caladea}
\enwffont{fca}{Cantarell}
\enwffont{Carlito-TLF}{Carlito}
\enwffont{cmin}{Carolingan Minuscules}
\enwffont{Cinzel-LF}{Cinzel \textbf{Cinzel} \fontseries{k}\selectfont Cinzel}
\enwffont{CinzelDecorative-LF}{Cinzel Decorative \textbf{Cinzell Decorative} \fontseries{k}\selectfont Cinzell Decorative}
\enwffont{ClearSans-LF}{Clear Sans}
\enwffont{ClearSansLight-LF}{Clear Sans Light}
\enwffont{ClearSansThin-LF}{Clear Sans Thin}
\enwffont{fco}{Comfortaa}
\enwffont{cyklop}{Cyklop}
\enwffont{dayrom}{DayRoman}
\enwffont{fdr}{Droid Serif}
\enwffont{fds}{Droid Sans}
% \enwffont{fdm}{Droid Mono}% ddim yn gweithio
\enwffont{EBGaramond-OsF}{EB Garamond}[{\fontfamily{EBGaramondInitials-TLF}\selectfont G}aramond Initials][shape=sw]{EBGaramond-OsF}
\enwffont{EBGaramond-OsF}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italic Small-Caps}}
\enwffont{EBGaramond-OsF}{\textit{A Bad Dodger Gave Klingon Paul Quiet Reason to Strike Torrid Vanquished Wombles Zealously.} {\fontshape{sw}\selectfont A Bad Dodger Gave Klingon Paul Quiet Reason to Strike Torrid Vanquished Wombles Zealously.}}
\eichen{Eichenla} \textbullet{}
\eileen{Eileen} \textbullet{}
\eileenbl{Eileen Black Letter} \textbullet{}
\elz{Elzevier} \textbullet{}
\enwffont{fbb-LF}{fbb}
\enwffont{fbb-LF}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}}
\enwffont{FiraSans-TLF}{Fira}
\enwffont{foekfont}{FOEKFONT}
\enwffont{frc}{French Cursive}
\enwffont{gentium}{Gentium}
\enwffont{gentium}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics}}}
\gotin{GOT INITIALS} \textbullet{}
\goudyin{GOUDY INITIALS} \textbullet{}
\enwffont{artemisia}{GFS Artemisia}
\enwffont{bodoni}{GFS Bodoni}
\enwffont{udidot}{GFS Didot}
\enwffont{neohellenic}{GFS Neohellenic}
\enwffont{zi4}{Inconsolata}
\enwffont{iwona}{Iwona}
\enwffont{iwonac}{Iwona Condensed}
\enwffont{iwonal}{Iwona Light}
\enwffont{iwonalc}{Iwona Light Condensed}
\enwffont{JanaSkrivana}{JanaSkrivana}
\enwffont{JanaSkrivana}{Upright \textsl{Oblique} \textbf{Bold \textsl{Oblique}}}
\kinig{Kinig Cap} \textbullet{}
\konanur{Konanur} \textbullet{}
\kramer{KRAMER kramer} \textbullet{}
\enwffont{kurier}{Kurier}
\enwffont{kurierc}{Kurier Condensed}
\enwffont{kurierl}{Kurier Light}
\enwffont{kurierlc}{Kurier Light Condensed}
\enwffont{fla}{Lato}
\enwffont{LibreBaskerville-TLF}{Libre Baskerville}
\enwffont{LibreCaslonText-TLF}{Libre Caslon}
\enwffont{LinuxLibertineT-OsF}{Linux Libertine Roman}
\enwffont{LinuxLibertineDisplayT-OsF}{Linux Libertine Display}
\enwffont{LinuxLibertineInitialsT-OsF}{LINUX LIBERTINE INITIALS}
\enwffont{LinuxBiolinumT-OsF}{Linux Biolinum}
\enwffont{LinuxLibertineMonoT-TLF}{Linux Libertine Mono}
\enwffont{LobsterTwo-LF}{Lobster Two}
\enwffont{LukasSvatba}{LukasSvatba}
\enwffont{LukasSvatba}{Upright \textsl{Oblique} \textbf{Bold \textsl{Oblique}}}
\enwffont{ul9}{Luxi Mono}
\enwffont{Merriweather-OsF}{Merriweather}
\enwffont{MerriweatherSans-TLF}{Merriweather Sans}
\morrisin{Morris Initials} \textbullet{}
\enwffont{nanummj}{nanummj}
\enwffont{nanumgt}{nanumgt}
\nouvd{Nouveaud} \textbullet{}
\enwffont{fos}{OpenSans}
\enwffont{Overlock-LF}{Overlock}
\enwffont{OverlockSC-LF}{Overlock SC}
\enwffont{PlayfairDisplay-OsF}{Playfair Display}
\enwffont{PlayfairDisplay-OsF}{Upright \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics} \textbf{Bold \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}} \fontseries{k}\selectfont Black \textit{Italics} \textsc{Small-Caps} {\fontshape{scit}\selectfont Italics}}
\enwffont{PTSerif-TLF}{PT Serif}
\enwffont{PTSerifCaption-TLF}{PT Serif Caption}
\enwffont{PTSans-TLF}{PT Sans}
\enwffont{PTSansNarrow-TLF}{PT Sans Narrow}
\enwffont{PTSansCaption-TLF}{PT Sans Caption}
\enwffont{PTMono-TLF}{PT Mono}
\enwffont{Quattrocento-TLF}{Quattrocento}
\enwffont{QuattrocentoSans-TLF}{Quattrocento Sans}
\enwffont{Raleway-TLF}{Raleway}
\enwffont{Roboto-LF}{Roboto}
\enwffont{RobotoCondensed-LF}{Roboto Condensed}
\enwffont{RobotoSlab-LF}{Roboto Slab}
\romantik{Romantik} \textbullet{}
\roth{ROTH DN roth dn} \textbullet{}
\royal{ROYAL} \textbullet{}
\sanremo{San Remo} \textbullet{}
\enwffont{SourceCodePro-TLF}{SourceCodePro}
\enwffont{SourceSansPro-TLF}{SourceSansPro}
\starburst{Star Burst} \textbullet{}
\enwffont{stix}{STIX}
\enwffont{trjn}{TRAJAN}
\typocap{Typocaps} \textbullet{}
\enwffont{yfrak}{Yannis Fraktur}
\zall{Zallman} \textbullet{}

{\centering
\begin{minipage}{.6\textwidth}
\tengwarannataritalic\test
\end{minipage}\par
}

\end{document}
Dateianhänge
fonts-1.png
fonts-1.png (485.34 KiB) 5153 mal betrachtet
fonts-2.png
fonts-2.png (607.24 KiB) 5154 mal betrachtet

christoph88
Forum-Fortgeschrittener
Forum-Fortgeschrittener
Beiträge: 75
Registriert: Di 21. Feb 2012, 13:43

Beitrag von christoph88 »

Ich würde mich hier gleich mal dranhängen, weil ich zufällig eine passende Frage habe.

Ich stelle die Schriftart für manche Dokumentteile gesondert ein (Deckblätter etc.) und mache das über
\newcommand{\changefont}[3]{\fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont}
Ich habe immer ziemliche Schwierigkeiten, den Code für die Fontfamily zu finden. Bei Stefan im Codebeispiel stehen einige. Wo finde ich sowas?

Viele Grüße
Christoph

Besserwisser

Beitrag von Besserwisser »

Die Anweisung \changefont ist bei dir fehlerhaft implementiert. So enthält sie beispielsweise diverse unerwünschte Leerzeichen. Darüber hinaus ist sie auch überflüssig, weil LaTeX bereits eine Anweisung \usefont kennt, die korrekt und vollständig implementiert ist. Siehe dazu den [d]fntguide[/d].

Außerdem sollte man eher wenige Fonts mischen. Wenn \rmfamily, \sffamily und \ttfamily zusammen mit den Attributen, die für diese Familien möglich sind, nicht mehr ausreichen, macht man meist schon etwas falsch.

Wenn man ein Deckblatt ganz normal als eigenes Dokument erstellt, kann man natürlich dort auch problemlos andere Fontpakete laden. Dann muss man nicht einmal wissen, wie die Familie heißt, kann diese aber natürlich auch einfach nach der Auswahl des Fonts abfragen (siehe erneut [d]fntguide[/d], in dem die Makros dokumentiert sind, in denen die ganzen Angaben gespeichert sind).

Die Font-Familien sind i. d. R. in der Doku zu den Fonteinbindungen angegeben. Man findet sie auch in den Paketdateien der Fonts, beispielsweise in helvet.sty in der Zeile:
\renewcommand{\sfdefault}{phv}
Zur Bedeutung von \sfdefault siehe ebenfalls den [d]fntguide[/d].

christoph88
Forum-Fortgeschrittener
Forum-Fortgeschrittener
Beiträge: 75
Registriert: Di 21. Feb 2012, 13:43

Beitrag von christoph88 »

Hallo Besserwisser,

also bei mir hat das \changefont bisher immer wunderbar funktioniert. Ich hatte sie mal von dieser Seite: http://www.math.tu-dresden.de/~rudl/latex/fonts.pdf

Ich weiß natürlich, dass man nicht unzählige Fonts in einem (wissenschaftlichen) Artikel verwenden soll. Allerdings nutze ich LaTeX nun vorwiegend für etwas ausgefallenere Sachen, z.B. zum Zusammenführen mehrerer PDF-Dokumente in definierter Reihenfolge über LaTeX-Skripte, die ich wiederum durch andere Programmiersprachen generieren und übersetzen lasse.

Dennoch danke ich dir sehr für den Hinweis, nach der Definition von \sfdefault in der Paketdatei zu suchen.

Viele Grüße
Christoph

Besserwisser

Beitrag von Besserwisser »

christoph88 hat geschrieben:Ich hatte sie mal von dieser Seite: http://www.math.tu-dresden.de/~rudl/latex/fonts.pdf
Das ändert nichts daran, dass die Implementierung fehlerhaft ist. Es ändert auch nichts daran, dass die Anweisung überflüssig ist. Selbst für den Font-Sampler hätte man genauso gut \usefont verwenden können. Genau solche Dateien im Netz sind es, die immer wieder Leuten falsche Dinge vorgaukeln. Du glaubst nicht, wie viele Leute schon geglaubt haben, dass man genau diese Anweisung dazu verwenden kann, ein komplettes Dokument in Schrift XYZ zu erstellen und dann hier und in anderen Foren aufgeschlagen sind, weil es eben nicht so geht. Es wäre viel besser, wenn dieser Font-Sampler die Anweisung zwar nutzen aber nicht im PDF erwähnen würde. Braucht man ja nicht, um Name, Familie, Gewicht und Ausrichtung des Fonts zu erwähnen. Den wichtigen Punkt, in welchen Codierungen die Fonts verfügbar sind, hätte man dann auch gleich noch erwähnen können. Und am besten hätte man auch noch angegeben, mit welchen Paketen man \rmfamily oder \sffamily oder \ttfamily auf den entsprechenden Font umschaltet.

Für freie Fonts gibt es eine gut gemachte Übersicht beispielsweise als The LaTeX Font Catalogue.

Benutzeravatar
Stefan Kottwitz
Admin
Admin
Beiträge: 2528
Registriert: Di 8. Jul 2008, 00:39
Kontaktdaten:

Beitrag von Stefan Kottwitz »

Hi Christoph,

ich hatte mal eine Liste von Kurznamen häufig verwendeter Schriften für ein Buch gemacht:

  • Avant Garde pag
  • Bookman pbk
  • Charter bch
  • Computer Concrete ccr
  • Computer Modern Roman cmr
  • Computer Modern Sans Serif cmss
  • Computer Modern Typewriter cmtt
  • Courier pcr
  • Garamond mdugm
  • Helvetica phv
  • Inconsolata fi4
  • Latin Modern lmr
  • Latin Modern Sans Serif lmss
  • Latin Modern Typewriter lmtt
  • New Century Schoolbook pnc
  • Palatino ppl
  • Times ptm
  • Utopia put
  • Zapf Chancery pzc
Stefan

Benutzeravatar
Johannes_B
Moderator
Moderator
Beiträge: 5079
Registriert: Do 1. Nov 2012, 14:55
Kontaktdaten:

Beitrag von Johannes_B »

Die Seite auf der deine pdf zu finden ist wurde im März 2008 zum letzten mal bearbeitet.

Eigentlich dachte ich ja, dass das Dokument dort nicht mehr zu finden sein würde.
TeXwelt - Fragen und Antworten Schaut vorbei und stellt Fragen.
LaTeX-Vorlagen?

Der Weg zum Ziel: Ruhe bewahren und durchatmen, Beiträge und unterstützende Links aufmerksam lesen, Lösungsansätze verstehen und ggf. nachfragen.

letscho84
Forum-Anfänger
Forum-Anfänger
Beiträge: 45
Registriert: Fr 11. Mär 2011, 10:51

Beitrag von letscho84 »

Hallo zusammen,

vielen Dank erstmal für die Übersicht und die Tipps. Das hat mir sehr geholfen.

Antworten