citHeader("To cite package texreg in publications use:")

if(!exists("meta") || is.null(meta)) meta <- packageDescription("texreg")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)

citEntry(entry="Manual",
  title = "{texreg. Conversion of R regression output to LaTeX tables}",
  author = as.person("Philip Leifeld"),
  year = year,
  note = vers,
  organization = paste("Eawag: Swiss Federal Institute of Aquatic Science",
    "and Technology"),
  address = "D{\"u}bendorf, Switzerland",
  textVersion = paste("Leifeld, Philip (", year, "). texreg. Conversion of R ", 
    "regression output to LaTeX tables. Eawag: Swiss Federal Institute of ",
    "Aquatic Science and Technology, D{\"u}bendorf, Switzerland. ", vers, ".", 
    sep=""),
  url = "http://www.philipleifeld.de"
)
