Replies: 5 comments 27 replies
-
1 关于盲审通过在
\inputpage{cover-chn}
% \inputpage{title-chn}
% \inputpage{title-eng}
% \inputpage{auth-claim}
分类号: & \underline{\multido{}{5}{\quad}} &
单位代码: & \underline{\multido{}{4}{\quad}} \\
密{\quad}级: & \underline{\multido{}{5}{\quad}} & 修改 % \begin{center}
% \includegraphics[width=0.5\paperwidth]{logo/zjuchar.pdf}
% \end{center}
\vspace{9em} 修改 % \begin{center}
% \includegraphics[width=0.15\paperwidth]{logo/zju.pdf}
% \end{center}
\vspace{5em}
\newcommand{\TitleTypeName}{} |
Beta Was this translation helpful? Give feedback.
-
2 图表标注论文默认标注方式 是5号字体宋体加粗,若需修改,可调整 \DeclareCaptionFont{figurefont}{\zihao{5}\fangsong} |
Beta Was this translation helpful? Give feedback.
-
跨页表格模板提供的示例表格是通过 |
Beta Was this translation helpful? Give feedback.
-
如何从csv文件中导入数据?有几个问题哈 我不太确定 必要性如何,这样可以通过excel软件对csv文件进行管理修改,更方便大家的使用习惯。似乎可以使表格插入更清晰? 对2 的解决思路,我是这样考虑的 借助 但是出现的现象有点奇怪,似乎只导入了,没有替换。
\documentclass{article}
\usepackage{tabularray}
\usepackage{xcolor}
\usepackage{functional}
\usepackage{xstring}
%\usepackage[margin=.3in, noheadfoot, paperheight=5cm]{geometry}
\NewTblrTheme{fancy}{
\DefTblrTemplate{contfoot-text}{default}{continued on next page}
\DefTblrTemplate{conthead-text}{default}{(continued)}
\DefTblrTemplate{caption-sep}{default}{\space}
%
\SetTblrStyle{conthead}{c, red}
\DefTblrTemplate{middlehead,lasthead}{default}{%
\UseTblrTemplate{conthead}{default}%
}
}
\begin{document}
\begin{longtblr}
[
theme = fancy,
caption = Some long caption text,
label = mytable
]{hlines}
Alpha & Beta & Gamma & Delta \\
Iota & Kappa & Lambda & Mu \\
Nu & Xi & Omicron & Pi \\
Alpha & Beta & Gamma & Delta \\
Iota & Kappa & Lambda & Mu \\
Nu & Xi & Omicron & Pi \\
\fileInput{t.csv} \\
\StrSubstitute{\fileInput{t.csv}}{,}{&}
\end{longtblr}
\end{document} |
Beta Was this translation helpful? Give feedback.
-
mark! 谢谢楼主! |
Beta Was this translation helpful? Give feedback.
-
写在前面
论文模板为毕业论文的写作提供了框架,实际使用过程也是学习latex并定制化配置模板的过程。
简单记录下我在应用过程遇见的一些问题与处理思路,希望可以让大家少走一些坑。由于水平有限,也有一些问题我并没有完美解决。希望大家一起讨论看看。
后续问题我尽量按照一个小点一个楼层的列出来。
Beta Was this translation helpful? Give feedback.
All reactions