make_jss_cls: Generate JSS LaTeX Style Files

View source: R/make_jss_cls.R

make_jss_clsR Documentation

Generate JSS LaTeX Style Files

Description

Utility functions for generating JSS's BibTeX style file (bst), LaTeX class file (cls), or a zipped archive with both files, manual, templates, logo, and further instructions.

Usage

make_jss_bst(dir = ".")
make_jss_cls(dir = ".", pdf = FALSE)
make_jss_style(dir = ".")

Arguments

dir

character specifying the output directory.

pdf

logical. Should the PDF documentation for the .cls file be generated as well?


jss documentation built on Sept. 9, 2022, 3:09 p.m.

Related to make_jss_cls in jss...