blob: d126b999e063f5d6755f5627814f7dc5c8bfb356 (
plain)
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
32
|
\documentclass[11pt,twocolumn]{article}
\usepackage[ps,mover]{skak}
\title{font\\Verifying that the fonts behave properly}
\author{Torben Hoffmann }
\begin{document}
\parindent=0pt
\maketitle
\section{In a section command: \wmove{Nf6}\counterplay}
\textbf{In bold font:\wmove{Nf6}\counterplay} (\wmove{Nf}\counterplay
in normal thickness.)
{\Huge In a Huge font: \wmove{Nf6}\counterplay}
\end{document}
|