File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -58,4 +58,4 @@ if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/style.sty")
5858endif ()
5959set (DOXYGEN_STRIP_FROM_PATH "/home/runner/work/${PROJECT_NAME} /${PROJECT_NAME} ;${PROJECT_SOURCE_DIR} " )
6060set (DOXYGEN_STRIP_FROM_INC_PATH "/home/runner/work/${PROJECT_NAME} /${PROJECT_NAME} ;${PROJECT_SOURCE_DIR} " )
61- doxyfile_docs("${PROJECT_SOURCE_DIR} /cpp-terminal/;${PROJECT_SOURCE_DIR} /README.md;${PROJECT_SOURCE_DIR} /LICENSE" )
61+ doxyfile_docs(LUALATEX "${PROJECT_SOURCE_DIR} /cpp-terminal/;${PROJECT_SOURCE_DIR} /README.md;${PROJECT_SOURCE_DIR} /LICENSE" )
Original file line number Diff line number Diff line change 55% to overcome problems with too many open files
66\let\mypdfximage\pdfximage\def\pdfximage {\immediate\mypdfximage }
77
8- \pdfminorversion =7
8+ % \pdfminorversion=7
99
1010% Set document class depending on configuration
1111% %BEGIN COMPACT_LATEX
1414% %BEGIN !COMPACT_LATEX
1515\documentclass [twoside]{book}
1616% %END !COMPACT_LATEX
17-
17+ \usepackage {fontspec}
1818% % moved from doxygen.sty due to workaround for LaTex 2019 version and unmaintained tabu package
1919\usepackage {ifthen}
2020\ifx\requestedLaTeXdate\undefined
3333\RequirePackage {infwarerr}
3434\let\protected @wlog\@@protected@wlog
3535\makeatother
36- \IfFormatAtLeastTF {2015/01/01}{\pdfsuppresswarningpagegroup =1}{}
36+ % \IfFormatAtLeastTF{2015/01/01}{\pdfsuppresswarningpagegroup=1}{}
3737
3838\usepackage {doxygen}
3939
4040$ extralatexstylesheet
4141
4242\usepackage {graphicx }
43- \usepackage [utf8 ]{inputenc }
43+ % \usepackage[utf8]{inputenc}
4444\usepackage {makeidx }
4545\usepackage {iftex }
4646
205205% End of preamble, now comes the document contents
206206% ===== C O N T E N T S =====
207207
208- \newunicodechar {🌍}{\twemoji {1f30d}}
209- \newunicodechar {📖}{\twemoji {1f4d6}}
208+ % \newunicodechar{🌍}{\twemoji{1f30d}}
209+ % \newunicodechar{📖}{\twemoji{1f4d6}}
210210
211211\begin {document}
212212\raggedbottom
You can’t perform that action at this time.
0 commit comments