mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +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
|
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}
|
\chapter{Introduction}
|
||||||
|
|
||||||
\lama is a programming language developed by JetBrains Research for educational purposes as an exemplary language to introduce
|
\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}
|
\section{Lexical Structure}
|
||||||
\label{sec:lexical_structure}
|
\label{sec:lexical_structure}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
% !TEX TS-program = pdflatex
|
||||||
|
% !TeX spellcheck = en_US
|
||||||
|
% !TEX root = lama-spec.tex
|
||||||
\FloatBarrier
|
\FloatBarrier
|
||||||
|
|
||||||
\begin{figure}[t]
|
\begin{figure}[t]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
% !TEX TS-program = pdflatex
|
||||||
|
% !TeX spellcheck = en_US
|
||||||
|
% !TEX root = lama-spec.tex
|
||||||
\begin{figure}[t]
|
\begin{figure}[t]
|
||||||
\[
|
\[
|
||||||
\begin{array}{rclc}
|
\begin{array}{rclc}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
% !TEX TS-program = pdflatex
|
||||||
|
% !TeX spellcheck = en_US
|
||||||
|
% !TEX root = lama-spec.tex
|
||||||
\section{Expressions}
|
\section{Expressions}
|
||||||
\label{sec:expressions}
|
\label{sec:expressions}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
% !TEX TS-program = pdflatex
|
||||||
|
% !TeX spellcheck = en_US
|
||||||
|
% !TEX root = lama-spec.tex
|
||||||
\chapter{Extensions}
|
\chapter{Extensions}
|
||||||
\label{sec: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}
|
\chapter{Driver Options and Separate Compilation}
|
||||||
\label{sec:driver}
|
\label{sec:driver}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
% !TEX TS-program = pdflatex
|
||||||
|
% !TeX spellcheck = en_US
|
||||||
|
% !TEX root = lama-spec.tex
|
||||||
\chapter{Implementation-dependent Limitations}
|
\chapter{Implementation-dependent Limitations}
|
||||||
\label{sec:limitations}
|
\label{sec:limitations}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
% !TEX TS-program = pdflatex
|
||||||
|
% !TeX spellcheck = en_US
|
||||||
|
% !TEX root = lama-spec.tex
|
||||||
\chapter{Debugging Support}
|
\chapter{Debugging Support}
|
||||||
\label{sec:debugging}
|
\label{sec:debugging}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
% !TEX TS-program = pdflatex
|
||||||
|
% !TeX spellcheck = en_US
|
||||||
|
% !TEX root = lama-spec.tex
|
||||||
\chapter{Standard Library}
|
\chapter{Standard Library}
|
||||||
\label{sec:stdlib}
|
\label{sec:stdlib}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
% !TEX TS-program = pdflatex
|
||||||
|
% !TeX spellcheck = en_US
|
||||||
|
% !TEX root = lama-spec.tex
|
||||||
\documentclass{book}
|
\documentclass{book}
|
||||||
|
|
||||||
\newcommand\hmmax{0}
|
\newcommand\hmmax{0}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue