Tagged Questions
0
votes
1answer
49 views
Customize 'appendix' heading
My appendices are rather small and I want them to come one after another (like \section) without the blank page before \chapter{} (due to openright option). Another problem is that chapter headings ...
3
votes
1answer
50 views
How to include Appendices' name in LOF?
I would like to know how to show Appendices' name in LOF if they contain figures.
% % % % % % % % % % PACKAGES % % % % % % % % % % % % %
\documentclass[11pt,a4paper]{report}
...
3
votes
1answer
98 views
Appendices' sections at subsection level in TOC
I would like to know how to show appendices' sections (B.1, B.2) at subsection level in TOC.
MWE:
% % % % % % % % % % % % Packages % % % % % % % % % % % % % % %
...
2
votes
1answer
103 views
Appendices at section level in TOC
I would like my appendices to appear in TOC at section level instead of at chapter level.
Like this:
Appendices
A My appendix 1 . . . . . . .
B My appendix 2 . . . . . . .
...
2
votes
0answers
66 views
Appendices formatting/ Text displayed by reference
I want to obtain toc and text formatting as shown in MWE.
\documentclass[12pt,a4paper]{article}
\usepackage[a4paper]{geometry}
\usepackage{polyglossia}
\setdefaultlanguage{polish}
...
9
votes
3answers
2k views
Two column code listings in appendix in a one column report
How do I place a two column appendix in a single column report? I want it so that at the beginning of the appendix I'm in single column mode, then I want to place some source code listings in 2 column ...
2
votes
1answer
1k views
appendix formatting: section number before \appendixname
Here is my situation:
Source code
in preamble:
\usepackage[title,titletoc]{appendix}
\renewcommand{\appendixname}{priedas}
in document:
\begin{appendices}
\section{Tekstai}
Nemo enim ipsam ...