print_config: Print the glossr configuration

View source: R/config.R

print_configR Documentation

Description

Print the glossr configuration

Usage

print_config(config_sections = c("format", "pdf", "word", "other"))

Arguments

config_sections

Character vector with the following possible values:

  • format: to show the formatting options (italics / bold / nothing) for the different lines.

  • pdf: to show LaTeX-specific formatting

  • word: to show Word-specific formatting

  • other: to show the current output format, translation quotes and the numbering setting.

Value

Invisibly, a named list with the printed values

Examples

print_config()
print_config("pdf") # print only pdf-specific configuration

glossr documentation built on May 29, 2024, 11:53 a.m.