latex - 将页面分成 block /部分

标签 latex

我正在尝试使用 latex 编写简历,并希望将页面分成较小的部分(教育、经验、技能等)。但是,我不确定如何实现这一目标。我发现的很多模板基本上看起来像一个列表,有时带有侧边栏,但我希望能够让标题和部分彼此相邻。想想 CSS 网格。我找到的唯一工具是 Flowfram,但感觉过于复杂。有没有更简单的方法来实现这种布局?

尽管这不是我的简历类型,但它很好地说明了我想要实现的布局类型:

Layout Example

最佳答案

内容的对齐方式似乎在两列之间是独立的,因此可以使用非常简单的布局,将两个小页面放在一起:

\documentclass{article}

\usepackage{graphicx}
\usepackage{geometry}
\usepackage{lipsum}

\begin{document}

\noindent%
\begin{minipage}{.2\textwidth}
\includegraphics[width=\linewidth]{example-image-duck}
\end{minipage}%
\hfill
\begin{minipage}{.7\textwidth}

\Huge\centering
Quack McDucky
\rule{\linewidth}{1pt}

\Large Duckxpert
\end{minipage}%

\vspace{2cm}

\noindent%
\begin{minipage}[t]{.55\textwidth}
\section*{Work Experience}
\lipsum[2]
\begin{itemize}
\item test
\item test
\end{itemize}
\end{minipage}%
\hfill
\raisebox{-.425\textheight}{\rule{1pt}{.45\textheight}}
\hfill
\begin{minipage}[t]{.35\textwidth}
\section*{Education}
\lipsum[2]
\end{minipage}%


\end{document}

enter image description here

关于latex - 将页面分成 block /部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58570576/

相关文章:

r - panelmodel (plm) 对象上的 texreg;额外的政府信息

latex - 在 BibTex [LaTeX] 中显示标签

haskell - Fortran 或 TeX 到 Haskell

latex - 删除 Latex 标签(但不是其内容)的最简单方法?

r - 使用 Sweave 和 LaTeX 生成批量自定义报告

layout - 如何使用 Tex、Latex、ConTeXt 制作自定义布局/更改标题背景颜色?

latex - 如何在 IPython Notebook 中编写 LaTeX?

LaTeX 分解了太多单词

r - 如何在观星者输出中省略开始表

latex - 如何更改 tikz 中的箭头提示