From 5afb42ad89abb518a01a09051f0f9b6f75bd383e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 9 Jun 2021 00:37:13 +0200 Subject: Lists with indent-based parsing - Unordered lists with indent-based parsing and basic layout using stacks - Headings are now also indent based - Removes syntax functions since they will be superseded by select & transform --- src/exec/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exec/state.rs') diff --git a/src/exec/state.rs b/src/exec/state.rs index 9a8971cc..aeeeaed5 100644 --- a/src/exec/state.rs +++ b/src/exec/state.rs @@ -7,7 +7,7 @@ use crate::geom::*; use crate::layout::Fill; use crate::paper::{Paper, PaperClass, PAPER_A4}; -/// The evaluation state. +/// The execution state. #[derive(Debug, Clone, PartialEq)] pub struct State { /// The current language-related settings. -- cgit v1.2.3