Learn R Programming

glossr (version 0.8.0)

print_config: Print the glossr configuration

Description

Print the glossr configuration

Usage

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

Value

Invisibly, a named list with the printed values

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.

Examples

Run this code
print_config()
print_config("pdf") # print only pdf-specific configuration

Run the code above in your browser using DataLab