mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Add latex magic commands to many files
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
2a5e644101
commit
0353e77a26
12 changed files with 38 additions and 0 deletions
4
spec/.gitignore
vendored
4
spec/.gitignore
vendored
|
|
@ -1 +1,5 @@
|
|||
commitdate.tex
|
||||
*.log
|
||||
*.out
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\chapter{Introduction}
|
||||
|
||||
\lama is a programming language developed by JetBrains Research for educational purposes as an exemplary language to introduce
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
|
||||
\section{Lexical Structure}
|
||||
\label{sec:lexical_structure}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\FloatBarrier
|
||||
|
||||
\begin{figure}[t]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\begin{figure}[t]
|
||||
\[
|
||||
\begin{array}{rclc}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\section{Expressions}
|
||||
\label{sec:expressions}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\chapter{Extensions}
|
||||
\label{sec:extensions}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\chapter{Driver Options and Separate Compilation}
|
||||
\label{sec:driver}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\chapter{Implementation-dependent Limitations}
|
||||
\label{sec:limitations}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\chapter{Debugging Support}
|
||||
\label{sec:debugging}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\chapter{Standard Library}
|
||||
\label{sec:stdlib}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
% !TEX TS-program = pdflatex
|
||||
% !TeX spellcheck = en_US
|
||||
% !TEX root = lama-spec.tex
|
||||
\documentclass{book}
|
||||
|
||||
\newcommand\hmmax{0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue