mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 04:56:12 +00:00
Update cheatsheets
This commit is contained in:
@@ -19,8 +19,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify the desired left and top margins:
|
||||
|
||||
`pbmtextps -leftmargin {{70}} -topmargin {{162}} "{{Hello World!}}" > {{path/to/output.pbm}}`
|
||||
`pbmtextps {{[-l|-leftmargin]}} {{70}} {{[-t|-topmargin]}} {{162}} "{{Hello World!}}" > {{path/to/output.pbm}}`
|
||||
|
||||
- Do not output the rendered text as a PBM image, but a PostScript program that would create this image:
|
||||
|
||||
`pbmtextps -dump-ps "{{Hello World!}}" > {{path/to/output.ps}}`
|
||||
`pbmtextps {{[-du|-dump-ps]}} "{{Hello World!}}" > {{path/to/output.ps}}`
|
||||
|
||||
Reference in New Issue
Block a user