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 10725 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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 10528 times