Skip to main content

All Questions

Tagged with
0 votes
0 answers
17 views

Adjust pdfpagewidth automatically based on very large table content

I have one or more very large tables that are created by code outside. I want to place them on one very large page. What I am doing is currently: \clearpage \eject \pdfpagewidth=50cm \pdfpageheight=...
Daraan's user avatar
  • 113
0 votes
2 answers
214 views

How to make all math in document significantly smaller?

I am creating a cheatsheet for an upcoming test, so far everything seems to be going fine (using a multicols layout). However, the fonts themselves seem to be too large, which makes the sheet too long....
Hitori's user avatar
  • 23
2 votes
1 answer
99 views

Automatically scale text up as large as possible to fit within certain page count

Using relsize's \relscale{<scaling factor>}, is there a way to automatically set the scale so that text is as large as possible but producing a document no more than a specified number of pages?
Geremia's user avatar
  • 2,213
0 votes
2 answers
1k views

Adjusting icon size /tikz

How can I make these icons have identical size? https://www.overleaf.com/latex/templates/twenty-seconds-curriculum-vitae/kfgsngtymkfj The code that adds the rounded backgrounds is below. Can I modify ...
FFF's user avatar
  • 3
1 vote
0 answers
574 views

Inserted tikz picture is too small

Problem I have created a network diagram that shows the behavior of hubs using tikz. When inserting the picture into the side margin of the kaobook class, the picture is way to small. I have tried ...
nescafegold's user avatar
1 vote
1 answer
585 views

Reduce size of a stargaze table in latex

I have a huge table, done with stargazer package in R, and I can not reduce its size, in order to fit my latex document. Everything has to be in a single page and I need all the information that is in ...
Mateus Maciel's user avatar
0 votes
1 answer
191 views

How to change `article` documentclass settings for some pages?

This is a follow up to this, and is also based off of this. Current code: \documentclass[12pt]{article} \usepackage{float} \usepackage[american,siunitx]{circuitikz} \usepackage[margin=1in]{geometry}...
Superman's user avatar
  • 1,625
0 votes
1 answer
152 views

Resizing mid document followup

This is a follow up to this, and is based on this. Code: \documentclass[12pt]{article} \usepackage{float} \usepackage[american,siunitx]{circuitikz} \usepackage[margin=1in]{geometry} \begin{document}...
Superman's user avatar
  • 1,625
0 votes
0 answers
17 views

How can I both decrease image width with 50% and increase its height to 150%? [duplicate]

I've tried to use scale, but it doesn't work in this case. Have you guys any idea how can I achieve this?
Elise Svart's user avatar
0 votes
1 answer
169 views

How to resize a box or a character exactly to 1ex (in width and height) without relying on \resizebox or on non-LaTeX Team packages?

There's \resizebox, but is there any other way to resize a box? Anything that resizes a character (not a box) to an arbitrary width AND height is also appreciated. One condition is that no packages ...
bp2017's user avatar
  • 3,796
0 votes
0 answers
53 views

Unable to fit a graph into a page (documentclass) [duplicate]

I want to fit my graph into a page in a template. I had tried several methods, not sure where to fix it. My template need to follow the below: \documentclass[12pt,oneside]{book} I had tried this, ...
aan's user avatar
  • 2,703
1 vote
1 answer
225 views

rescaling xymatrix diagram is not sufficient to resize

Hi I have the begining of the following diagram but it doesn't work \documentclass{article} \usepackage{amsmath} \usepackage{xcolor} \usepackage[all,cmtip,color]{xy} \begin{document} \[ \resizebox{\...
user2478159's user avatar
0 votes
0 answers
50 views

Mistake in page sizing

I have a very big problem. I've finished my latex project,I've been using a template that I found in Overleaf but I didn't notice that the page size is 17cmx22.5cm so when I print the file in a A4 ...
David's user avatar
  • 1
1 vote
1 answer
65 views

shrink page to allow optional annotations or margin notes

I am working on a lab manual that will have a student version and an instructor version. I'd like the instructor version to be like an annotated copy of the student version, perhaps with the content ...
peteman's user avatar
  • 13
2 votes
1 answer
262 views

How to make the table fit better? [closed]

A suggestion by @mico: The OP has specified that this table should be generated by MathJax, which is off-topic for this site. I propose, though, to re-open this posting, by making the question about ...
Simply Beautiful Art's user avatar