-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated the README of Multiple Groups
- Loading branch information
1 parent
4a39457
commit f98afe7
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Multiple Groups | ||
|
||
group によって複数のパラメータを渡すことができ、それらを一つの PDF に描画することができる。 | ||
Multiple parameter sets can be passed as a group and drawn into a single PDF. | ||
|
||
- [Example code](test_feature.rb) | ||
- [Example template file](template.tlf) | ||
- [Example PDF](expect.pdf) | ||
|
||
group の主な機能は次の通り。 | ||
- group ごとに改ページされる | ||
- "毎ページ表示" オプションが無効なヘッダーやフッターは group ごとに描画される | ||
The main functions of groups are as follows: | ||
|
||
- Page break for each group | ||
- Headers and footers for which the "show every page" is disabled will be drawn only once per group |