Implement the first form of LaTeX fragment.

This commit is contained in:
Tom Alexander
2023-07-18 21:50:29 -04:00
parent 5ad8fdf4b2
commit c79b8c7833
2 changed files with 56 additions and 24 deletions

View File

@@ -107,7 +107,6 @@ pub struct Entity<'s> {
#[derive(Debug, PartialEq)]
pub struct LatexFragment<'s> {
pub source: &'s str,
pub entity_name: &'s str,
}
impl<'s> Source<'s> for Object<'s> {