File: wrap.tpp

package info (click to toggle)
tpp 1.3.1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: ruby: 1,454; lisp: 111; sh: 40; makefile: 32
file content (20 lines) | stat: -rw-r--r-- 1,505 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--author Andreas Krennmair
--title Wrapping long lines
--date today %a %b %e %H:%M:%S %Z %Y
This is oriented left. This is also quite long, also there to test how the line wrapping works. You will see examples for centered wrapping and right aligned wrapping later.
---
--center This is centered. And an extremely long line, so long that it is going to be wrapped at some point, wherever that is.
---
--right This is oriented right. Probably this line is even longer than the other, but this doesn't matter because this test must be as real as only possible. And I will make it even longer than planned, just to test how reliable it is, and whether it really aligns to the right.
---
--beginoutput
This is oriented left. This is also quite long, also there to test how the line wrapping works. You will see examples for centered wrapping and right aligned wrapping later.
---
--center This is centered. And an extremely long line, so long that it is going to be wrapped at some point, wherever that is.
---
--right This is oriented right. Probably this line is even longer than the other, but this doesn't matter because this test must be as real as only possible. And I will make it even longer than planned, just to test how reliable it is, and whether it really aligns to the right.
--endoutput
--newpage
--heading This is probably an overlong heading, but it's supposed to be the way it is, for testing purposes. One more sentence, and we have our test object.

This is normal text after the heading.