mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-01 03:32:29 +00:00
FileFormat changed to correct LaTeX file extension
This commit is contained in:
parent
040bf1f134
commit
74bd6652ce
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user