Mel is a typography system based on HTML, Markdown, and XML among others, designed to be a powerful and easy-to-use alternative to LaTeX, Word and other document formatting tools. It combines the simplicity of Markdown with LaTeX capabilities, making it ideal for scientific, academic and technical documents.
Curious to try it?
We have a Beta version available (still very early) at:
Link: Online Editor
Headers:
=
to create titles= Main Title
(level 1)== Subtitle
(level 2)Lists:
- Item 1
+ Item 1
Text Formatting:
*bold text*
_italic text_
`code`
Mathematical Formulas:
$
(example: $E = m c^2$
)$$
Mathematical Functions:
sqrt
, lim
, vector operationsvec(1, 2) dot vec(3, 4) = 11
#table(
columns: 3,
["Name"], ["Age"], ["City"],
["John"], ["25"], ["São Paulo"],
["Mary"], ["30"], ["Rio de Janeiro"]
)
@
for references@author2023
#set
for global styles#set page(width: 10cm, height: auto)
#set heading(numbering: "1.")
= Introduction
This is a Mel document example. It demonstrates how to use headers,
lists and mathematical formulas.
== Lists
- Item 1
- Item 2
- Item 3
== Math
Einstein's famous equation is $E = m c^2$.
#figure(
image("path/to/image.jpg", width: 70%),
caption: [Image caption]
)
Mel is a powerful and versatile tool for document creation, especially in academic and scientific environments. Its simple syntax, combined with advanced typography features, makes it an excellent alternative to LaTeX and other traditional tools.