Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LaTeX reader: don't limit includes to .tex extension.
Previously `\input` and `\include` would only work if the included files had the extension `.tex`. This change relaxes that restriction, though if the extension is not `.tex`, it must be given explicitly in the `\input` or `\include`. Closes #1882.
- Loading branch information