Calendars and MiscellaneousHow can I do fix this....

Calendars, invoices, tables, memos, contracts, dictionaries, code snippets
Post Reply
Boonaa
Posts: 3
Joined: Fri Nov 27, 2020 3:35 pm

How can I do fix this....

Post by Boonaa »

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
Attachments
dic.png
dic.png (192.48 KiB) Viewed 14859 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

How can I do fix this....

Post by Ijon Tichy »

This is the paragraph indent. For a dictionary I would suggest to use a list, e.g., 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}
Please note: A screenshot can never substitute a Infominimal working example.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Boonaa
Posts: 3
Joined: Fri Nov 27, 2020 3:35 pm

How can I do fix this....

Post by Boonaa »

Boonaa Daga

This is great, thank you so much!
Post Reply