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("Swiss Federal Institute of Aquatic Science",
    "and Technology (Eawag)"),
  address = "Duebendorf, Switzerland",
  textVersion = paste("Leifeld, Philip (", year, "). texreg. Conversion of R ", 
    "regression output to LaTeX tables. Swiss Federal Institute of Aquatic",
    "Science and Technology (Eawag), Duebendorf, Switzerland. ", vers, ".", 
    sep=""),
  url = "http://www.philipleifeld.de"
)
