Tagged Questions
0
votes
0answers
38 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 ...
1
vote
1answer
46 views
Using memoir and hyperref, can I get a “\subref” in the caption of a figure?
I am writing a document using the memoir class. I would like to create a figure with two subfigures and to display a caption like "Plot of Y vs X with z=1 (a) and with z=2 (b)", where "(a)" and "(b)" ...
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 ...
2
votes
2answers
222 views
Customize referencing of subcaptions in “memoir”?
When I use \subcaption{... \label{myfig}} in memoir, and then reference it, the result is something like "Figure 1(a)". But I would like to customize the reference by removing the parentheses, thus ...
3
votes
1answer
145 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
381 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
339 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 ...