./graphics/tex-incgraph, Sophisticated graphics inclusion in a PDF document

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.0, Package name: tex-incgraph-1.3.0, Maintainer: pkgsrc-users

The package provides tools for including graphics at the full
size of the output medium, or for creating "pages" whose size
is that of the graphic they contain. A principal use case is
documents that require inclusion of (potentially many) scans or
photographs. Bookmarking is especially supported. The tool box
has basic macros and a 'convenience' user interface that wraps
\includegraphics.


Required to run:
[print/tex-pgf] [print/kpathsea] [print/tex-graphics] [print/tex-oberdiek]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-03-20 11:13:49 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-incgraph{,-doc}: update to 1.3.0

### Added
- Option `overlay page number options app`
- Option `xshift`
- Option `yshift`
- Autosize Options:
    - Option `autosize`
    - Option `autosize width gap`
    - Option `autosize height gap`
    - Option `autosize gap`
    - Option `autosize min scale`
    - Option `autosize max scale`

### Changed
- Implementation overhauled and completely rewritten in LaTeX3.
    Major changes of the whole code.
    Option keys kept to be pgfkeys.
- `\igrboxcenter` drops box now after usage

### Fixed
- Documentation typo
   2022-04-09 01:27:34 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-incgraph{,-doc}: update to 1.2.0

### Added
- Option `overlay page number options`
- `\igrGetPageSize`
- `\igrPageWidth`
- `\igrPageHeight`
- `\igrSetPageSize`
- `\igrGetLastPage`
- `\igrLastPage`
- Adding/Guessing file name extensions
    - Option `extensions`
    - Option `extensions add`
    - Option `extensions from graphics`
    - Option `ignore on not found with extensions`
    - Option `ignore on not found with extensions*`
- Option `no existence check`

### Changed
- Changelog moved from CHANGES to CHANGES.md and adapted to
  [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- From now on version numbers adhere to
  [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
- Readme moved from README to README.md and adapted to
- Documentation code revised
- Internal package creation process modernized (invisible to the user)
- Adaption of paper size made compatible with lualatex
- Implementation of `\incgraph` and `\incmultigraph` changed (to LaTeX3)

### Fixed
- Documentation typos corrected
- `\incgraph` ignored option settings for not existing files.
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   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:04:42 by Mark Davies | Files touched by this commit (216)
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
   2017-01-20 22:09:07 by Mark Davies | Files touched by this commit (8)
Log message:
Add tex-incgraph{,-doc} 1.12

The package provides tools for including graphics at the full
size of the output medium, or for creating "pages" whose size
is that of the graphic they contain. A principal use case is
documents that require inclusion of (potentially many) scans or
photographs. Bookmarking is especially supported. The tool box
has basic macros and a 'convenience' user interface that wraps
\includegraphics.