Mon, 01 Mar 2010 21:43:25 +0000
Re: [Muse-el-discuss] Issue regarding publishing to pdf wrote:
Thank you all!
Emacs did not recognize my header.tex so I did something not so nice.
But it is functioning
I changed the first lines of muse-book-latex-header direct in
muse-book.el to the following and that worked:
--------------
(defcustom muse-book-latex-header
"\\documentclass{book}
\\usepackage{ucs}
\\usepackage[swedish]{babel}
\\usepackage[utf8x]{inputenc}
\\usepackage[T1]{fontenc}
-----------------
Then I wanted to test the lines one of suggested so I added some
more lines to muse-book-latex-header in muse-book.el:
------------
(defcustom muse-book-latex-header
"\\documentclass{book}
\\usepackage{ucs}
\\usepackage[swedish]{babel}
\\usepackage[utf8x]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{textcomp}
\\usepackage{hyperref}
\\usepackage[pdftex]{graphicx}
-----------
In some of the muse_*.el files there is a \\usepackage[utf8x]-line but
not in everyone/for all styles. Why?
Regards
>
> >>>>> ckglasspe...@gmail com <[email protected]> writes:
> > Hello again!
> > Now I have tried this i my header.tex
> > ...
>
> Try using the textcomp package [and putting the babel package line
> after documentclass], like this:
>
> \documentclass{book}
> \usepackage[swedish]{babel}
> \usepackage{ucs}
> \usepackage[utf8x]{inputenc}
> \usepackage[T1]{fontenc}
> \usepackage{textcomp}
> \usepackage{hyperref}
> \usepackage[pdftex]{graphicx}
>
>
> Yours sincerely,
_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss