Add latex magic commands to many files

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2022-08-23 17:25:52 +03:00
parent 2a5e644101
commit 0353e77a26
12 changed files with 38 additions and 0 deletions

4
spec/.gitignore vendored
View file

@ -1 +1,5 @@
commitdate.tex
*.log
*.out
*.synctex.gz
*.toc

View file

@ -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

View file

@ -1,3 +1,7 @@
% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
\section{Lexical Structure}
\label{sec:lexical_structure}

View file

@ -1,3 +1,6 @@
% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
\FloatBarrier
\begin{figure}[t]

View file

@ -1,3 +1,6 @@
% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
\begin{figure}[t]
\[
\begin{array}{rclc}

View file

@ -1,3 +1,6 @@
% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
\section{Expressions}
\label{sec:expressions}

View file

@ -1,3 +1,6 @@
% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
\chapter{Extensions}
\label{sec:extensions}

View file

@ -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}

View file

@ -1,3 +1,6 @@
% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
\chapter{Implementation-dependent Limitations}
\label{sec:limitations}

View file

@ -1,3 +1,6 @@
% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
\chapter{Debugging Support}
\label{sec:debugging}

View file

@ -1,3 +1,6 @@
% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
\chapter{Standard Library}
\label{sec:stdlib}

View file

@ -1,3 +1,6 @@
% !TEX TS-program = pdflatex
% !TeX spellcheck = en_US
% !TEX root = lama-spec.tex
\documentclass{book}
\newcommand\hmmax{0}