Package writer2latex.latex.style

Examples of writer2latex.latex.style.I18n


     *
     * @param   name    The name of the <code>BibTeXDocument</code>.
     */
    public BibTeXDocument(String sName) {
        this.sName = trimDocumentName(sName);
        i18n = new I18n("ascii");
    }
View Full Code Here

TOP

Related Classes of writer2latex.latex.style.I18n

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.