\immediate\write18{texcount -sum -1 -inc j-spec.tex > /tmp/wordcount.tex} \documentclass[a4paper,12pt]{article} \usepackage[english,russian]{babel} \input{settings/main-style-preamble} \input{settings/fancy-listings-preamble} \graphicspath{{./pics/}} \title{Техническая специализация Java\\\small{(1. Java Core)}} \author{Иван Игоревич Овчинников} \date{\today{} (\DTMcurrenttime)} \usepackage{subfiles} \begin{document} \maketitle \tableofcontents \pagestyle{plain} %\chapter{Java Core} \newpage \subfile{jtc1-01a} \newpage \subfile{jtc2-02a} \newpage \subfile{jtd6-11a} \section{Специализация: ООП} \section{Специализация: Тонкости работы} Файловая система и представление данных; Пакеты \code{java.io}, \code{java.nio}, \code{String}, \code{StringBuilder}, string pool, ?JSON/XML? \newpage \appendix \sloppy \printnomenclature[27mm] \chapter*{Приложения} %\addcontentsline{toc}{chapter}{Приложения} \renewcommand{\thesection}{\Asbuk{section}} \end{document}