% Copyright 2024 Tomas Brabec % % Licensed under the Apache License, Version 2.0 (the "License"); % you may not use this file except in compliance with the License. % You may obtain a copy of the License at % % http://www.apache.org/licenses/LICENSE-2.0 % % Unless required by applicable law or agreed to in writing, software % distributed under the License is distributed on an "AS IS" BASIS, % WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. % See the License for the specific language governing permissions and % limitations under the License. % \documentclass[10pt,a4paper,article,oneside]{memoir} \usepackage{helvet} \usepackage{amssymb,amsmath} \usepackage[utf8]{inputenc} \usepackage{textcomp} % provide euro and other symbols \usepackage{xcolor} \usepackage{lastpage} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \hypersetup{ pdftitle={csip\_65ldotp\_ctrl Documentation}, %% hidelinks, pdfcreator={LaTeX via pandoc}} \urlstyle{same} % disable monospaced font for URLs \usepackage[margin=2cm]{geometry} \usepackage{longtable,booktabs} % Correct order of tables after \paragraph or \subparagraph \usepackage{etoolbox} \usepackage{graphicx} \usepackage{mwe} % custom style package \usepackage{mypackage} % ========================================== % begin: Template setup % ========================================== % IP version to be displayed \docversion{X.Y.Z} % % Datasheet title (normally the IP library name) \title{My Title} % % Datasheet sub-title (normally the IP library descriptive name) \subtitle{subtitle} % % Author name (not used) \author{The Author} % % coverpage logo path \logoimg{../../doc/img/other/onsemi_logo_final_v5_t_full_color.png} % % extra customization through following commands % ---------------------------------------------- % %% % redefine default font style % %% \renewcommand{\familydefault}{\sfdefault} % % %% % redefine revision prefix % %% \renewcommand{\revprefix}{v} % % end: Template setup % ========================================== \begin{document} % cover page/title \frontmatter % legal notice and TOC \mainmatter \chapter{First section} \lipsum[1-10] \chapter{Second section} \lipsum[1-9] \backmatter \end{document}