1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-05-31 23:50:49 +00:00

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

View File

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