Text Formatting ⇒ \showhyphens
\showhyphens
\showhyphens{summation reductile latticord}
that did not work as expected. Why?
The packages I´m using:
\usepackage{amsmath,amsthm,amsfonts,amssymb,amscd}
\usepackage{indentfirst}
\usepackage{graphicx}
\usepackage{color}
\usepackage{longtable}
\usepackage[latin1]{inputenc}
\usepackage[portuges]{babel}
Thanks a lot for the attention.
Gilza
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
\showhyphens
[1] View topic: Avoidable mistakes
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
\showhyphens
sum-ma-tion re-ducible lat-ti-coid
and didn´t get with the code bellow
Thanks for the attention
Code: Select all
\documentclass[11pt,openany,brazil,reqno]{article}
%\usepackage{showidx}
\usepackage{amsmath,amsthm,amsfonts,amssymb,amscd}
\usepackage{indentfirst}
\usepackage{graphicx}
\usepackage{color}
\usepackage{longtable}
\usepackage[latin1]{inputenc}
\usepackage[portuges]{babel}
\usepackage{verbatim}
%
begin{document}
\showhyphens{summation reductile latticord}
%
\end{document}
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
\showhyphens
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
\showhyphens
As I already said possible hyphenations are shown in the terminal and log file and not in the document. The provided code does not produce output because the actual document has no content. Nevertheless the hyphenations are shown in the log file.Gilza wrote:I need typeset:
sum-ma-tion re-ducible lat-ti-coid
and didn´t get with the code bellow […]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10