mirror of
https://github.com/vale981/NotesTeX
synced 2025-03-05 09:51:37 -05:00
1.5 KiB
1.5 KiB
The NotesTeX Package
NotesTeX v1.1.
Created by Aditya Dhumuntarao.
Date: September 18, 2017.
E-mail comments and suggestions to adhumunt@gmail.com.
Purpose
NotesTeX is a modification of the original Jhep journal format in order to suit the needs of students in university.
Installation
Installing just requires the following steps:
- Download the zip archive.
- Build the NotesTeX.tex file. This compile should work without a problem, and it should look like the pdf attached below.
- 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.
Usage
Here is an example of a test page:
\documentclass{article}
\usepackage{/Path/to/package/NotesTeX} %/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{fancynotes}
\part{Test Part 1}
\lipsum[1]
\section{Subtest Section 1}
Some notes here.\sn{With some additional sidenotes}
\end{document}
Details
All the documentation of this package is given in NotesTeX.pdf and if you have any questions feel free to contact me.
License
This material is subject ot the LaTeX Project Public License.