summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/incgraph/CHANGES.md
blob: 0b6698f210085282fed589c6342fc4e0cd90a091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Changelog
All notable changes to this project will be documented in this file.

The format is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security



## [1.2.0] - 2021-10-20

### Added
- Option `overlay page number options` (issue #2)
- `\igrGetPageSize`
- `\igrPageWidth`
- `\igrPageHeight`
- `\igrSetPageSize`
- `\igrGetLastPage`
- `\igrLastPage`
- Adding/Guessing file name extensions (issue #1):
    - 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 (issue #3)
- `\incgraph` ignored option settings for not existing files.



## [1.12] - 2015-03-12

### Added
- Option `left border`
- Option `bottom border`
- Option `right border`
- Option `top border`
- Option `horizontal border`
- Option `vertical border`
- Option `border`

### Changed
- ugly pictures of the documentation exchanged by not so ugly ones.



## [1.11] - 2013-01-16

### Added
- added `clearpage` at begin of `inctext`

### Fixed
- Positioning on even pages for twosided documents
- Option `paper=document` could not be used inside the preamble



## [1.10] - 2012-09-28

### Added
- new macro `\igrcenterfit` for an arbitrary paper size
- new user interface environment `inctext` to support
  arbitrary internal graphics
- introduction of various paper format options with the key `paper`
- new `landscape` and `portrait` keys
- new keys `currentpaper`, `graphicspaper` and `documentpaper`
  to replace the deprecated keys `page` and `center`

### Changed
- overlay code and graphics inclusion decoupled internally
- output macro implementation rewritten
- documentation structure changed
- various internal code changes

### Fixed
- interlineskip problem fixed



## [1.02] - 2012-07-06

### Added
- new macro `\igrboxtikzcenter` to support tikz pictures with a centered box.
- new feature to overlay included graphics with tikz picture code
  using the new option keys `overlay`, `overlay page number at`,
  `overlay page number at bottom`, `overlay page number at top`,
  `no overlay`.

### Changed
- key `nohyper` renamed to `no hyper`
- option key `include command` now has a default.

### Fixed
- bug fixed in `\igrboxtikz` which caused a small shift.



## [1.01] - 2012-07-04

### Added
- new macro `\igrtargetset` to set hypertarget values manually
- new key `target` to set hypertarget values manually

### Changed
- the code of the hypertarget setting is rewritten to place it at
  the top left corner of the page (previously it was placed at the
  top left corner of the text area).



## [1.00] - 2012-06-21

### Added
- initial public release