pub fn parse_exclude_list(
    exclude_file: BufReader<File>
) -> Result<Vec<String>, Box<dyn Error>>
Expand description

This function makes it possible to parse a file with keywords to be skipped on parsing the tex file