Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 297959

{captions} is about captions for figures, tables and other, custom-defined floats or non-floating illustrations which are formatted to look identical to these floats. A popular package is caption.

8 votes
3 answers
230 views

Two large figures side by side

The captions are vertically aligned. Long captions should also be handled correctly (i.e. they should wrap, just like they normally do). … The captions aren't vertically aligned. …
glibg10b's user avatar
  • 265
0 votes
Accepted

Two large figures side by side

This answer extends John's answer: Before After \documentclass{article} \usepackage[showframe]{geometry} \usepackage{tikz} \usepackage{lipsum} \usepackage{caption} \usepackage{calc} \n …
glibg10b's user avatar
  • 265