All Projects → leftaroundabout → Symbolic Math Hatex

leftaroundabout / Symbolic Math Hatex

Licence: gpl-3.0
Convenient Haskell syntax for writing in LaTeX math expressions

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to Symbolic Math Hatex

Beamer
A LaTeX class for producing presentations and slides
Stars: ✭ 697 (+3568.42%)
Mutual labels:  latex
Satysfi
A statically-typed, functional typesetting system
Stars: ✭ 815 (+4189.47%)
Mutual labels:  latex
Swjtuthesis
LaTeX template for SWJTU thesis.
Stars: ✭ 16 (-15.79%)
Mutual labels:  latex
Engrafo
Convert LaTeX documents into beautiful responsive web pages using LaTeXML.
Stars: ✭ 717 (+3673.68%)
Mutual labels:  latex
Cleanthesis
Clean Thesis is a clean, simple, and elegant LaTeX style (or template) for thesis documents.
Stars: ✭ 787 (+4042.11%)
Mutual labels:  latex
Latex Thesis Template For Concordia University Students
A LaTex thesis template and style for ENCS graduate student from Concordia University
Stars: ✭ 6 (-68.42%)
Mutual labels:  latex
Tikz
Complete collection of my PGF/TikZ figures.
Stars: ✭ 668 (+3415.79%)
Mutual labels:  latex
Tikz drawings
Drawing in LaTeX
Stars: ✭ 18 (-5.26%)
Mutual labels:  latex
Awesome Tikz
A curated list of awesome TikZ documentations, libraries and resources
Stars: ✭ 804 (+4131.58%)
Mutual labels:  latex
Pandoc Latex Tip
A pandoc filter for adding tip in LaTeX
Stars: ✭ 7 (-63.16%)
Mutual labels:  latex
Zjuthesis
Zhejiang University Graduation Thesis LaTeX Template
Stars: ✭ 720 (+3689.47%)
Mutual labels:  latex
Latex Homework Template
🎓📄 The LaTeX file that I used as the base for all my homework in university.
Stars: ✭ 773 (+3968.42%)
Mutual labels:  latex
Papers
Publications from the MathJax project
Stars: ✭ 6 (-68.42%)
Mutual labels:  latex
Ctex Kit
Macro Packages and Scripts for Chinese TeX users
Stars: ✭ 709 (+3631.58%)
Mutual labels:  latex
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (+4573.68%)
Mutual labels:  latex
Mdmath
LaTeX Math for Markdown inside of Visual Studio Code.
Stars: ✭ 675 (+3452.63%)
Mutual labels:  latex
Readme2tex
Renders TeXy Math for Github Readmes
Stars: ✭ 826 (+4247.37%)
Mutual labels:  latex
Latex2e
The LaTeX2e kernel
Stars: ✭ 901 (+4642.11%)
Mutual labels:  latex
Awk
The AWK Programming Language (AWK 程序设计语言, awkbook) 中文翻译, LaTeX 排版
Stars: ✭ 892 (+4594.74%)
Mutual labels:  latex
Concordia Latex Template
Concordia University LaTeX Template for Master's thesis or PHD thesis.
Stars: ✭ 6 (-68.42%)
Mutual labels:  latex

This is an attempt to get convenient math syntax in HaTeX.

The idea is to combine these features:

  • Full access to the math-typesetting power of LaTeX. It should be possible to express any formula that might be found in a typical mathematics or physics journal article. This should also include expression which are not quite well-defined from a programming point of view, but are clear to the intended audience.
  • Idiomatic Haskell syntax. Who wants to bother with unreadable expressions involving either hundreds of double-backslashes or extra syntax overhead in wrapping them explicitly into HaTeX? Ideally, one would write expressions as if only meaning Haskell to calculate them, but get the result back as a full pretty-printing LaTeX math string. And the actual calculated result as well, if possible!

See EXAMPLES.md for how this works in practice, or example/Simple.hs for how the library can be used for writing mathematical documents. Rendered, that looks like this:

| TeX-my-math source for example document | xelatex-rendered example document |

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].