From 46b842734181d4bc3403b80dc1f156d466f54f90 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 16 Nov 2023 17:26:40 -0600 Subject: [PATCH] plantilla --- content/snippets/guia-groff.md | 2 ++ content/snippets/guia-groff/plantilla.md | 35 ++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 content/snippets/guia-groff/plantilla.md diff --git a/content/snippets/guia-groff.md b/content/snippets/guia-groff.md index 2309a9d..3b78b45 100644 --- a/content/snippets/guia-groff.md +++ b/content/snippets/guia-groff.md @@ -3,6 +3,8 @@ title: "Guía rápida para groff" date: 2023-11-16 --- +[Plantilla resumida](plantilla) + # Formato general de página y contenido ```groff diff --git a/content/snippets/guia-groff/plantilla.md b/content/snippets/guia-groff/plantilla.md new file mode 100644 index 0000000..a77e83e --- /dev/null +++ b/content/snippets/guia-groff/plantilla.md @@ -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 + +.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 +```