使用 Curve 撰写简历。
我有这些 rubic 文件\makerubric{教育}和\makerubric{工作经验}。
当我处理每个 rubic 文件时我想编译它(在 texworks 中排版)并让其编译整个简历。这样我就可以立即看到我对简历所做的更改。
但我必须保存每个编辑并返回到骨架(主文本) 文件并从那里进行编译以生成整个 CV。
%%% 代码教育.tex:%%%
\begin{rubric}{education}
\subrubric{Akademiskt}
\entry*[2015 -- 2017]
Ekonom, 180 HP, Handelshögskolan
\entry*[2015 -- 2017]
Ekonom, 180 HP, Handelshögskolan
\end{rubric}
当我跑步时教育.tex(在 texworks 中排版)我收到此错误消息
! LaTeX Error: Environment rubric undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.35 \begin{rubric}
{education}
骨架文件代码(主.tex)
\NeedsTeXFormat{LaTeX2e}
\documentclass[a4paper]{curve}
\usepackage[nohead,hmargin=1.5cm,vmargin=1.5cm]{geometry}
\leftheader{\textbf{DarVer}\\
\texttt{[email protected]}\\
\rightheader{1wife}
\photo{didier}
\title{AssistantPr}
\subtitle{Ph.D.incomputer}
\begin{document}
\makeheaders
\maketitle
\makerubric{workexp}
\makerubric{education}
\end{document}
解决了向每个 rubic 文件添加代码的问题
% !TEX root = main.tex