2017-09-18 12:10:06 -04:00
# The NotesTeX Package
2017-09-18 12:23:21 -04:00
> NotesTEX v1.0.
> Created by Aditya Dhumuntarao.
> Date: September 18, 2017.
> E-mail comments and suggestions to adhumunt@gmail.com.
2017-09-18 11:48:50 -04:00
2017-09-18 12:10:06 -04:00
This material is subject ot the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of the liscence.
2017-09-18 11:48:50 -04:00
2017-09-18 12:10:06 -04:00
_NotesTeX_ is a modification of the original Jhep journal format in order to suit the needs of students in university.
2017-09-18 11:48:50 -04:00
## Installation
Installing just requires the following steps:
2017-09-18 12:10:06 -04:00
1. **Download** the [zip archive ](https://github.com/Adhumunt/NotesTeX/XXX )
2. **Build** the NotesTeX.tex file. This compile should work without a problem, and it should look like the pdf attached below.
3. **Move** the NotesTeX.sty file where ever you need it, and let your new notes file call to it as provided in the example below.
2017-09-18 11:48:50 -04:00
## Usage
Here is an example of a test page:
```latex
\documentclass{article}
\usepackage{/Path/to/package/jhepforstudents} %/Path/to/package should be replaced with package location
\usepackage{lipsum}
\title{{\Huge Test Page Title}\\{\Large{Test Page Subtitle}}}
\author{Author Name\footnote{\href{https://google.com/}{\textit{Author Website}}}}
\affiliation{Affiliation of Author}
\emailAdd{Email of Author}
\begin{document}
\maketitle
\flushbottom
\newpage
\pagestyle{fancyjhepmod}
\part{Test Part 1}
\section{Subtest Section 1}
\end{document}
```
## Details
All the documentation of this package is given in jhepforstudents.pdf and if you have any questions feel free to contact me.