Tagged Questions
1
vote
1answer
40 views
Getting subcaptions into the list of figures without having a real subfigure
I gave searching my best shot, but no luck. Here's my problem: I use \phantomsubcaption from the subcaption package to do referencing, but I also want some sort of marker in the List of Figures with a ...
1
vote
0answers
48 views
Remove the period at the end of the subcaption using \subbottom with memoir [closed]
I am using the memoir package (with hyperref package in case that makes a difference) and I am using \subbottom to place subfigures within a figure environment. I simply want the subcaptions to read ...
2
votes
1answer
45 views
Hyperref and Subfigure warning
I am using the memoir class, with the hyperref package. At one point, I have a couple subfigures:
\begin{figure}[!ht]
\centering %%% not \center
...
2
votes
2answers
359 views
Aligning subfigures both horizontally and vertically with memoir
I'm trying to place 4 subfigures of different sizes aligned. Here the box-k.pdf files contain boxes with marks at the midsides. The result has box-1 and box-3 aligned at the left margin, not centered ...
2
votes
1answer
136 views
table of tables using memoir
I need help to create a "table of tables" using memoir.
I'd like to use the booktabs features embedded in memoir.
What I'm trying to typeset is something like subfloats, having two 2x2 matrix of ...
4
votes
1answer
84 views
Adding a legend for many subfloats: unlabeled subfloat
I am using memoir and adding subbottom to figure environments like this:
\begin{figure}
\subbottom[Blah......]
{
First figure
}
\subbottom
{
Legend goes here
}
\subbottom[Blah.....]
{
Second figure
}
...
8
votes
2answers
299 views
Memoir: Subbottom over several pages?
In the Memoir class, I use the subbottom command to create subfigures, labeled, e.g., 1(a), 1(b), 1(c) etc. And this works very nicely. However, if I include more figures in subbottoms than what can ...
7
votes
1answer
291 views
Controlling the subcaption space in memoir
Memoir provides these two declarations to control the vertical space surrounding a subcaption:
\tightsubcaptions
\loosesubcaptions
I was wondering if there is a way to control this spacing more ...
5
votes
1answer
895 views
Double spacing within the caption of a figure
I am using the memoir class on my thesis and I have the \DoubleSpacing command in my document to set up double spacing through the document. This works great.
However, I have a figure with subfigures ...
4
votes
3answers
2k views
subcaption package incompatible with memoir class?
When I try to compile a document with the memoir class and the subcaption package I get the following error:
! Package subcaption Error: This package can't be used in
cooperation with the ...
3
votes
1answer
150 views
hyperref causes a gap between the figure and subcaption with memoir
I'm experiencing a strange problem with memoir subfigure captions together with hyperref. Below is a working example:
\documentclass{memoir}
\usepackage{hyperref}
\newsubfloat{figure}
...
5
votes
1answer
410 views
How to \ref to subcaption numbers (a, b) when using memoirs subcaptions?
How can I get references to subcaption numbers when using memoir? In this example:
\documentclass{memoir}
\newsubfloat{figure}
\begin{document}
\chapter{Lorem}
\section{ipsum}
\begin{figure}[b]
...
2
votes
1answer
354 views
Empty caption of subfigure in memoir slightly misaligned
Consider the following minimal example meant to illustrate a single figure with a subfigure using the memoir documentclass:
\documentclass{memoir}
\newsubfloat{figure}% Allow for subfloats ...
6
votes
2answers
1k views
memoir class with subcaption and hyperref packages
This is similar to this question about using subfigures in memoir class and this one about using subfigure memoir and hyperref together
Is it possible to use memoir class with sucaption package?
I ...
2
votes
1answer
463 views
Subbottom giving weird errors when I use captions for my subfigures
I have a figure with the following syntax:
\begin{figure}[h!] \centering
\subbottom[$H_n = A_n / e$]{
\begin{tikzpicture}[every node/.style=defnode]
...
\end{tikzpicture}
}
\subbottom[$S_n = A_n - ...
3
votes
1answer
681 views
How to make sub figure referencing work in memoir + cleveref?
In the following example:
\documentclass{memoir}
\usepackage{cleveref}
\newsubfloat{figure}
\begin{document}
\chapter{Example}
\begin{figure}
\centering
\subtop[apple]{fig ...
9
votes
2answers
2k views
Is it possible to use hyperref, subfigure, and memoir together?
I asked a question about how to use subfigure with memoir. I got some great tips, but now pdflatex is making all subfigure hyper-refs point to the first couple subfigures. It also gives me this ...
6
votes
2answers
3k views
subfigures with memoir
I switched to memoir and stopped including subfig and now all my subfigures interpret the caption as actual text, i.e., "[caption...]" shows up in the document with the square brackets. How do I have ...