btex: wider standard size

This commit is contained in:
minjaesong
2024-05-01 05:52:24 +09:00
parent 739734732e
commit 48dc26781d
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class BTeXDocument : Disposable {
var theAuthor = ""
var theEdition = ""
var textWidth = 480
var textWidth = 512
val lineHeightInPx = 24
var pageLines = 24
val textHeight: Int

View File

@@ -472,7 +472,7 @@ object BTeXParser {
)
private val pageWidthMap = hashMapOf(
"standard" to 480,
"standard" to 512,
"examination" to 640,
)
private val pageHeightMap = hashMapOf(