Replies: 1 comment
-
I have described it in #19 , and I repeat it here. First of all, I reject all PR. I have described this clearly in the PDF document. Secondly, everyone has their own preferences for dealing with common content such as figure, table, and algorithms. Moreover, I have pointed out the direction for users in the PDF document. Then, even if I give some examples, they can only be simple, which is meaningless. Users need more detailed explanations and still need to manually view the manuals of corresponding packages. \documentclass{xdupgthesis}
\usepackage{graphicx}
\begin{document}
\chapter{title}
\begin{figure}[h]
\centering
\includegraphics[width=.5\linewidth]{example-image}
\caption{title}
\end{figure}
\end{document} I think the above example is of no help to users. Next, xduts does not need to provide output PDF. \documentclass{xdupgthesis}
\begin{document}
\end{document} Users can generate a empty thesis by above code. This is already the simplest. If the user cannot complete this step, I think he should choose to use Microsoft Word instead of LaTeX to complete his thesis. Finally, Xidian University is a Chinese university. It is a waste of time to develop English documents for a few people who cannot understand Chinese. If you have difficulty reading Chinese, please use 知云文献翻译 to translate the document. |
Beta Was this translation helpful? Give feedback.
-
It will be grate if there a demo, this demo will contains figures, tables, algorithms,chapters , sections , subsections and references.
this demo have corresponding outcome pdf.
also if there english version for documentation.
@note286 you can open repository, then I will create pull request to do all this features.
Beta Was this translation helpful? Give feedback.
All reactions