diff options
Diffstat (limited to 'demo.typ')
-rw-r--r-- | demo.typ | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/demo.typ b/demo.typ new file mode 100644 index 0000000..2a01f6b --- /dev/null +++ b/demo.typ @@ -0,0 +1,11 @@ +#set page(width: 35em, height: auto) +#set text(font: "New Computer Modern") + +#import "metalogo.typ": TeX, LaTeX, XeLaTeX, XeTeX, LuaLaTeX + +#LaTeX is a typestting program based on #TeX. Some people use #XeLaTeX +(sometimes #XeTeX), or #LuaLaTeX to typeset their documents. + +People who are afraid of #LaTeX and its complex macro system may use typst +instead. + |