From: "Juan Manuel Macías" <maciaschain@posteo.net>
To: "andrés ramírez" <rrandresf@gmail.com>
Cc: orgmode <emacs-orgmode@gnu.org>
Subject: Re: simple request letter - help
Date: Fri, 13 May 2022 18:22:38 +0000 [thread overview]
Message-ID: <87y1z52t2j.fsf@posteo.net> (raw)
In-Reply-To: <86sfpdbba9.fsf@gmail.com> ("andrés ramírez"'s message of "Fri, 13 May 2022 17:19:26 +0000")
hi Andrés,
andrés ramírez writes:
> Hi. Juan.
> My comments below.
I'll explain what happens. There really isn't an alignment issue. TeX by
default applies a first line indent to paragraphs. It also defaults to
applying English typographical conventions, as is the case in your
document, where the first paragraph following a section is not indented.
This is what is happening :):
section
no indent -------------
indent ----------
indent ----------
Another more general typographical convention is that when paragraphs
are separated by a vertical space, they do not need to indent the first
line, as it is a redundant mark. Besides, you are making paragraph
separation by direct format (\bigskip). I usually recommend not applying
direct format in LaTeX, or applying it as little as possible. To disable
the first line indentation and make the paragraphs have a space between
them, it is enough that you add this:
#+LaTeX_Header: \parindent=0em\parskip=\bigskipamount
That way, you're giving the first line indentation a global value of
zero and a paragraph spacing value equivalent to \bigskip, and you don't
need to put a \bigsip every time you start a paragraph.
On the other hand, this code at the end does not give you an error?
\makebox[1.5in]{\hrulefill} \hspace {1.0in} \\
& John Doe \\
& ID: XXXXXXXX\\
best regards,
Juan Manuel
next prev parent reply other threads:[~2022-05-13 18:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-13 16:37 simple request letter - help Andrés Ramírez
2022-05-13 17:04 ` Juan Manuel Macías
2022-05-13 17:19 ` andrés ramírez
2022-05-13 18:22 ` Juan Manuel Macías [this message]
2022-05-13 19:06 ` andrés ramírez
2022-05-13 20:30 ` Juan Manuel Macías
2022-05-13 21:08 ` andrés ramírez
2022-05-13 20:37 ` andrés ramírez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y1z52t2j.fsf@posteo.net \
--to=maciaschain@posteo.net \
--cc=emacs-orgmode@gnu.org \
--cc=rrandresf@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).