黑瞎子是什么动物
Tagged with figure-placement tikz-pgf
8 questions
1
vote
1
answer
38
views
Basic Tikz Overlapping with Text
I have looked at the other examples of overlapping tikz graphics with text (TikZ picture overlaps with text, Tikz text overlap) and as far as I can tell I am not doing any canvas transforms that would ...
0
votes
1
answer
57
views
How to put centered figures in \question{} using TikZ and \includegraphics without mistakes
Considering the .sty file of Florent Rougon and Enrico Gregorio
% sebmcq.sty --- Multiple choice questions. Can print questions and proposed
% answers in a random order. Optionally show ...
3
votes
2
answers
221
views
How to place tikzpicture next to enumerate
This is my code
\documentclass{article}
\usepackage[margin=2cm]{geometry}
% maths
\usepackage{mathtools, amsmath, amssymb, amsfonts}
% tikzpicture
\usepackage{tikz, scalerel, pict2e, tkz-euclide}
\...
1
vote
1
answer
108
views
Vertical and horizontal alignement in minipage environment
How would it be possible to have the same space between the figure and both margins of the page in this example :
Also, I would like to adjust the bottom side of the left figure with the axis x of ...
1
vote
1
answer
117
views
Vertical alignment of a figure with a tikzpicture
I know this is a simple question but I couldn't figure it out using the forum so here it is :
I am trying to align vertically both an eps figure and a tikzpicture situated on the same page : for some ...
4
votes
1
answer
358
views
Split a Tikzpicture Across Two Pages
Often enough, I run into the problem of a tikzpicture being too large to fit on the page where I would like it to be.
Consider the MWE (compiled with pdfLatex):
\documentclass[a5paper,12pt,openany]{...
8
votes
3
answers
265
views
Two large figures side by side
Question
I want to place two TikZ pictures side by side:
Note:
They are vertically centered.
One is wider than half the page.
The three gaps are equal (as if by using \hfil <a> \hfil <b> ...
0
votes
0
answers
55
views
centering matlab2tikz tex file in latex
I used matlab2tikz to convert my plot to a tex file and added it into latex but I encountered some problems. Firstly, my plot isn't in the center of the page. How can I tackle this issue? Secondly, ...