Skip to content

Commit

Permalink
Add final report eval value assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed May 7, 2018
1 parent e6e4f18 commit 59991a7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
22 changes: 22 additions & 0 deletions config/commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,25 @@
\end{tabular}
\end{flushright}
}

% final report commands

\DeclareDocumentCommand{\finaleval}{O{~} O{~} O{~} O{~} O{~}}
{
\begin{table}[H]
\centering \bfseries
\begin{tabularx}{\textwidth}{|>{\fangsong}c
|>{\fangsong}X<{\centering}
|>{\fangsong}X<{\centering}
|>{\fangsong}X<{\centering}
|>{\fangsong}X<{\centering}
|>{\fangsong}c|}
\hline
\makecell{成绩\\比例} & \makecell{文献综述\\(10\%)}& \makecell{开题报告\\(15\%)} & \makecell{外文翻译\\(5\%)} & 毕业论文(设计)质量及答辩(70\%) & \makecell{总评\\成绩} \\
\hline
\multirow{2}*{分值} & \multirow{2}*{\zihao{4}#1} & \multirow{2}*{\zihao{4}#2} & \multirow{2}*{\zihao{4}#3} & \multirow{2}*{\zihao{4}#4} & \multirow{2}*{\zihao{4}#5} \\
~ & ~ & ~ & ~ & ~ & ~ \\
\hline
\end{tabularx}
\end{table}
}
16 changes: 1 addition & 15 deletions pages/final/eval.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,7 @@

\mbox{} \vfill

\begin{table}[H]
\centering \bfseries
\begin{tabularx}{\textwidth}{|>{\fangsong}c
|>{\fangsong}X<{\centering}
|>{\fangsong}X<{\centering}
|>{\fangsong}X<{\centering}
|>{\fangsong}X<{\centering}
|>{\fangsong}c|}
\hline
\makecell{成绩\\比例} & \makecell{文献综述\\(10\%)}& \makecell{开题报告\\(15\%)} & \makecell{外文翻译\\(5\%)} & 毕业论文(设计)质量及答辩(70\%) & \makecell{总评\\成绩} \\
\hline
分值 & ~ & ~ & ~ & ~ & ~ \\
\hline
\end{tabularx}
\end{table}
\finaleval[10][15][5][70][100]

\signature{负责人(签名)}
}

0 comments on commit 59991a7

Please sign in to comment.