Texmaker and TeXstudio ⇒ osx texmaker + texlive
osx texmaker + texlive
i was wondering if there is some kinda set up tutorial for texmaker.
i have no idea which settings and all those paths i have to use so that texmaker starts working.
i was using texshop with iso latin 9 so far, worked great for me.
now, im working frequently with a college who is using texmaker on windows (he also doesent know which settings to use, especially which editor font encoder)
which editor font encoder do i have to use?
all paths?
thx for ur input, pictures are attached
- Attachments
-
- 3.png (170.9 KiB) Viewed 10104 times
-
- 2.png (212.63 KiB) Viewed 10104 times
-
- 1.png (254.55 KiB) Viewed 10104 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: osx texmaker + texlive
Concerning the inputencoding, all of you should agree to use utf8. Please do backups of your files.
The simplest way to recode files is to open them in your favourite editor, copy everything and save it with texmaker (of course after changing the encoding to utf8).
If you have manny files, you can use tools that to the conversion for you. But usually above mentioned method works fine for a few files.
BTW: Your TeX Live dates back to 2007 which is long long gone. You can either install TeX Live 2013 or wait till june for TL2014.
Disclaimer: Some packages might have changed in a way that your document isn't compilable anymore and needs some adjustments.
Re: osx texmaker + texlive
i tried usepackage with utf8, even in texshop, i just got a lotta errors till i change to iso latin9.
is it correct, that i have to insert it in the main .tex file, like \usepackage[latin9]{inputenc}
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
osx texmaker + texlive
If problems persist, please give a more specific description.
Re: osx texmaker + texlive
i attach you my main.tex file, which was working fine with texshop.
this template is given by my school.
could you check it what i have to change for texworks? under "load standart packages", there is a section named manually added, please advice!
thx
- Attachments
-
- template.tex
- (8.61 KiB) Downloaded 496 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
osx texmaker + texlive
Your editor (texmaker) has the default setting utf8, your main file is utf8 encoded as well.
What does your friend/colleage use?
BTW: There are some packages that are highly obsolet in your template file. Please read some more about that at Maximale Vorlage vs. Minimale Probleme.
Re: osx texmaker + texlive
there must be some settings i didnt setup yet.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: osx texmaker + texlive
osx texmaker + texlive
i had to add it elsewhere because the size limit is reached.
http://www.file-upload.net/download-891 ... e.zip.html
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: osx texmaker + texlive
Did you save the file explicitely with the file ending tex? Do you have a TeX-Distribution installed?