Please, need help
I try to use this latex template / dictionary, but have difficulty succeeding in organizing words in the right place. translated word protrudes to the left. but I do not want it to protrude to the left side. it does not look good. here I enclose pictures of what I mean.
Grateful if anyone can help me fix it
Calendars and Miscellaneous ⇒ How can I do fix this....
How can I do fix this....
- Attachments
-
- dic.png (192.48 KiB) Viewed 14859 times
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
How can I do fix this....
This is the paragraph indent. For a dictionary I would suggest to use a list, e.g.,
Please note: A screenshot can never substitute a
minimal working example.
description
:
Code: Select all
\documentclass[11pt,a4paper,twoside,twocolumn]{article}
\setlength{\columnsep}{15mm}
\setlength{\columnseprule}{.2pt}
\usepackage{enumitem}% To make lists more configurable
\usepackage{blindtext}
\begin{document}
\begin{description}[nosep]
\item[Item] This is the text of the item. It could also be longer than one
line.
\item[One] is the first integer that is not zero.
\item[Two] is the first integer greater than one.
\item[Three] is also an integer.
\item[Long Text] \blindtext
\item[OK] There may also be several paragraphs in one item.
\blindtext
\blindtext
\item[Last] This is my last item. \blindtext
\end{description}
\end{document}

Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. 

How can I do fix this....
Boonaa Daga
This is great, thank you so much!
This is great, thank you so much!