kanji-sheets/main.tex

75 lines
1.2 KiB
TeX
Raw Normal View History

2020-05-20 10:19:01 +02:00
% !TEX program = xelatex
\documentclass{article}
\usepackage{fontspec}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
}
\usepackage{geometry}
\geometry{
a4paper,
left=20mm,
right=20mm,
top=20mm,
}
2020-05-25 22:17:03 +02:00
\usepackage{longtable} %N1 table is too long.
2020-05-20 10:19:01 +02:00
\usepackage[japanese]{babel}
\usepackage{xeCJK}
\setCJKmainfont{Noto Sans Mono CJK JP}
\setmainfont{Open Sans}
\input{./kanjiLib.tex}
\setlength{\parindent}{0pt}
\usepackage{etoc}
\begin{document}
\input{./title/titlepage.tex}
\break
\tableofcontents
\break
\section*{Preface}
2020-05-25 22:17:03 +02:00
%TODO: Add more detailed information
2020-05-20 10:19:01 +02:00
Thanks to for making both the Choumei font and the variant containing stroke order numbers. You can find his work at \url{https://www.nihilist.org.uk/}
Metadata is taken from \url{https://jisho.org/}
This is a list of all kanji in N5 (according to \href{http://www.tanos.co.uk/jlpt/skills/kanji/}{tanos.co.uk})
\break
\jlptSection{n5}
2020-05-25 22:17:03 +02:00
\input{./data/testing/test.tex}
2020-05-20 10:19:01 +02:00
\jlptSection{n4}
% \input{./data/pages/n4.tex}
\jlptSection{n3}
% \input{./data/pages/n3.tex}
\jlptSection{n2}
% \input{./data/pages/n2.tex}
\jlptSection{n1}
% \input{./data/pages/n1.tex}
\end{document}