This website works better with JavaScript.
Home
Explore
Help
Sign In
Latex
/
jade-latex
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Repository for the international webinar 2021, prepared with Jade, ITM, and Óbuda universities.
latex
jade
webinar
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
4
Branches
13 MiB
TeX
100%
Tree:
dde1e3fb23
day-3
gmarx-patch-1
gmarx-patch-2
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'dde1e3fb23'
${ noResults }
jade-latex
/
1_basics
/
1_example
/
main.tex
6 lines
101 B
Raw
Blame
History
%Preamble
\documentclass
{
standalone
}
%document's body
\begin
{
document
}
Hello
\LaTeX
{
}
\end
{
document
}