Tau Class Lab Report Template
Tau Class Lab Report Template
Abstract—Welcome to tau (𝜏) LATEX class designed especially for your lab By default, tau class shows the title on the left. However, you can 12
reports or academic articles. In this example template, we will guide you change \raggedright to \centering in \titlepos to move the title 13
through the process of using and customizing this class to your needs. For
to the center or, modify it to your own preferences. 14
more information of this class check out the appendix section. There, you will
find codes that define key aspects of the template, allowing you to explore In addition to the \title command, a new command named 15
and modify them. \journalname has been added to include more information. 16
If you do not need this command, you can undefined it and the 17
Keywords—LATEX class, lab report, academic article, tau class content will be adjusted automatically. 18
Contents 3. Abstract 19
The abstract and keywords are defined using the \keywords and 20
1 Introduction 1 \begin{abstract}␣\end{abstract} commands respectively. For 21
5 Figures and tables 1 We included the \taustart{} command, which provides a person- 28
6 Tau packages 2 By implementing the lineno package, the line numbering of the doc- 31
6.2 Taubabel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 contents for a better appearance (comment or delete if not required). 34
7 Equation 2
4.3. Table of contents 35
8 Adding codes 2 The tau class provides a customized design for the table of contents. 36
9 References 3 Each level of the ToC provides a preview of the content and its location 37
in the document. 38
10 Appendix 3
10.1 Alternative title . . . . . . . . . . . . . . . . . . . . . . . . . . 3 5. Figures and tables 39
11 Contact me 3
12 Supporting 3
References 3
4
1 1. Introduction 2
2
4
W elcome to tau class for preparing your lab reports or academic
articles. Throughout this guide, we will show you how to use
this template and how to make modifications to this class.
0
−2
2
5 This class includes the following files placed in the ‘tau-class’ folder: −4
6 tau.cls, tauenvs.sty, taubabel.sty and README.md. Also, a main.tex, −2 0
tau.bib and some examples. −1
7
0
1
2 −2
8 2. Title Figure 1. Example figure obtained from PGFPlots [1].
9 The \maketitle command generates the title and author informa-
10 tion section, including the professor name and affiliations. The title Fig. 2 shows an example of two figures that covers the width of 42
11 can be modified in tau-class/tau.cls/title style section. the page. It can be placed at the top or bottom of the page. The space 43
Creative Commons CC BY 4.0 College name July 26, 2024 LATEX Template 1–3
Writing a lab report or academic article with tau LATEX class
L2 Error
10−3 10−3
Error
10−4 10−4
10−5 10−5
101 102 103 104 105 101 102 103 104 105 106
Cost Degrees of freedom
(a) Example left figure. (b) Example right figure.
Figure 2. Example figure that covers the width of the page obtained from PGFPlots [1].
44 between the figures can also be changed using the \hspace{Xpt} 7. Equation 71
45 command.
Equation 1, shows the Schrödinger equation as an example. 72
2
46 5.2. Tables ℏ 2 𝜕Ψ
∇ Ψ + 𝑉(𝐫)Ψ = −𝑖ℏ (1)
47 Table 1 shows an example table. The \tabletext{} is used to add 2𝑚 𝜕𝑡
48 notes to tables easily. The amssymb package was not necessary to include, because stix2 73
Column 1 Column 2 If you want to change the values that adjust the spacing above and 77
1
This class includes the listings package, which offers customized 81
49 6. Tau packages features for adding codes in LATEX documents specifically for C, C++, 82
85 If line numbering is defined at the beginning of the document, I 11. Contact me 111
Ð memo.notess 116
90 9. References
91 The default formatting for references follows the IEEE style. You 12. Supporting 117
92 can modify the style of your references, for that, go to tau- Did you like this class document? Check out our new project the rho 118
93 class/tau.cls/biblatex. See appendix for more information. class, made for complex articles and reports. 119
Coffee keeps me awake and helps me create better LATEX templates. If 121
95 10.1. Alternative title you wish to support my work, you can do so through PayPal: 122
Information
Small example of info environment.
1 \ Re quirePack age [
2 backend = biber ,
3 style = ieee ,
4 sorting = ynt
5 ]{ biblatex }
109 By default, tau class has its own .bib for this example, if you want
110 to name your own bib file, change the addbibresource.