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.
This commit is contained in:
parent
bc68d83ae6
commit
74b5a27ec8
@ -27,7 +27,7 @@
|
||||
|
||||
\newenvironment{explisting}%
|
||||
{%
|
||||
\begin{minipage}{.98\textwidth}
|
||||
\hfill\begin{minipage}{.98\textwidth}
|
||||
\begin{small}
|
||||
}%
|
||||
{%
|
||||
|
Loading…
Reference in New Issue
Block a user