Questions tagged [scale]
The scale tag has no summary.
105 questions
6 votes
1 answer
179 views
How to draw a rectangle in tikz at scale 0.9 without broken line joins
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=...
4 votes
1 answer
109 views
How to scale an entire table in plain TeX, including the font size and spaces in the table proportionally?
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 ...
1 vote
2 answers
86 views
Adjusting the Size of the 'x' Label to 0.5 in TikZ
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} ...
3 votes
3 answers
253 views
Can I use \scalebox to scale a PDF or PNG figure?
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, ...
3 votes
1 answer
85 views
How to scale capacitor body and labe in same ratio
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 ...
1 vote
1 answer
87 views
Autoscale tikzpictures according to width and height
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 ...
0 votes
1 answer
83 views
Why would I be getting a runaway argument error when scaling/changing an image size?
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 ...
1 vote
1 answer
159 views
Autoscale tikzpictures and tcolorbox
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 "...
3 votes
1 answer
173 views
How to re-size all numbers in math mode?
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, ...
0 votes
1 answer
138 views
Package keyval Error: scale=0.5 undefined
\documentclass[xcolor=pdftex,svgnames,dvipsnames,table]{beamer} \usepackage{graphicx} \begin{document} \begin{frame} \begin{figure} \includegraphics[scale=0.5]{softset} \end{figure} \end{frame} \...
2 votes
1 answer
121 views
How can I auto scale fonts imported from mathabx?
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 ...
3 votes
1 answer
94 views
Rotating and Scaling TikZ's `\pics` Around Its Center
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 ...
0 votes
1 answer
59 views
Issue with Scaling TikZ Picture in Beamer (Basic Code Used From https://tex.stackexchange.com/a/727125/278762, thanks to @JLeonV.) [duplicate]
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{...
1 vote
1 answer
159 views
Problem: group of rectangles scaled, rotated and positioning in TikZ Code
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 ...
0 votes
0 answers
226 views
changing scale of font in babel
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 ...