emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Vikas Rawal <vikaslists@agrarianresearch.org>
To: Marcin Borkowski <mbork@mbork.pl>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>,
	Nicolas Goaziou <mail@nicolasgoaziou.fr>
Subject: Re: org-latex question
Date: Mon, 27 Apr 2015 19:36:01 +0530	[thread overview]
Message-ID: <5BC703CB-0E49-48C4-A9D4-7ECCF033E939@agrarianresearch.org> (raw)
In-Reply-To: <877fsyaxg7.fsf@mbork.pl>

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]


> 
>> In the document (manuscript of a book) that I am working, ALT_TITLE now works in most cases. However, ALT_TITLE does not work for headlines in Appendices, which come after 
>> 
>> \begin{appendices} 
> 
> Are you sure the problem isn't on the LaTeX side?  Where does the
> appendices environment come from?  It appears not to be defined in
> LaTeX2e nor in the standard classes.
> 

I am sorry, it has nothing to do with appendices. Although I am not able to exactly figure out where the problem is, I have an example file where ALT_TITLE gets exported only for one headline and not for the others. Please see the attached org and and latex files.

Vikas

[-- Attachment #2: temp.org --]
[-- Type: application/octet-stream, Size: 444 bytes --]

#+STARTUP: hidestars
#+TITLE: Test title
#+AUTHOR: Draft: Do not Cite
#+OPTIONS: toc:nil num:2 H:4
#+LATEX_CLASS: article

* Chap 1
** Heading 1[fn:1]
:PROPERTIES:
:ALT_TITLE: Heading 1
:END:

* Chapter 2
** Heading 1
*** Heading 2[fn:2]
:PROPERTIES:
:ALT_TITLE: Heading 2
:END:

* Chapter 3
*** Heading 3[fn:3]
:PROPERTIES:
:ALT_TITLE: Heading 3
:END:

* Footnotes

[fn:1] a,skdj akjd aksjd 

[fn:2] aksjdlkjaslkjd

[fn:3] aksjd kajshd kahsd 

[-- Attachment #3: temp.tex --]
[-- Type: application/octet-stream, Size: 1224 bytes --]

% Created 2015-04-27 Mon 19:25
\documentclass[12pt,a4paper,twoside,openright,showtrims]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\tolerance=1000
\linespread{1.2}
\setcounter{secnumdepth}{2}
\author{Draft: Do not Cite}
\date{\today}
\title{Ending Malnutrition: What Needs To Be Done?}
\hypersetup{
 pdfauthor={Draft: Do not Cite},
 pdftitle={Ending Malnutrition: What Needs To Be Done?},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 24.4.1 (Org mode 8.3beta)}, 
 pdflang={English}}
\begin{document}

\maketitle

\section{Chap 1}
\label{sec-1}
\subsection[Heading 1]{Heading 1\footnote{a,skdj akjd aksjd}}
\label{sec-1-1}

\section{Chapter 2}
\label{sec-2}
\subsection{Heading 1}
\label{sec-2-1}
\subsubsection*{Heading 2\footnote{aksjdlkjaslkjd}}
\label{unnumbered-1}

\section{Chapter 3}
\label{sec-3}
\paragraph*{Heading 3\footnote{aksjd kajshd kahsd}}
\label{unnumbered-2}
\end{document}

[-- Attachment #4: Type: text/plain, Size: 4 bytes --]






  reply	other threads:[~2015-04-27 14:06 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-12  1:03 org-latex question Vikas Rawal
2015-04-12  7:02 ` Nicolas Goaziou
2015-04-12  8:59   ` Vikas Rawal
2015-04-12  9:39     ` Marcin Borkowski
2015-04-12 18:15       ` Nicolas Goaziou
2015-04-27  4:05         ` Vikas Rawal
2015-04-27  6:37           ` Marcin Borkowski
2015-04-27 14:06             ` Vikas Rawal [this message]
2015-04-27 15:45               ` Nicolas Goaziou
2015-04-28  5:53                 ` Vikas Rawal
2015-04-28  7:46                   ` Nicolas Goaziou
2015-04-28  7:47                     ` Vikas Rawal
2015-04-28  7:53                       ` Vikas Rawal
2015-04-27 15:45               ` Nick Dokos
2015-04-28  5:55                 ` Vikas Rawal
2015-04-28 15:18                   ` Nick Dokos
2015-04-28 16:36                     ` Thomas S. Dye
2015-04-29 13:22                       ` Vikas Rawal
2015-04-12 12:15     ` Rasmus
2015-04-12 13:22       ` Vikas Rawal

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=5BC703CB-0E49-48C4-A9D4-7ECCF033E939@agrarianresearch.org \
    --to=vikaslists@agrarianresearch.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    --cc=mbork@mbork.pl \
    /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).