Questions tagged [adjustbox]

{adjustbox} package allows to adjust general (La)TeX material in several ways using a key=value interface. It got inspired by the interface of \includegraphics from the graphicx package. This package also loads the trimclip package whose code was once included in this package.

The adjustbox package allows to adjust general (La)TeX material in several ways using a key=value interface. It got inspired by the interface of \includegraphics from the graphicx package. This package also loads the trimclip package whose code was once included in this package.

Links

Manual on TexDoc.net: adjustbox.pdf
CTAN Directory: https://ctan.org/pkg/adjustbox
Website: https://bitbucket.org/martin_scharrer/adjustbox/
Code Repository: https://bitbucket.org/martin_scharrer/adjustbox/src
Bug Tracker: https://bitbucket.org/martin_scharrer/adjustbox/issues

233 questions
13
votes
4 answers

How to cut off part of a letter

I want to cut off the very top left part of an uppercase R. I tried using \adjustbox, but it cuts off the whole top part, which is not what I want. Here's the MWE, the corresponding output and the desired…
noibe
  • 2,084
5
votes
2 answers

How to fit a wide table landscape orientation

I have this simple code: I can build the table on landscape orientation, but when I insert the command adjustbox, there are some erros: Not in outer par mode undefined conttrol sequence ... Error package graphics division by…
Wilmer
  • 111
4
votes
1 answer

Adjustbox inside figure environment

I am trying to use the adjustbox package. When I use the adjustbox command inside a \ffigbox (floatrow package) it works fine. Now I wanted to use it inside a figure environment. Therfore I used the following…
ted
  • 3,377
3
votes
1 answer

Adjustbox, can I move caption with the content using lap?

Let's say I want to include an oversized margin figure that is allowed to stick into the normal text area using adjustbox, perhaps by something like…
mrf
  • 904
2
votes
1 answer

Adjustbox MWE does not compile

This is taken from the adjustbox manual: \documentclass{article} \usepackage{adjustbox} \begin{document} Before \adjustbox{padding*=1ex 2ex 3ex 4ex,frame,margin*=1ex 2ex 3ex 4ex}{Text} After \end{document} But it does not work here. What am I…
f.boc
  • 912
1
vote
1 answer

Adjust expression

How to adjust this expression \documentclass[a4paper,twoside,12pt]{ article} \usepackage[latin1,utf8,utf8x]{inputenc} \usepackage[T1]{fontenc} \usepackage[french]{babel} \frenchbsetup{StandardLists=true} \usepackage{lmodern} \usepackage{amsmath}…
Abe
  • 79
1
vote
1 answer

How to display text on the right and change its font style?

I'm writing a dedication in my report. I the last of the dedication I want to write my name on the right with different font Style. Do some one know how to do this please ?
pietà
  • 179
1
vote
1 answer

How to add vertical rule between two horizontally aligned minipages?

I need to have a vertical rule between the text and an image. paracol package breaks across pages. I do not want to have…
sandu
  • 7,950
0
votes
2 answers

adjustbox seems to add unwanted newpage

I'm trying to set up an article with a very large letter above the title stuff. The adjustbox command from the same-named package seems nice, but it always adds a newpage after the enlarged box and I can't seem to figure out why or get rid of…
Frotz
  • 378
  • 2
  • 12
0
votes
1 answer

adjustbox package printing parameters rather than evaluating them?

I'm trying to fit a table to the page width. I'm using the adjustbox package: \documentclass[letterpaper]{report} \begin{document} \begin{adjustbox}{width=0.8*\the\textwidth} \input{tables/table_2_increasingPolishingHardness} \end{adjustbox} The…
0
votes
1 answer

Adjustbox do not scale up smaller image does not work

I am trying to set the max width of an image by using the adjustbox package. What I want is that an image only scales DOWN to \linewidth if needed. But if it smaller than \linewidth then it should NOT be scaled at all. However when using the…
JoachimR
  • 347