Skip to contents

Create abbreviation lists latex snippet.

Usage

makeAbbrList(
  filePath,
  captions = list(Akronyme =
    "Abk{\\\"u}rzungen", `Statistische Formelzeichen` = "Statistische Formelzeichen"),
  sort.entries = TRUE
)

Arguments

filePath

Path to the file.

captions

tbd

sort.entries

Should the abbreviation lists be sorted alphabetically?

Value

Returns a latex snippet.

Examples

#tbd