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

View file

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

View file

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

View file

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

View file

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

View file

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

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} \chapter{Driver Options and Separate Compilation}
\label{sec:driver} \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} \chapter{Implementation-dependent Limitations}
\label{sec: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} \chapter{Debugging Support}
\label{sec:debugging} \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} \chapter{Standard Library}
\label{sec:stdlib} \label{sec:stdlib}

View file

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