请问是不是子文件的标题和主文件冲突,那么只编译主文件的?(这个问题有点复杂)

发布于 2022-11-09 11:55:56

01.png
02.png
03.png

% main.tex
  \documentclass{article}
\def\allfiles{}
\begin{document}
\title{A LaTeX Book}
\author{cohomo@blogbus}
\date{}
\maketitle
\input{chap1}
\input{chap2}
\end{document}
% chap1.tex 
\ifx\allfiles\undefined
\documentclass{article}
\begin{document}
\title{Something in Title}
\author{cohomo@blogbus123}
\date{}
\maketitle
\else
\fi
\section{First Section  123}
\section{Second Section  222333}
\ifx\allfiles\undefined
\end{document}
\fi

查看更多

关注者
0
被浏览
882
Swit
Swit 2022-11-09
LaTeX nubility!

你的需求是什么?我感觉你并没有表达清楚。

1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览