mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-06 08:38:30 +09:00
btex: wider standard size
This commit is contained in:
@@ -35,7 +35,7 @@ class BTeXDocument : Disposable {
|
|||||||
var theAuthor = ""
|
var theAuthor = ""
|
||||||
var theEdition = ""
|
var theEdition = ""
|
||||||
|
|
||||||
var textWidth = 480
|
var textWidth = 512
|
||||||
val lineHeightInPx = 24
|
val lineHeightInPx = 24
|
||||||
var pageLines = 24
|
var pageLines = 24
|
||||||
val textHeight: Int
|
val textHeight: Int
|
||||||
|
|||||||
@@ -472,7 +472,7 @@ object BTeXParser {
|
|||||||
)
|
)
|
||||||
|
|
||||||
private val pageWidthMap = hashMapOf(
|
private val pageWidthMap = hashMapOf(
|
||||||
"standard" to 480,
|
"standard" to 512,
|
||||||
"examination" to 640,
|
"examination" to 640,
|
||||||
)
|
)
|
||||||
private val pageHeightMap = hashMapOf(
|
private val pageHeightMap = hashMapOf(
|
||||||
|
|||||||
Reference in New Issue
Block a user