我依靠以下模板为我的LaTeX简历:
https://olivierpieters.be/blog/2017/10/02/designing-a-cv-in-latex-part-2
我现在在联络科有点受阻,我开始如下:
\begin{tikzpicture}[every node/.style={inner sep=0pt,outer sep=0pt}]
\matrix[
column1/.style={anchor=center,contactIcon},
column2/.style={anchor=west, align=left,contactText},
column sep=5pt](Contact){
\node{\faMapMarker};
&\node{xxx};};
\end{tikzpicture}
最终目标应该是左侧的图标和右侧的文字。但它对我不起作用,显示对应于代码最后部分的以下错误消息:
"!Missing } inserted. <inserted text>}\end{tikzpicture}"
"!Missing \cr inserted. <inserted text>\cr\end{tikzpicture}"
"!Misplaced \cr.<inserted text>\cr\end{tikzpicture}
答案 0 :(得分:0)
看起来您可能在第二行到最后一行代码的末尾丢失了两个反斜杠。
&\node{xxx};\ \ };