summaryrefslogtreecommitdiff
path: root/ksh-report-header.el
AgeCommit message (Collapse)Author
2020-12-31Combine biometry and report into single file.Arun Isaac
* ksh-report-header.el, ksh-biometry.el: Combine into ksh-report.el. * ksh-scan2.el, ksh-scan3.el: Require ksh-report instead of loading ksh-report-header.el and ksh-biometry.el.
2020-12-31Deprecate plural functions.Arun Isaac
* ksh-report-header.el (make-report-header): Use ksh-forms-org-keyword, ksh-forms-org-latex-header. * ksh-forms-improved.el (org-keywords, org-latex-headers): Delete functions.
2020-12-31Abstract out latex usepackage statement.Arun Isaac
* ksh-report-header.el (latex-use-package): New function. (make-report-header): Use latex-use-package.
2016-12-21Initial commitArun Isaac