Skip to content

NotesTeX (or its nickname NoTeX) is a simple LaTeX notes taking package for students.

License

Notifications You must be signed in to change notification settings

70akaline/NotesTeX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesTeX

An All-In-One LaTeX Notes Package For Students.
NotesTeX is a modification of the original Jhep journal
format in order to suit the needs of students in university.

· NotesTeX v2.1 ·
· CTAN » ·

Table of contents

Update

28/04/2018

  1. Changed the geometry package conditions to be more flexible.
  2. Devoted a subsection to alternative language integration in NotesTeX.pdf, specifically Persian.
  3. Discussed an issue with the twoside option.

Preview

Jhep Formatting Table of Contents
Preview Preview
Margin Notes amsthm Integration
Preview Preview
Image Integration New part Formatting
Preview Preview

Installation

Installing just requires the following steps:

  1. Download the zip archive.
  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.

Usage

Here is an example of a test page:

\documentclass[10pt]{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}

For right to left flowing languages, please add the following package and Persian font just before you start the document.

\usepackage{xepersian}
\settextfont{XB Niloofar}
\setlatintextfont{Times New Roman}

\begin{document}
 ...
Persian Integration
Preview

Documentation

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 to the LaTeX Project Public License.

Version and Contact

NotesTeX v2.1.
Created by Aditya Dhumuntarao.
Date: 28 April, 2018.
E-mail comments and suggestions to [email protected].

About

NotesTeX (or its nickname NoTeX) is a simple LaTeX notes taking package for students.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%