Path to this page:
./
print/tex-adjustbox,
Graphics package-alike macros for general boxes
Branch: CURRENT,
Version: 1.3a,
Package name: tex-adjustbox-1.3a,
Maintainer: pkgsrc-usersThe package provides several macros to adjust boxed content.
One purpose is to supplement the standard graphics package,
which defines the macros \resizebox, \scalebox and \rotatebox ,
with the macros\trimbox and \clipbox. The main feature is the
general \adjustbox macro which extends the "key=value"
interface of \includegraphics from the graphics package and
applies it to general text content. Additional provided box
macros are \lapbox, \marginbox, \minsizebox, \maxsizebox and
\phantombox. All macros use the collectbox package to read the
content as a box and not as a macro argument. This allows for
all forms of content including special material like verbatim
content. A special feature of collectbox is used to provide
matching environments with the identical names as the macros.
DEINSTALL [+/-]#!/bin/sh
texhash
Required to run:[
print/kpathsea] [
print/tex-collectbox]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2023-04-01) Updated to version: tex-adjustbox-1.3a
- (2021-02-20) Updated to version: tex-adjustbox-1.3
- (2019-01-29) Updated to version: tex-adjustbox-1.2
- (2018-05-02) Updated to version: tex-adjustbox-1.1
- (2016-07-30) Updated to version: tex-adjustbox-1.0nb3
- (2015-04-22) Updated to version: tex-adjustbox-1.0nb2
CVS history: (Expand)
2023-04-01 12:08:03 by Mark Davies | Files touched by this commit (7) | |
Log message:
tex-adjustbox{,-doc}: update to 1.3a
* Updated documentation with new repository URL and new email address.
* Added dependency file for texlive.
|
2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Remove SHA1 hashes for distfiles
|
2021-02-20 10:40:27 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-adjustbox{,-doc}: update to 1.3
* Added support for (hopefully) all 'graphicx' keys.
* Added missing \leavevmode for framing keys.
* Added key "leavevmode" on request of Frank Mittelbach.
* Added 'process' key.
* Added 'clap' key on user request.
* Removed old graphicx key 'print'.
* trimclip: Added explicit luatex driver which uses the pdftex driver
to avoid the fallback to PGF driver.
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-12-06 21:19:34 by Mark Davies | Files touched by this commit (430) |
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
|
2019-01-29 20:41:42 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-adjustbox{,-doc}: update to 1.2
* Added missing 'clip' feature for rounded frames.
* Changed order of corner values for rounded frames. This includes an
update to the clipping drivers.
* Corrected 'adjnofloat' environment used by the 'nofloat' key to support
the 'hypcap' feature of the 'caption' and 'hypcap'
packages.
* Updated manual description of `export` option as requested by Issue #9.
* Updated manual to use (left, bottom, right, top) for the side values
instead of (llx, lly, urx, ury).
* Some other improvements in the manual.
* Added keys and matching commands and environments to align to the page
margins and text area borders:
'pagecenter', 'pageleft', 'pageright', 'pageinner', 'pageouter',
'textareacenter', 'textarealeft', 'textarearight', 'textareainner',
'textareaouter'.
* Added 'noindent' key.
* Added \newadjustimage and \NewAdjustImage commands to define custom
versions of \adjustimage with predefined key
lists. This include variation to renew, provide and declare such
macros.
* Added \provideadjustboxenv and \declareadjustboxenv.
* Added \provideadjustboxcmd and \declareadjustboxcmd.
|
2018-05-02 13:24:39 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-adjustbox{,-doc}: update to 1.1
changes unknown
|