I´m studying latex and try, as exercice, the command
\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
Text Formatting ⇒ \showhyphens
\showhyphens
Last edited by Gilza on Tue Apr 12, 2011 10:15 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
\showhyphens
Please clarify what you expect by a full but minimal example [1]. Possible hyphenations are shown on the terminal during compilation and in the log file.
[1] View topic: Avoidable mistakes
Best regards and welcome to the board
Thorsten
[1] View topic: Avoidable mistakes
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
\showhyphens
I need typeset:
sum-ma-tion re-ducible lat-ti-coid
and didn´t get with the code bellow
Thanks for the attention
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: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
\showhyphens
LaTeX.org admin
- 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 […]
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10