Page LayoutStart of Appendices Issue

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
S_David
Posts: 45
Joined: Tue Jul 07, 2009 4:16 am

Start of Appendices Issue

Post by S_David »

Hello all,

At the end of my document, I placed appendices, where the title of each appendix is a chpater title. The problem is that, every new appendix starts a new page, and I want them to start immediately after the end of the previous chapter(appendix).

Furthermore, how can I eliminate the page at which the title "Appendices" is written at it, preceeding the actual contents of appendices, and place it("Appendices")just before the first appendix's title? The following code is a complementary code for this explanation:

Code: Select all

\documentclass[a4paper,12pt,openany]{memoir}
\usepackage{appendix}
\begin{document}
\appendixpage
\appendix
\chapter{appendix 1}
\chapter{appendix2}
\end{document}
Thanks in advance

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

barndog
Posts: 4
Joined: Fri Aug 21, 2009 11:10 am

Re: Start of Appendices Issue

Post by barndog »

First: Memoir does not need the appendix package as it is "built-in"

Second:You can drop the \appendixpage instruction and that will NOT generate the seperate APPENDIX page.

Sorry I can't help you with "running" appendices but I seem to remember a couple of examples I will try to find them and post another reply
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Start of Appendices Issue

Post by gmedina »

Hi,

these issues were discussed and solved (along with some other requirements) in this other thread.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply