Skip to content

Commit

Permalink
feat: added ".out" files for latex
Browse files Browse the repository at this point in the history
(exa PR) 1184
  • Loading branch information
cafkafk committed Aug 1, 2023
2 parents 5564772 + 3c2f3f1 commit 5f29705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/info/sources.rs
Expand Up @@ -32,7 +32,8 @@ impl<'a> File<'a> {
"lof" | // TeX list of figures
"log" | // TeX log file
"lot" | // TeX list of tables
"toc" | // TeX table of contents
"out" => vec![self.path.with_extension("tex")], // hyperref list of bookmarks
"toc" => vec![self.path.with_extension("tex")], // TeX table of contents
"xdv" => vec![self.path.with_extension("tex")], // XeTeX dvi

_ => vec![], // No source files if none of the above
Expand Down

0 comments on commit 5f29705

Please sign in to comment.