Skip to main content

Questions tagged [sidebyside]

The tag has no usage guidance.

1 vote
1 answer
47 views

Put a figure next to a table

I'm trying to decently put a figure right next to a table. I tried all the approaches suggested here and here. None of them worked. The closest was the first one, but I get an error Package floatrow ...
mEm's user avatar
  • 113
0 votes
0 answers
37 views

How can I force to center labels under tikzpicture using minipage?

I am trying to adapt solution (tikzpicture side by side) into another tikzpicture figures I have. Both captions does not centered under the both figure. The basic code is as follow: \documentclass{...
alper's user avatar
  • 1,515
2 votes
2 answers
179 views

Commutative diagrams side by side

I would like to set these diagrams side by side. Any help would be appreciated. {\Large$$ \begin{tikzcd} X\arrow{r}{i}\arrow[swap]{dr}{j} & M \arrow{d}{j'}\\ & N \end{tikzcd} $$} and {\Large$$...
Rodney Coleman's user avatar
1 vote
1 answer
89 views

How to adjust the margins of a sidebyside tcolorbox environment

I have the following working code: \documentclass[11pt, oneside]{book} \renewcommand\sfdefault{cmss} \renewcommand{\familydefault}{\sfdefault} \usepackage[top = 2.54cm, bottom = 2.54cm, left = 1.5cm,...
Peluche's user avatar
  • 613
1 vote
2 answers
116 views

Place figure next to two enumerate environments, side by side

This is what I'd like to have: This is what I've currently got: \documentclass{report} \usepackage{wrapfig} \usepackage{multicol} \usepackage{import} \pdfminorversion=7 \usepackage{pdfpages} \...
SingularisArt's user avatar
0 votes
0 answers
42 views

Two matlab2tikz figures side by side

I want to have two figures generated with matlab2tikz side by side. I tried \documentclass[12pt,a4paper]{report} \usepackage{parskip} \usepackage{blindtext} \usepackage[onehalfspacing]{setspace} \...
Name123's user avatar
2 votes
1 answer
281 views

Putting subfigures side by side using subcaption and caption package

I have the following piece of code: \documentclass{article} \usepackage{subcaption,caption} \usepackag{graphicx} \begin{document} \begin{figure}[hbt!] \centering \begin{...
melatonin15's user avatar
3 votes
1 answer
357 views

tikzpicture side by side

How can I put this graph side by side \begin{figure}[htb] \centering \begin{tikzpicture} \begin{axis}[ width=0.5\linewidth, xlabel=$x$,ylabel=$y$ ]...
wessi's user avatar
  • 292
0 votes
1 answer
92 views

how can we define side by side paragraphs with TeX primitive commands

I know the LaTeX environment minipage, but I would know how to define two side by side paragraphs with TeX primitive commands. because the inconvenient with minipage is that does not handle breaking ...
Pierre Dufays's user avatar
0 votes
0 answers
63 views

Remove vertical spacing between two figures side by side, each with its own caption

Maybe it is a duplicate question, but I've tried more than 6 codes and didn't get the desired result. I need to remove the vertical spacing between two side-by-side figures and also the spacing ...
katso  rikodo's user avatar
0 votes
1 answer
52 views

Spacing in captions

How do I remove this space in the captions and make it look like continuous text in subfigure (b)? Here is my code, \begin{figure}[h] \begin{minipage}[t]{0.22\textwidth} \includegraphics[width=35mm,...
SM32's user avatar
  • 147
3 votes
1 answer
251 views

How to insert two images (not really) side by side but at overlapping height

I am preparing my lecture notes in beamer slides. In a particular frame, a block (custom defined) consists of two tikzpictures and some texts. The only way to arrange them is like the following image. ...
Subhajit Paul's user avatar
1 vote
1 answer
43 views

No alignment in minipage figures

I am trying to insert pictures side by side. I used the minipage method after having no luck with the subfigure method. Here's my code, \begin{figure}[h] \centering \begin{...
SM32's user avatar
  • 147
0 votes
2 answers
77 views

Two side-by-side long lists

I want to create two itemized lists and put them side by side. The lists are very very long, and i tried every solutions find on internet, but i can't make it works. The text listed is something like: ...
Zarcandia's user avatar
1 vote
1 answer
177 views

in twoside: arrange two figures on one double page, one on the left page. one on the right - images on facing pages

I try to force the auto layout process of LaTex to bring one image on the left page of a double side (twoside) formatted document and the corresponding second one on the right page. According to the ...
Henning's user avatar
  • 63

15 30 50 per page