Text Formatting ⇒ hdashrule with vspace inconsistency
-
- Posts: 2
- Joined: Mon Nov 04, 2024 4:51 pm
hdashrule with vspace inconsistency
Tuesday thru Saturday the line and vspace action is swapped, see picture.
I use "\hfill\break" for line terminator on the hdashrule.
\begin{center}\textbf{December}
\VerbatimInput{cal_25_trip_12.txt}
\end{center}
\vspace{12mm}
30 Monday\\
\hdashrule[0.5ex][c]{8cm}{1pt}{8mm 1pt}
\hfill\break
\vspace{18mm}
31 Tuesday\\
\hdashrule[0.5ex][c]{8cm}{1pt}{8mm 1pt}
\hfill\break
\vspace{18mm}
01 Wednesday\\
\hdashrule[0.5ex][c]{8cm}{1pt}{8mm 1pt}
\hfill\break
\vspace{18mm}
- Attachments
-
- Screenshot 2024-11-04 at 9.12.05 AM.png (107.5 KiB) Viewed 12942 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
hdashrule with vspace inconsistency

Without such an example, it could help if you replace the
\hfill
and \break
commands by a blank line or the equivalent \par
command.The

-
- Posts: 2
- Joined: Mon Nov 04, 2024 4:51 pm
hdashrule with vspace inconsistency
- Attachments
-
- Screenshot 2024-11-14 at 7.35.23 PM.png (85.4 KiB) Viewed 12745 times