Skip to main content

All Questions

Tagged with
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
2 votes
3 answers
147 views

How can I reduce the sizes of the tables which are presented side by side, their internal texts and respective captions?

I want to present two big tables (9 columns each) side by side. For that I wrote this code: \begin{table} \parbox{.45\linewidth}{ \centering \begin{tabular}{|c|c|c|c|c|c|c|c|c|} \hline & Class 1 &...
Debbie's user avatar
  • 313
0 votes
1 answer
326 views

Scaling a tikzpicture generated with matlab2tikz

I have a figure Plot1.tex generated with matlab2tikz (matlab2tikz by Nico Schlömer). I want to include it in my document and scale its width and height like this: \documentclass[a4paper]{report} \...
Dave's user avatar
  • 113
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
2 votes
1 answer
465 views

Text auto resize to fit a node

I need to autoscale a text to fit inside a static node which can't change its size. The code I'm actually using is \node[text width=3.75cm] at (0.5*\width,\titley) { \begin{center} ...
CiuffLegend's user avatar
5 votes
1 answer
544 views

\left(\check h\right) vs. \left(\hat h\right)

The sizes of the parentheses in the example below do not scale nicely. Compiling the code %\RequirePackage{fix-cm} % doesn't help. \documentclass{standalone} \usepackage{mleftright} %\usepackage{...
user avatar
2 votes
2 answers
3k views

Image not appearing [closed]

I included the graphicx, and used the following code, like normal, to include an image. \documentclass[12pt]{report} \usepackage[utf8]{inputenc} \usepackage{fullpage} \usepackage{amsmath} \usepackage{...
krithika balagopal's user avatar
2 votes
2 answers
734 views

Tikz: Creating narrow arrow heads / disproportionate scaling

I want to use arrow heads that look like the triangle 45, but due to my technical background I would like to get the opening angle smaller (and overally smaller in relation to the line width). My MWE ...
lblb's user avatar
  • 3,444