CA. TeX
(ca v7.6.2)
Copy Markdown
Generates LaTeX files based on the security-profiles.tex template.
Summary
Functions
Generates a LaTeX document string.
Functions
Generates a LaTeX document string.
Options
:date- document date (default: "31 березня 2026"):subtitle- subtitle on title page and footer (default: "ПК КЗІ КЗЗІ"):title- title on title page and footer (default: "Профілі безпеки"):year- copyright year (default: "2026"):copyright- copyright owner (default: "ДП «УСС»"):toc_title- title for Table of Contents (default: "Зміст"):abstract- abstract content:body- document body content
Example
CA.TeX.generate(
title: "Профіль безпеки",
subtitle: "Комплексна система захисту інформації",
abstract: "...",
body: "\\section{Вступна частина} ..."
)