1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
# exam-zh-chinese-english package
# Matthew Bertucci 2022/07/29 for v0.1.13
#include:expl3
#include:tcolorbox
# loads most option of tcolorbox
#include:varwidth
#keyvals:\examsetup,\ExamPrintAnswerSet
select={%<键值列表%>}
select/mark-symbol=%<symbol%>
select/show-mark#true,false
select/mark-position=#top,above,below,bottom,left,right
select/mark-xshift=##L
select/mark-yshift=##L
select/separator=%<symbol%>
select/pre-content=%<content%>
select/post-content=%<content%>
lineto={%<键值列表%>}
lineto/xsep=##L
lineto/ysep=##L
lineto/name=%<name%>
material={%<键值列表%>}
material/title=%<标题%>
material/title-format=%<格式%>
material/author=%<作者%>
material/author-format=%<格式%>
material/title-author-sep=##L
material/format=%<格式%>
material/source=%<来源出处%>
material/source-format=%<格式%>
material/top-sep=##L
material/bottom-sep=##L
material/title-material-sep=##L
poem={%<键值列表%>}
poem/title=%<标题%>
poem/title-format=%<格式%>
poem/author=%<作者%>
poem/author-format=%<格式%>
poem/title-author-sep=##L
poem/format=%<格式%>
poem/align=#l,c,r
poem/top-sep=##L
poem/bottom-sep=##L
poem/title-poem-sep=##L
poem/type=#minipage,chinese
poem/zhu-circlednumber-base=#tikz,font
#endkeyvals
\begin{select}
\begin{select}[键值列表%keyvals]
\end{select}
#keyvals:\begin{select}
mark-symbol=%<symbol%>
show-mark#true,false
mark-position=#top,above,below,bottom,left,right
mark-xshift=##L
mark-yshift=##L
separator=%<symbol%>
pre-content=%<content%>
post-content=%<content%>
#endkeyvals
\begin{lineto}
\begin{lineto}[键值列表%keyvals]
\end{lineto}
\linelistset{list}
\linelistset[键值列表%keyvals]{list}
\lineconnect{list}
\lineconnect[TikZ keys]{list}
#keyvals:\begin{lineto},\linelistset
xsep=##L
ysep=##L
name=%<name%>
#endkeyvals
\begin{material}
\begin{material}[键值列表%keyvals]
\end{material}
#keyvals:\begin{material}
title=%<标题%>
title-format=%<格式%>
author=%<作者%>
author-format=%<格式%>
title-author-sep=##L
format=%<格式%>
source=%<来源出处%>
source-format=%<格式%>
top-sep=##L
bottom-sep=##L
title-material-sep=##L
#endkeyvals
\begin{poem}
\begin{poem}[键值列表%keyvals]
\end{poem}
#keyvals:\begin{poem}
title=%<标题%>
title-format=%<格式%>
author=%<作者%>
author-format=%<格式%>
title-author-sep=##L
format=%<格式%>
align=#l,c,r
top-sep=##L
bottom-sep=##L
title-poem-sep=##L
type=#minipage,chinese
zhu-circlednumber-base=#tikz,font
#endkeyvals
\zhu{注释%text}
\zhu[数]{注释%text}
\begin{writingbox}
\begin{writingbox}[tcolorbox keys]
\end{writingbox}
# from most option of tcolorbox
#include:amsmath
#include:incgraph
#include:listings
#include:listingsutf8
#include:pdftexcmds
#include:shellesc
#include:tikz
#include:pdfcol
|