emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Christopher W. Ryan" <cryan@binghamton.edu>
To: emacs-orgmode@gnu.org
Subject: Re: how to adjust vertical spacing between lines in a simple list, pdflatex export
Date: Mon, 09 Dec 2013 15:12:58 -0500	[thread overview]
Message-ID: <52A6244A.90602@binghamton.edu> (raw)
In-Reply-To: <m1wqji4qn2.fsf@poto.westell.com>

Thanks, but I'm still having trouble.

If the beginning of my org subtree looks like this:

** Review of assessment system for preceptors
:PROPERTIES:
:EXPORT_FILE_NAME: ReviewOfAssessmentSystemForPreceptors-12-02-2013
:EXPORT_TITLE: Review of our system for assessing students' clinical
performance
:EXPORT_AUTHOR: Christopher w. Ryan, MD MS
:EXPORT_EMAIL: cryan@binghamton.edu
:EXPORT_LATEX_HEADER: \usepackage{enumitem}
:END:

*** Introduction

Then I get a Latex preamble looks like this:

% Created 2013-12-09 Mon 15:02
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\usepackage[margin=0.75in]{geometry}
\usepackage{charter}
\usepackage{pdfpages}
\usepackage{charter}
\usepackage{pdfpages}
\providecommand{\alert}[1]{\textbf{#1}}

\title{Review of our system for assessing students' clinical performance}
\author{Christopher w. Ryan, MD MS}
\date{\today}
\hypersetup{
  pdfkeywords={},
  pdfsubject={},
  pdfcreator={Emacs Org-mode version 7.9.3f}}

The enumitem package is not loaded. Also, I'm puzzled by the appearance
of \usepackage{charter} twice, when I did not even call it once in the
org subtree.


If, on the other hand, my org subtree looks like this:

** Review of assessment system for preceptors
:PROPERTIES:
:EXPORT_FILE_NAME: ReviewOfAssessmentSystemForPreceptors-12-02-2013
:EXPORT_TITLE: Review of our system for assessing students' clinical
performance
:EXPORT_AUTHOR: Christopher w. Ryan, MD MS
:EXPORT_EMAIL: cryan@binghamton.edu
:END:
#+LATEX_HEADER: \usepackage{enumitem}

Then my Latex preamble looks like this:

% Created 2013-12-09 Mon 15:07
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\usepackage[margin=0.75in]{geometry}
\usepackage{enumitem}
\usepackage{charter}
\usepackage{pdfpages}
\usepackage{charter}
\usepackage{pdfpages}
\providecommand{\alert}[1]{\textbf{#1}}

\title{Review of our system for assessing students' clinical performance}
\author{Christopher w. Ryan, MD MS}
\date{\today}
\hypersetup{
  pdfkeywords={},
  pdfsubject={},
  pdfcreator={Emacs Org-mode version 7.9.3f}}


Note that enumitem is indeed loaded. But including

#+ATTR_LATEX: :options itemsep=1pt

before a simple list in my org-mode subtree does not change the vertical
spacing between list items at all.

And a relevant exerpt from my .tex exported file is

\begin{itemize}
\item Don't fill out a form that the student has signed, blank, ahead of
time
\item Don't fill out a second form after you have already submitted one
\item Don't mention any suggested grade for the clerkship. Performance
in your office counts for half the final grade; the other half is based
on other activities
\end{itemize}

Note no [itemsep= ] option.

--Chris


Christopher W. Ryan, MD, MS
SUNY Upstate Medical University Clinical Campus at Binghamton
425 Robinson Street, Binghamton, NY  13904
cryanatbinghamtondotedu

"Once we recognize that we do not err out of laziness, stupidity, or
evil intent, we can liberate ourselves from the impossible burden of
trying to be permanently right. We can take seriously the proposition
that we could be in error, without deeming ourselves idiotic or
unworthy." [Karen Schulz, in Being Wrong: Adventures in the Margin of Error]


Thomas S. Dye wrote:
> #+ATTR_LATEX: :options itemsep=1pt

  reply	other threads:[~2013-12-09 20:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-06  2:27 how to adjust vertical spacing between lines in a simple list, pdflatex export Christopher W. Ryan
2013-12-06  3:03 ` John Hendy
2013-12-06  3:14 ` Thomas S. Dye
2013-12-09 20:12   ` Christopher W. Ryan [this message]
2013-12-09 21:01     ` John Hendy

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=52A6244A.90602@binghamton.edu \
    --to=cryan@binghamton.edu \
    --cc=emacs-orgmode@gnu.org \
    /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).