blob: 0904568fec197310d871bcfa8aebb49d86f4c754 (
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
33
34
35
36
37
38
39
|
\documentclass{article}
\usepackage{fontspec}
\usepackage{luaotfload}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{float}
\usepackage{sunpath}
\usetikzlibrary{hobby} % this library let one connect points to curve.
\newcommand{\TikZ}{Ti\textit{k}Z}
\title{
\textsf{sunpath} -- Draw Sun Path\\
(Test Compatibility only)
}%
%
\author{%
Hồng-Phúc Bùi%
}
\begin{document}
%
\parindent0pt
%
\maketitle
\tableofcontents
\section{Object}
This file tests if this package can be used within a \texttt{article} class.
\input{sunpath.docpart.tex}
\end{document}
|