File: typography.tex

package info (click to toggle)
infernal 1.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 74,208 kB
  • sloc: ansic: 230,749; perl: 14,433; sh: 6,147; makefile: 3,071; python: 1,247
file content (31 lines) | stat: -rw-r--r-- 867 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\documentclass[10pt]{book}
\usepackage{bookman}

\usepackage{relsize}   % the \smaller command, used in \ccode for example
\usepackage{fancyvrb}
\usepackage[numbers,sort&compress]{natbib}
\usepackage[pdftex]{graphicx}
\usepackage[backref,colorlinks]{hyperref}

\input{macros}

\begin{document}

This is a test document for looking at alternatives for typography in
Easel.

Source code, command lines, and output are shown \ccode{like this}. 

User input is shown \emcode{like this}.

Names of software and database distribution packages are in small
caps, as in \prog{blast}.  (In our \LaTeX\ code, we have shortcuts for
the \Easel\, \HMMER\, \Infernal\, \Pfam\, and \Rfam\ packages.)

A \esldef{new term} is set in bold font when first defined, and
associated with an entry in the index.

Names of Easel's modules appear like this: \eslmod{buffer}.

\end{document}