From 74b5a27ec8b1f0cece0f76683c3c3024be16fcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sat, 15 Apr 2023 22:38:20 +0200 Subject: [PATCH] Improve explisting minipage hack This minipage trick was probably intended to put a bit of horizontal space after the lines under a specific workplace/expreience section. This was possibly done to avoid it blending in with the \hfill-ed calendar years listed next to each workplace. It looks better if the indentation is on the beginning of each line (hence this new \hfill), but the indentation after the lines was also desirable. I'll have to put the minipage into a centered box and delete this the new \hfill or someting similar, but I'm too tired to figure this out right now. To clarify: I want horizntal spaces before and after every line under an explisting environment. --- resume.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.tex b/resume.tex index d26379f..7ffe248 100644 --- a/resume.tex +++ b/resume.tex @@ -27,7 +27,7 @@ \newenvironment{explisting}% {% - \begin{minipage}{.98\textwidth} + \hfill\begin{minipage}{.98\textwidth} \begin{small} }% {%