NotesTeX/README.md

110 lines
4.5 KiB
Markdown
Raw Normal View History

2019-06-07 12:13:50 -05:00
# Announcement
2020-09-02 15:59:24 -05:00
NotesTeX v3.0 was slightly delayed and will be here by the end of October, 2020. v3.0 will include expanded language support, a redesign of mathematical environments (e.g., theorems, definitions, and examples), removal of deprecated features, and support on additional latex engines, such as, but not limited to, xetex. This major overhaul will be pushed out to CTAN by the end of October after beta testing and feedback.
2019-06-07 12:13:50 -05:00
2017-09-21 17:00:33 -04:00
<p align="center">
2017-09-21 17:30:57 -04:00
<h1 align="center"><i>NotesTeX</i></h1>
2017-09-21 17:00:33 -04:00
<p align="center">
2017-09-21 17:31:57 -04:00
<b>An All-In-One LaTeX Notes Package For Students.</b>
2017-09-21 17:08:32 -04:00
<br>
2017-09-21 17:30:57 -04:00
<i>NotesTeX</i> is a modification of the original Jhep journal <br> format in order to suit the needs of students in university.
2017-09-21 17:00:33 -04:00
<br>
2017-09-21 17:36:00 -04:00
<br>
&middot;
2018-04-28 18:35:04 -04:00
<b>NotesTeX v2.1</b>
2017-09-21 17:36:00 -04:00
&middot;
2017-09-22 16:13:27 -04:00
<br>
&middot;
<a href="https://ctan.org/pkg/notestex"><strong>CTAN &raquo;</strong></a>
&middot;
2017-09-21 17:00:33 -04:00
</p>
</p>
2017-09-18 12:29:15 -04:00
2017-09-21 17:29:52 -04:00
## Table of contents
2018-04-28 18:35:04 -04:00
- [Update](#update)
2017-09-21 17:29:52 -04:00
- [Preview](#preview)
- [Installation](#installation)
2017-09-21 20:47:49 -04:00
- [Usage](#usage)
2017-09-21 17:29:52 -04:00
- [Documentation](#documentation)
- [License](#license)
- [Version and Contact](#version-and-contact)
2018-04-28 18:35:04 -04:00
## 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](NoTeX/NotesTeX.pdf), specifically Persian.
3. Discussed an issue with the ```twoside``` option.
2017-09-18 11:48:50 -04:00
2017-09-21 17:00:33 -04:00
## Preview
2017-09-21 17:53:50 -04:00
| ```Jhep``` Formatting | Table of Contents |
|:---:|:---:|
| [![Preview](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample0.png)](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample0.pdf) | [![Preview](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample1.png)](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample1.pdf) |
2017-09-21 17:36:00 -04:00
| Margin Notes | ```amsthm``` Integration |
2017-09-21 17:00:33 -04:00
|:---:|:---:|
2017-09-21 17:53:50 -04:00
| [![Preview](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample2.png)](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample2.pdf) | [![Preview](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample3.png)](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample3.pdf) |
2017-09-21 17:00:33 -04:00
2017-09-21 17:53:50 -04:00
| Image Integration | New ```part``` Formatting |
2017-09-21 17:00:33 -04:00
|:---:|:---:|
2017-09-21 17:53:50 -04:00
| [![Preview](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample4.png)](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample4.pdf) | [![Preview](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample5.png)](https://raw.githubusercontent.com/adhumunt/NotesTeX/master/Sample/Sample5.pdf) |
2017-09-21 17:00:33 -04:00
2017-09-18 11:48:50 -04:00
## Installation
Installing just requires the following steps:
2017-09-18 17:32:20 -04:00
1. **Download** the [zip archive](NoTeX.zip).
2017-09-18 12:10:06 -04:00
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
2017-09-21 22:55:00 -04:00
\documentclass[10pt]{article}
2017-09-18 17:32:20 -04:00
\usepackage{/Path/to/package/NotesTeX} %/Path/to/package should be replaced with package location
2017-09-18 11:48:50 -04:00
\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
2017-09-19 09:34:56 -04:00
\pagestyle{fancynotes}
2017-09-18 11:48:50 -04:00
\part{Test Part 1}
2017-09-20 11:54:19 -04:00
\lipsum[1]
2017-09-18 11:48:50 -04:00
\section{Subtest Section 1}
2017-09-19 09:34:56 -04:00
Some notes here.\sn{With some additional sidenotes}
2017-09-18 11:48:50 -04:00
\end{document}
```
2018-04-28 18:35:04 -04:00
For right to left flowing languages, please add the following package and [Persian font](https://fontlibrary.org/en/font/xb-niloofar) just before you start the document.
```latex
\usepackage{xepersian}
\settextfont{XB Niloofar}
\setlatintextfont{Times New Roman}
\begin{document}
...
```
2018-04-28 18:39:02 -04:00
| Persian Integration |
2018-04-28 18:38:24 -04:00
|:---:|
| [![Preview](https://raw.githubusercontent.com/Adhumunt/NotesTeX/master/Sample/NoTeX_Persian.png)](https://raw.githubusercontent.com/Adhumunt/NotesTeX/master/Sample/NoTeX_Persian.png) |
2018-04-28 18:35:04 -04:00
2017-09-21 17:00:33 -04:00
## Documentation
2017-09-20 12:02:22 -04:00
All the documentation of this package is given in [NotesTeX.pdf](NoTeX/NotesTeX.pdf) and if you have any questions feel free to contact me.
2017-09-18 12:29:15 -04:00
## License
2018-04-28 18:35:04 -04:00
This material is subject to the [LaTeX Project Public License](LICENSE).
2017-09-21 17:00:33 -04:00
## Version and Contact
2018-04-28 18:35:04 -04:00
> NotesTeX v2.1.
2017-09-21 17:00:33 -04:00
> Created by Aditya Dhumuntarao.
2018-04-28 18:35:04 -04:00
> Date: 28 April, 2018.
2019-06-07 12:13:50 -05:00
> E-mail comments and suggestions to adhumunt@gmail.com.