% $Id$

% Purpose: Hyphenation exception list

% Copyright (c) 1998--2009, Charles S. Zender
% This program may be distributed and/or modified under the
% conditions of the LaTeX Project Public License (LPPL), 
% either version 1.2, or (at your option) any later version.
% LPPL: http://www.latex-project.org/lppl.txt

% The original author of this software, Charlie Zender, seeks to improve
% it with your suggestions, contributions, bug-reports, and patches.
% Charlie Zender <surname@uci.edu>, surname=zender
% Department of Earth System Science
% University of California at Irvine
% Irvine, CA 92697-3100

% Hyphenation is described on KoD95 p. 53--55
% This file is an aggregation of corrections of incorrect word breaks 
% generated by TeX's internal mechanism
% TeTeX in RedHat 6.0 Linux is rumored to have broken hyphenation
% leading to many of the ``bad breaks'' below
% TeTeX in RedHat 6.1 Linux is rumored to fix this problem
% Hyphenation suggestions may also be included directly in a document 
% using the \- formalism, e.g., man\-u\-script, or using the
% \discretionary command, e.g., zender\discretionary{@}{}{@}uci.edu

% 20060611: 
% Check to be sure hyphenation works when documents look poorly hyphenated 
% Ubuntu teTeX upgrades have a habit of breaking hyphenation
% The other symptom (besides bad hyphenation) is the header line
% ``Babel <v3.8d> and hyphenation patterns for loaded''
% A list of languages should be between ``for loaded''
% Somehow this file gets corrupted:
% /var/lib/texmf/tex/generic/config/language.dat
% http://www.mail-archive.com/desktop-bugs@lists.ubuntu.com/msg29134.html
% These commands may help:
% sudo mv /etc/texmf/language.d/00tetex.cnf /etc/texmf/language.d/10tetex.cnf
% sudo update-language
% sudo fmtutil-sys --all

% AGU hyphenation policy remove hyphens from words formed with common prefixes  
% Exceptions are when homographs (re-cover/recover) or double vowels are formed 
% Thus nonoverlapping, noncloud, preindustrial, and midlatitude are consistent

% Usage:
% \usepackage{hyp} % Hyphenation exception list

% Message printed when LaTeX called
\@ifundefined{ProvidesPackage}{}{
\ProvidesPackage{hyp}[2002/09/22 v1.13 Hyphenation exception list]
} % end ProvidesPackage

% Words that LaTeX may hyphenate correctly but which look terrible that way
\hyphenation{
Univ-er-si-ty % instead of U-niversity
} % end \hyphenation list

% Words with context-dependent hyphenation
\hyphenation{
re-cord % Verb, as in to jot down
rec-ord % Noun, as in world record
}

% Words that LaTeX may hyphenate incorrectly
\hyphenation{
Amer-i-can % instead of A-merican
Brieg-leb % instead of Briegle-b
CCM % instead of C-CM
De-part-ment % instead of De-part-men-t
Eu-ler-i-an % instead of Eu-le-ri-an
Fa-mig-li-et-ti % instead of Famiglietti
Fig-ure % instead of Figure
JJA % instead of J-JA
Inter-gov-ern-mental % instead of Intergovernmental
La-grang-i-an % instead of Lagrangian
Mla-wer % instead of M-lawer
NCAR % instead of N-CAR
Na-zar-en-ko % instead of Nazarenko
Ra-vi-shan-ka-ra % instead of Ravis-hankara
Scat-ter-ing % instead of S-cattering
Shar-da-nand % instead of Shardanand
Ste-phens % instead of Stephens
Stokes % instead of S-tokes
a-gree-ment % instead of agreemen-t
as-so-ci-at-ed % instead of as-so-ci-ated
at-mos-pher-ic % instead of atmo-spheric
at-mos-phere % instead of atmo-sphere
bands % instead of band-s
co-ef-fi-ci-ents % instead of co-ef-fi-cients
col-umn % instead of colum-n
com-plex-es % instead of com-plexes
data-set % instead dataset
depths % instead of depth-s
full % instead of ful-l
heights % instead of height-s
mb % instead of m-b
buf-fers % instead of buffers
mid-lat-i-tude % instead of mid-latitude
mo-lec-u-lar % instead of molec-ular
mol-e-cules % instead of molecules
near % instead of n-ear
near-in-fra-red % instead of near-infrared
near-ly % instead of n-early
nm % instead of n-m
ob-ser-va-tions % instead of ob-ser-va-tion-s
ocean % instead of o-cean
off-line % instead of of-fline
Geo-sci-ence % instead of Geoscience
ox-y-gen % instead of oxy-gen
pat-terns % instead of pattern-s
por-tions % instead of portion-s
pre-sence % instead of p-resence
pro-duct % instead of produc-t
rea-sons % instead of reason-s
sig-nif-i-cant % instead of significan-t
sim-u-la-tions % instead of sim-u-la-tion-s
since % instead of s-ince
stud-ies % instead of studie-s
treat-ment % instead of treatmen-t
two % instead of t-wo
max-i-mi-za-tion % instead of maximiza-tion
} % end \hyphenation list
