Code: Select all
\newcommand*{\poemstyle}{\usefont{OT1}{??}{m}{n}\selectfont}
\modernscriptshape version?I'm a total newbie with fonts in LaTeX.
Code: Select all
\newcommand*{\poemstyle}{\usefont{OT1}{??}{m}{n}\selectfont}
\modernscriptshape version?Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\modernscriptshape command at the concerned places.Code: Select all
\usepackage{vicent}
\usepackage[OT1]{fontenc}
Code: Select all
\newcommand*{\poemstyle}{\usefont{??}{??}{??}{??}\selectfont}
\modernscriptshape?Code: Select all
\documentclass[12pt,twoside]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[total={6in,10in},left=1.5in,top=0.5in,includehead,includefoot]{geometry}
\usepackage{lipsum}
\usepackage{epigraph}
\setlength{\epigraphrule}{0pt}
\newcommand*{\chapterpoem}{\usefont{T1}{qzc}{m}{n}\selectfont}
\newcommand{\epig}[2]{\epigraphhead[70]{\epigraph{\chapterpoem{#1}}{\chapterpoem\textit{#2}}}}
\begin{document}
\chapter{Test chapter one}
\epig{This is just a simple test sample.}{A pigeon}
\lipsum[1-4]
\end{document}
\modernscriptshape), if we suppose it's already installed in the LaTeX system ?{\fontfamily{qzc} \selectfont This is TeX Gyre Chorus}\usepackage{calligra}{\calligra This is Calligra}Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis