Skip to main content

Questions tagged [scale]

6 votes
1 answer
179 views

I have a tikz picture that I apply scale=0.9 to that \draws a rectangle, like this: \documentclass{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture}[scale=0.9] \draw[draw=red, fill=...
msrd0's user avatar
  • 293
4 votes
1 answer
109 views

In plain TeX (not LaTeX), how to scale an entire table, including every things in the table proportionally? For example, how to scale the following table, answered by Skillmon for In plain TeX (not ...
edc352229's user avatar
1 vote
2 answers
86 views

How can I scale the label 'x' to 0.5 (highlighted in red in the output below) \documentclass{article} \usepackage{tikz} \usetikzlibrary{arrows.meta} \begin{document} \begin{tikzpicture} ...
Marco Moldenhauer's user avatar
3 votes
3 answers
253 views

The LaTeX book by Leslie Lamport has an example using \scalebox{0.5}{sometext} to scale some text. Is there a way to scale a figure (to make it fit on the page) using scalebox? I have several figures, ...
Peter Rowat's user avatar
3 votes
1 answer
85 views

I want to scale capacitor body and labe in same ratio but i can't find efficient way. I have done following attempts If I use capacitors/scale it only scale capacitor body but still keep label ...
Jason Haynes's user avatar
1 vote
1 answer
87 views

I use the following topic in order to scale my tikzpictures : it's introduce an option autoscale width for this purpose and theoretically an option autoscale height. The autoscale width option works ...
jowe_19's user avatar
  • 1,263
0 votes
1 answer
83 views

I've been working at this issue for over a week now and I cannot for the life of me figure out why this is happening. I have an article with a lot of images, all of them are inserted as figures. I'm ...
Mary Roberts's user avatar
1 vote
1 answer
159 views

I use the following answer in order to scale my tikzpictures. Everything works fine, except when the figure is in a tcolorbox, for example. I get the error Package collargs Error: Environment "...
jowe_19's user avatar
  • 1,263
3 votes
1 answer
173 views

I am looking for a way resize all numbers (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) in math mode that does not require neither XeTex nor LuaTex. All other math symbols should keep their current size. My goal, ...
EoDmnFOr3q's user avatar
  • 2,553
0 votes
1 answer
138 views

\documentclass[xcolor=pdftex,svgnames,dvipsnames,table]{beamer} \usepackage{graphicx} \begin{document} \begin{frame} \begin{figure} \includegraphics[scale=0.5]{softset} \end{figure} \end{frame} \...
MBKandemir's user avatar
2 votes
1 answer
121 views

Recently I asked this question and with the help of some comments, I was able to somehow find an answer. But as you can see in my answer, I could not make the summation symbol automatically scale ...
Masum's user avatar
  • 1,374
3 votes
1 answer
94 views

Following this @JasperHabicht's answer, I'm trying to use TikZ's \pics for my Shogi diagrams future package. In Shogi, to help differentiate the pieces, the ones with more value are bigger. And the ...
psygo's user avatar
  • 751
0 votes
1 answer
59 views

First, thanks to @JLeonV. providing me the code https://tex.stackexchange.com/a/727125/278762. Below is the output using \documentclass{standalone}: Problem: When I switch from \documentclass{...
Marco Moldenhauer's user avatar
1 vote
1 answer
159 views

I'm developing a python converter. This converter use vectorgraphis created with PowerPoint and convert this graphics into TikZ Code. Now I created a graphic of two rectangles (size 6x4 cm) and group ...
B.Boucsein's user avatar
0 votes
0 answers
226 views

Is there a way to change the scale of a font within babel? Specifically, the Hebrew is smaller than I'd like it. Is there a way to make it a little larger? Here's the document I'm working with: %!TEX ...
Epimanes's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
7