summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tui/example/hyphenation.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-12 23:33:34 +0000
committerKarl Berry <karl@freefriends.org>2012-03-12 23:33:34 +0000
commitf374f77a9d1f375f121bd4372b20ab5048944b00 (patch)
treeaddd3e655508e97770384741cdd0d5e627ac4b98 /Master/texmf-dist/doc/latex/tui/example/hyphenation.tex
parenteed29dea1f461aeb4daf6e5b965b195444ff9a2e (diff)
new latex package tui 1.8 (12mar12)
git-svn-id: svn://tug.org/texlive/trunk@25619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tui/example/hyphenation.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tui/example/hyphenation.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tui/example/hyphenation.tex b/Master/texmf-dist/doc/latex/tui/example/hyphenation.tex
new file mode 100644
index 00000000000..9d1b49f9dfa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tui/example/hyphenation.tex
@@ -0,0 +1,14 @@
+% !TEX root = main.tex
+% !TEX encoding = Windows Latin 1
+% !TEX TS-program = pdflatex
+%
+% Archivo de particion de palabras
+
+\hyphenation{%
+ % Introduzca aqui las palabras que requieran division especial, separadas por espacios.
+ % No se pueden usar acentos en estas palabras (a menos que se use codificacion UTF8).
+ pa-la-bra guio-nes
+ }
+
+
+\endinput \ No newline at end of file