Giter Club home page Giter Club logo

notestex's Introduction

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 v3.0 ·
· CTAN » ·

Table of contents

Update (v3.0)

23/10/2021

  1. Stylistic updates; bug fixes
  2. Fixed floating issues between margin note, side note, and the geometry package
  3. Left column integration for AMSThm environments
  4. Removed deprecated fonts and shortcuts

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 your native font just before you start the document. Below is an MWE with Persian font.

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

\begin{document}
 ...

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 v3.0.
Created by Aditya Dhumuntarao.
Date: 23 Oct, 2021.
E-mail comments and suggestions to [email protected].

notestex's People

Contributors

adhumunt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.