Skip to content

Commit

Permalink
enable vertical alingment
Browse files Browse the repository at this point in the history
  • Loading branch information
fb-elong committed Jan 25, 2023
1 parent c3b60dd commit bfa0da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/dictionary.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ justification <- function() {
#'
vertical_justification <- function() {
data.frame(
type = c("top", "bottom"),
name = c("top", "bottom"),
rtf_code = c("", "\\clvertalb"),
type = c("top", "middle", "bottom", "merge_first", "merge_rest"),
name = c("top", "middle", "bottom", "merge_first", "merge_rest"),
rtf_code = c("\\clvertalt", "\\clvertalc", "\\clvertalb", "\\clvertalc\\clvmgf", "\\clvertalc\\clvmrg"),
stringsAsFactors = FALSE
)
}
Expand Down

0 comments on commit bfa0da9

Please sign in to comment.