mirror of
https://gitlab.com/tavo-wasd/blog.git
synced 2025-06-07 06:43:28 -06:00
plantilla
This commit is contained in:
parent
1b47a8a4b8
commit
46b8427341
2 changed files with 37 additions and 0 deletions
|
@ -3,6 +3,8 @@ title: "Guía rápida para groff"
|
||||||
date: 2023-11-16
|
date: 2023-11-16
|
||||||
---
|
---
|
||||||
|
|
||||||
|
[Plantilla resumida](plantilla)
|
||||||
|
|
||||||
# Formato general de página y contenido
|
# Formato general de página y contenido
|
||||||
|
|
||||||
```groff
|
```groff
|
||||||
|
|
35
content/snippets/guia-groff/plantilla.md
Normal file
35
content/snippets/guia-groff/plantilla.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
title: "Plantilla groff_ms"
|
||||||
|
date: 2023-11-16
|
||||||
|
---
|
||||||
|
|
||||||
|
```groff
|
||||||
|
.\" .ds FAM T \" H=Helvetica C=Courier
|
||||||
|
.\" .nr PS 10p \" Point size
|
||||||
|
.\" .nr VS 12p \" Line spacing
|
||||||
|
.\" .so report.tmac \" Cover page
|
||||||
|
.\" .so utils.tmac \" General utils
|
||||||
|
.\" .so toc.tmac \" Relocate toc
|
||||||
|
.\" .so md.tmac \" Md-like sections
|
||||||
|
.\" .so math.tmac \" Math utils
|
||||||
|
.\" .so es.tmac \" Spanish
|
||||||
|
.
|
||||||
|
.TL
|
||||||
|
<title>
|
||||||
|
.AU
|
||||||
|
<author>
|
||||||
|
.AI
|
||||||
|
<institution>
|
||||||
|
.
|
||||||
|
.AB
|
||||||
|
<abstract>
|
||||||
|
.AE
|
||||||
|
.
|
||||||
|
.NH
|
||||||
|
.XN "<numbered heading>"
|
||||||
|
.
|
||||||
|
.PP
|
||||||
|
<indented \f[CW]paragraph\f[] \m[blue]with\m[] \f[B]some\f[] \f[I]formatting\f[]>
|
||||||
|
.
|
||||||
|
.\" .TC
|
||||||
|
```
|
Loading…
Reference in a new issue