1 % This file is part of hyph-utf8 package and resulted from 2 % semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. 3 % 4 % Source: pthyph.tex (Version 1.2, 1996-07-21 - date in file) 5 % Author: Pedro J. de Rezende <rezende at dcc.unicamp.br>, J.Joao Dias Almeida <jj at di.uminho.pt> 6 % 7 % The above mentioned file should become obsolete, 8 % and the author of the original file should preferably modify this file instead. 9 % 10 % Modifications were needed in order to support native UTF-8 engines, 11 % but functionality (hopefully) didn't change in any way, at least not intentionally. 12 % This file is no longer stand-alone; at least for 8-bit engines 13 % you probably want to use loadhyph-foo.tex (which will load this file) instead. 14 % 15 % Modifications were done by Jonathan Kew, Mojca Miklavec & Arthur Reutenauer 16 % with help & support from: 17 % - Karl Berry, who gave us free hands and all resources 18 % - Taco Hoekwater, with useful macros 19 % - Hans Hagen, who did the unicodification of patterns already long before 20 % and helped with testing, suggestions and bug reports 21 % - Norbert Preining, who tested & integrated patterns into TeX Live 22 % 23 % However, the "copyright/copyleft" owner of patterns remains the original author. 24 % 25 % The copyright statement of this file is thus: 26 % 27 % BSD 3-Clause License (https://opensource.org/licenses/BSD-3-Clause): 28 % 29 % Copyright (c) 1987, Pedro J. de Rezende (rezende (a] ic.unicamp.br) and J.Joao Dias Almeida (jj (a] di.uminho.pt) 30 % 31 % All rights reserved. 32 % 33 % Redistribution and use in source and binary forms, with or without 34 % modification, are permitted provided that the following conditions are met: 35 % * Redistributions of source code must retain the above copyright 36 % notice, this list of conditions and the following disclaimer. 37 % * Redistributions in binary form must reproduce the above copyright 38 % notice, this list of conditions and the following disclaimer in the 39 % documentation and/or other materials provided with the distribution. 40 % * Neither the name of the University of Campinas, of the University of 41 % Minho nor the names of its contributors may be used to endorse or 42 % promote products derived from this software without specific prior 43 % written permission. 44 % 45 % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 46 % ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 47 % WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 48 % DISCLAIMED. IN NO EVENT SHALL PEDRO J. DE REZENDE OR J.JOAO DIAS ALMEIDA BE 49 % LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 50 % CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 51 % GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 52 % HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 53 % LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 54 % OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 55 % 56 % If you want to change this file, rather than uploading directly to CTAN, 57 % we would be grateful if you could send it to us (http://tug.org/tex-hyphen) 58 % or ask for credentials for SVN repository and commit it yourself; 59 % we will then upload the whole "package" to CTAN. 60 % 61 % Before a new "pattern-revolution" starts, 62 % please try to follow some guidelines if possible: 63 % 64 % - \lccode is *forbidden*, and I really mean it 65 % - all the patterns should be in UTF-8 66 % - the only "allowed" TeX commands in this file are: \patterns, \hyphenation, 67 % and if you really cannot do without, also \input and \message 68 % - in particular, please no \catcode or \lccode changes, 69 % they belong to loadhyph-foo.tex, 70 % and no \lefthyphenmin and \righthyphenmin, 71 % they have no influence here and belong elsewhere 72 % - \begingroup and/or \endinput is not needed 73 % - feel free to do whatever you want inside comments 74 % 75 % We know that TeX is extremely powerful, but give a stupid parser 76 % at least a chance to read your patterns. 77 % 78 % For more information see 79 % 80 % http://tug.org/tex-hyphen 81 % 82 %------------------------------------------------------------------ 83 % 84 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 85 % The Portuguese TeX hyphenation table. 86 % (C) 2015 by Pedro J. de Rezende (rezende (a] ic.unicamp.br) 87 % and J.Joao Dias Almeida (jj (a] di.uminho.pt) 88 % Version: 1.3 Release date: 12/08/2015 89 % 90 % (C) 1996 by Pedro J. de Rezende (rezende (a] ic.unicamp.br) 91 % and J.Joao Dias Almeida (jj (a] di.uminho.pt) 92 % Version: 1.2 Release date: 07/21/1996 93 % 94 % (C) 1994 by Pedro J. de Rezende (rezende (a] ic.unicamp.br) 95 % Version: 1.1 Release date: 04/12/1994 96 % 97 % (C) 1987 by Pedro J. de Rezende 98 % Version: 1.0 Release date: 02/13/1987 99 % 100 % ----------------------------------------------------------------- 101 % Remember! If you *must* change it, then call the resulting file 102 % something else and attach your name to your *documented* changes. 103 % ================================================================= 104 % 105