summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/polyglossia/test-welsh.tex
blob: 8322392e809df463e10fb7c048decf5c4850a97c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass{article}

\usepackage{polyglossia}
\setmainlanguage{welsh}
\setotherlanguage[variant=british,ordinalmonthday=false]{english}
\usepackage{xinttools}
\usepackage{longtable}

\begin{document}

\month=8
\year=2015
\begin{longtable}{lll}
\xintFor* #1 in {\xintSeq{7}{9}}\do
  {\xintFor* ##1 in {\xintSeq{1}{31}}\do
    {\day=##1\month=#1\relax\today & \day=##1\month=#1\relax\formaltoday & \day=##1\month=#1\relax\textenglish{\today} \\ }}

\end{longtable}

\end{document}