All Projects → dustinvtran → Latex Templates

dustinvtran / Latex Templates

A collection of LaTeX templates used for research, courses, and miscellanea.

Projects that are alternatives of or similar to Latex Templates

Papers
Publications from the MathJax project
Stars: ✭ 6 (-98.56%)
Mutual labels:  latex, research
Arxiv Equations
🚀 Provides equations in latex format from arxiv paper.
Stars: ✭ 23 (-94.5%)
Mutual labels:  latex, research
Latex Examples
Examples for the usage of LaTeX
Stars: ✭ 1,032 (+146.89%)
Mutual labels:  latex, research
Latex.js
JavaScript LaTeX to HTML5 translator
Stars: ✭ 374 (-10.53%)
Mutual labels:  latex
Betterbib
Update BibTeX files with info from online resources.
Stars: ✭ 380 (-9.09%)
Mutual labels:  latex
Multimarkdown 6
Lightweight markup processor to produce HTML, LaTeX, and more.
Stars: ✭ 394 (-5.74%)
Mutual labels:  latex
Franklin.jl
(yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia.
Stars: ✭ 413 (-1.2%)
Mutual labels:  latex
Limecv
A LaTeX CV Document Class
Stars: ✭ 376 (-10.05%)
Mutual labels:  latex
Graphwaveletneuralnetwork
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
Stars: ✭ 404 (-3.35%)
Mutual labels:  research
Flexiblerichtextview
A view showing LaTeX, images, codes... You can customize tags as you want
Stars: ✭ 389 (-6.94%)
Mutual labels:  latex
Warezz
It's illegal cuz they can't tax you!
Stars: ✭ 386 (-7.66%)
Mutual labels:  research
Latex Online
Online latex compiler. You give it a link, it gives you PDF
Stars: ✭ 381 (-8.85%)
Mutual labels:  latex
Dialogue
Stars: ✭ 398 (-4.78%)
Mutual labels:  research
Marktext
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
Stars: ✭ 22,894 (+5377.03%)
Mutual labels:  latex
Fiduswriter
Fidus Writer is an online collaborative editor for academics.
Stars: ✭ 405 (-3.11%)
Mutual labels:  latex
Raasnet
Open-Source Ransomware As A Service for Linux, MacOS and Windows
Stars: ✭ 371 (-11.24%)
Mutual labels:  research
Texlab
An implementation of the Language Server Protocol for LaTeX
Stars: ✭ 402 (-3.83%)
Mutual labels:  latex
Mark Mind
MarkMind — a mind map and outliner editor for Windows, Mac, Linux, andriod and ios ,it support markdown in node.
Stars: ✭ 385 (-7.89%)
Mutual labels:  latex
Latex Action
GitHub Action to compile LaTeX documents
Stars: ✭ 386 (-7.66%)
Mutual labels:  latex
Knitr Examples
A collection of knitr examples
Stars: ✭ 389 (-6.94%)
Mutual labels:  latex

LaTeX

When writing a new document, I begin from one of these templates. I have found these fundamental to my workflow.

Setup

Your preferences may vary.

Use latexmk. It's powerful. My day-to-day use is: 1. write text in Vim; 2. run latexmk -C and latexmk -pdf main in the terminal; 3. ??? profit.

In terms of packages:

  • I use MacTeX.
  • I use additional LaTeX packages listed here.
  • I use mtpro2 as a default font. It is proprietary and requires manual installation.

Curriculum Vitae

Papers

Lectures

Problem Sets

Other Examples

I use the listings package for code snippets, with custom syntax highlighting.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].