Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `Ad' is supposed to underline. Found whilst trolling through manuals. | Kristaps Dzonsons | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | Fixed %T: it now correctly underlines, instead of quoting (noted by Jason ↵ | Kristaps Dzonsons | 2010-04-08 | 1 | -1/+1 |
| | | | | McIntyre and posted on Ingo Schwarze' mandoc-todo list). | ||||
* | More clarification in manuals. Added per-OUTPUT section in mandoc.1. | Kristaps Dzonsons | 2009-11-16 | 1 | -0/+2 |
| | |||||
* | \f escapes appear to work properly for -Thtml -man. Needs more testing. | Kristaps Dzonsons | 2009-11-15 | 1 | -0/+1 |
| | |||||
* | Removed superfluous monospace note in example.style.css (they're all monospace). | Kristaps Dzonsons | 2009-11-12 | 1 | -2/+2 |
| | |||||
* | Protected example.style.css from cascading styles. | Kristaps Dzonsons | 2009-11-11 | 1 | -26/+26 |
| | |||||
* | (Fix again for default `Bf Li' font.) | Kristaps Dzonsons | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | Full `%U' support. | Kristaps Dzonsons | 2009-10-26 | 1 | -0/+1 |
| | | | | | | | `Lk' display fixed. Renamed arg2xxxx as a2xxxx for consistency. Renamed print_foot to print_man_foot for consistency. Removed default printing of `~' when `Lk' not provided (not sure where I got that from). | ||||
* | Consolidated some -man -Tascii functions. | Kristaps Dzonsons | 2009-10-08 | 1 | -0/+3 |
| | | | | Added many -man -Thtml functions (almost complete). | ||||
* | Example style-sheet reflecting modified section/subsection style tags. | Kristaps Dzonsons | 2009-10-04 | 1 | -4/+2 |
| | | | | Added ATTR_ID and so forth to attrs. | ||||
* | Added the -oincludes=FMT option. | Kristaps Dzonsons | 2009-10-03 | 1 | -0/+1 |
| | | | | | The `In' handler now decorates with a hyperlink. If no -oman= or -oincludes= is stipulated, no link is printed (but the text is still style-decorated). | ||||
* | -Tascii correctly prints `%T' in `Rs' with quotes. | Kristaps Dzonsons | 2009-09-24 | 1 | -0/+13 |
| | | | | | -Thtml behaves like -Tascii for printing. Printing of `Rs' elements cross-checked with new groff. | ||||
* | Proper handling of `Rs' blocks in -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -0/+1 |
| | |||||
* | Fix in -Tascii where `Lb' causes line-break in any section (should only ↵ | Kristaps Dzonsons | 2009-09-24 | 1 | -8/+9 |
| | | | | | | | happen in LIBRARY). `Fn' first parameter is broken apart into ftype and fname in -Thtml (for correct style application). Fixed \0 special character. | ||||
* | Sync'd example style-sheet to be more like OpenBSD's default (KISS). | Kristaps Dzonsons | 2009-09-24 | 1 | -6/+7 |
| | | | | -Thtml and -Tascii now have equivalent functionality. | ||||
* | Added Bf, Pf, etc. to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -1/+5 |
| | | | | Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section. | ||||
* | Many more macros added to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -0/+4 |
| | | | | Minor space issues fixed in -Tascii. | ||||
* | A few more macros in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+4 |
| | |||||
* | Fixed body/divbody structure of html pages. | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+40 |
| | | | | | | Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage. | ||||
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 1 | -40/+0 |
| | | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices. | ||||
* | Added example stylesheet. | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+40 |