Search found 7 matches
- Thu Oct 30, 2014 12:50 pm
- Forum: Page Layout
- Topic: How to change the direction of the \makepmark header?
- Replies: 1
- Views: 2435
How to change the direction of the \makepmark header?
I am having some trouble getting the command \makepmarks behave as I want it to behave. I would like to have the section titles in the header behave as follows: No section titles should be displayed until the second page of a section. When one section stops in the middle of the page, I want the ...
- Thu Mar 28, 2013 7:08 am
- Forum: Fonts & Character Sets
- Topic: Special Characters in Name of Input File
- Replies: 11
- Views: 17755
Re: Special Characters in Name of Input File
As I responded in my last post, putting plain text in a .tex file does not help the issue, since there is No dialogue popping up, to allow me to change the encoding when I save it. I have looked all over for it.
I don't do anything other than write a .txt or a .tex, put it in a folder, write \input ...
I don't do anything other than write a .txt or a .tex, put it in a folder, write \input ...
- Wed Mar 27, 2013 9:58 pm
- Forum: Fonts & Character Sets
- Topic: Special Characters in Name of Input File
- Replies: 11
- Views: 17755
Re: Special Characters in Name of Input File
I want to use .txt files, because it is easier for me to have a template in a folder, with my database of citations and just put some .txt files in there That way I can do the bare minimum of coding in the template for the particular assignment, so it's easy to clean up for the next one.
Having ...
Having ...
- Wed Mar 27, 2013 12:13 pm
- Forum: Fonts & Character Sets
- Topic: Special Characters in Name of Input File
- Replies: 11
- Views: 17755
Special Characters in Name of Input File
I have no clue how to make a .txt file any other encoding than what it is. I don't know what you mean by "both generated files". I have two files I have created: The minimal.tex that contain the following code:
\documentclass[10pt,a4paper]{article}
\usepackage[danish]{babel}
\renewcommand ...
\documentclass[10pt,a4paper]{article}
\usepackage[danish]{babel}
\renewcommand ...
- Wed Mar 27, 2013 11:41 am
- Forum: Fonts & Character Sets
- Topic: Special Characters in Name of Input File
- Replies: 11
- Views: 17755
Special Characters in Name of Input File
Alright:
\documentclass[10pt,a4paper]{article}
\usepackage[danish]{babel}
\renewcommand{\danishhyphenmins}{22}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[danish=quotes]{csquotes}
\begin{document}
æ ø å
\input{text.txt}
\end{document}
If you make a ...
\documentclass[10pt,a4paper]{article}
\usepackage[danish]{babel}
\renewcommand{\danishhyphenmins}{22}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[danish=quotes]{csquotes}
\begin{document}
æ ø å
\input{text.txt}
\end{document}
If you make a ...
- Wed Mar 27, 2013 11:20 am
- Forum: Fonts & Character Sets
- Topic: Special Characters in Name of Input File
- Replies: 11
- Views: 17755
Re: Special Characters in Name of Input File
Alright, I can easily avoid using those characters in filenames, but what about content? Because it also complains when the text itself contains æ ø å even though it is completely fine with them, if I write them in the .tex document itself.
and thank you for the welcome :0)
-Faergen
and thank you for the welcome :0)
-Faergen
- Wed Mar 27, 2013 8:31 am
- Forum: Fonts & Character Sets
- Topic: Special Characters in Name of Input File
- Replies: 11
- Views: 17755
Special Characters in Name of Input File
I cannot get LaTeX to recognize special danish characters in input files, even though it recognizes them completely fine when I write them in the .tex file. I use the Danish characters 'æ' 'ø' and 'å'.
There is no error if I just remove the \input{mytextwithæøå.txt} from my document, so there is ...
There is no error if I just remove the \input{mytextwithæøå.txt} from my document, so there is ...