Search found 5 matches

by edouard
Wed Dec 31, 2008 3:24 pm
Forum: Text Formatting
Topic: latin formatting lost when using \input{chapterName}
Replies: 10
Views: 13746

latin formatting lost when using \input{chapterName}

daleif wrote:and?

did you solve your problem?
yes it solved my problem

the formatting file was automatically saved in latin1 while the input one wasn't. i have to check my emacs-config and make latin1 the default encoding.

thanks again
by edouard
Wed Dec 31, 2008 3:10 pm
Forum: Text Formatting
Topic: latin formatting lost when using \input{chapterName}
Replies: 10
Views: 13746

latin formatting lost when using \input{chapterName}

daleif wrote:files can be saved in different ancodings, such as utf8, latin1 etc.

the inputenc package is just used to tell LaTeX which encoding to expect.

Thanks you were right.
by edouard
Wed Dec 31, 2008 3:02 pm
Forum: Text Formatting
Topic: latin formatting lost when using \input{chapterName}
Replies: 10
Views: 13746

latin formatting lost when using \input{chapterName}

here's the log, i don't see any errors

now i use emacs, what do you mean when you ask if my input is in latin 1 encoding considering i cannot insert a \usepackage[latin1]{inputenc} in the input file

Running `LaTeX' on `novelBody' with ``latex -interaction=nonstopmode "\input" novelBody.tex ...
by edouard
Wed Dec 31, 2008 2:26 pm
Forum: Text Formatting
Topic: latin formatting lost when using \input{chapterName}
Replies: 10
Views: 13746

latin formatting lost when using \input{chapterName}

hi,

thanks for replies,

here's my formatting

\documentclass[11pt,openany]{scrbook}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage[cyr]{aeguill}
\usepackage[french]{babel}

\usepackage{times}

\usepackage[papersize={4.25in,6.875in},hmargin=.375in,vmargin={.375in,.625in ...
by edouard
Tue Dec 30, 2008 5:52 pm
Forum: Text Formatting
Topic: latin formatting lost when using \input{chapterName}
Replies: 10
Views: 13746

latin formatting lost when using \input{chapterName}

hi,

I am using latex with a french formatting,

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}

it work smoothly as long as i keep the whole text on a single page but when i insert aditionnal parts using

\input{fileName}

the "inputed" text has the typical ...