在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Adhumunt/NotesTeX开源软件地址(OpenSource Url):https://github.com/Adhumunt/NotesTeX开源编程语言(OpenSource Language):TeX 100.0%开源软件介绍(OpenSource Introduction):AnnouncementNotesTeX v3.0 is out after being in development for longer than I am proud to admit. If you'd like to showcase how your notes look like, send a PNG over to my email with your Github username and I'll feature it below. Thanks for your interest over the years! NotesTeX
An All-In-One LaTeX Notes Package For Students.
Table of contentsUpdate (v3.0)23/10/2021
Preview
InstallationInstalling just requires the following steps:
UsageHere 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}
... DocumentationAll the documentation of this package is given in NotesTeX.pdf and if you have any questions feel free to contact me. LicenseThis material is subject to the LaTeX Project Public License. Version and Contact
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论