2017-10-22 3 views
0

:삽입 연락 아이콘 + 텍스트 내가 LaTeX의 내 CV에 대해 다음 템플릿에 의존하고

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

당신이 코드의 마지막 줄에 두 번째의 끝 부분에 두 개의 백 슬래시를 누락 될 수 있습니다 것으로 보인다. &\node{xxx};\ \ };