Merge pull request #1237 from Geronymos/latex-file-extension

FileFormat changed to correct LaTeX file extension
This commit is contained in:
PlantUML 2023-01-05 12:06:34 +01:00 committed by GitHub
commit 0ed5f14c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";