summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/fonts-tlwg/examples/digits-cfr.tex
blob: ec9af123856197762ec35626435caa3e163fc09d (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
\documentclass[a4paper]{article}
\usepackage[thai]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[norasi]{fonts-tlwg}

\usepackage{nfssext-cfr}

\begin{document}

ระยะห่างของดวงจันทร์จากโลก
\begin{itemize}
  \item Perigee \textln{362,600 km} \textos{(356,400--370,400 km)}
  \item Apogee \textln{405,400 km} \textos{(404,000--406,700 km)}
\end{itemize}

ทดสอบ tabular/proportional figures (\emph{ไม่ผ่าน!})

\begin{tabular}{lrr}
\hline
  & Lining figures & Old style figures \\
\hline
Tabular figures & \texttl{197,453,631.11} & \textto{197,453,631.11} \\
                &      \texttl{80,142.21} &      \textto{81,142.21} \\
\hline
Proportional figures & \textpl{197,453,631.11} & \textpo{197,453,631.11} \\
                     &      \textpl{81,142.21} &      \textpo{81,142.21} \\
\hline
\end{tabular}

\end{document}