FileFormat changed to correct LaTeX file extension

This commit is contained in:
Orangerot 2022-12-28 02:33:59 +01:00
parent 040bf1f134
commit 74bd6652ce
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ public enum FileFormat {
if (this == MJPEG)
return ".avi";
if (this == LATEX_NO_PREAMBLE)
return ".latex";
if (this == LATEX || this == LATEX_NO_PREAMBLE)
return ".tex";
if (this == ANIMATED_GIF)
return ".gif";