[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
Post your template Latex header. No cleaning up! Seriously, this
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /sci/ - Science & Math

Thread replies: 15
Thread images: 2
File: there_is_always_a_solution.jpg (50 KB, 945x1201) Image search: [Google]
there_is_always_a_solution.jpg
50 KB, 945x1201
Post your template Latex header. No cleaning up!
Seriously, this might help some people who start using Latex.
>>
\documentclass[
a4paper,
12pt,
fleqn,
oneside,
titlepage,
%liststotoc, % Verzeichnisse im Inhaltsverzeichnis auffuehren
%bibtotoc, % Literaturverzeichnis im Inhaltsverzeichnis auffuehren
%idxtotoc, % Index im Inhaltsverzeichnis auffuehren
]{scrartcl}


\usepackage[ngerman]{babel}%babel managt die Spracheinstellungen des Dokuments. Für Deutsch gibt es german und ngerman (new german). Die Unterschiede liegen in der Silbentrennung.
\usepackage[T1]{fontenc}
%Richtiger Typografischer Setzkasten. Ö ist Ö und nicht "O"+".."
%Unglücklicherweise lässt dieses Package Die Schriftart wie Scheiße aussehen. Kommentiere fontenc sowie lmodern aus und du wirst sehen, was ich meine. Gelöst wird dieses Problem indem man Package lmodern benutzt
\usepackage[utf8]{inputenc} % Umlaute schreiben koennnen ;)
%utf8 ist inzwischen der internationale Standard und sollte meiner Meinung nach bevorzugt werden. Der [Enkodierer] muss allerdings mit dem Editor abgestimmt werden. (Siehe Optionen)
\usepackage{textcomp}% Bestimme Zeichen einsetzen, wie °, ",...
\usepackage{lmodern}% Schriftart Latin Modern. Sieht schön aus. Scheint auch der Standart von inputenc zu sein, allerdings muss man explizit dieses Package benutzen, wenn man gleichzeitig fontenc einsetzt.
>>
>>7722166

%Für den Fall, dass der Nutzer nicht mit den vorgegeben Übersetzungen der Bezeichnungen einverstanden ist, besteht die Möglichkeit diese zu ändern:
%\renewcommand{\<Bezeichner>name}{Neue Bezeichnung}


%
% For alternative styles, see the biblatex manual:
% http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf
%
% The 'verbose' family of styles produces full citations in footnotes,
% with and a variety of options for ibidem abbreviations.
%
%\usepackage{csquotes}%bin mir nicht sicher, ob ich das brauche

%\usepackage[style=verbose, bibencoding=auto, backend=biber]{biblatex}
%\usepackage[style=authoryear-icomp, backend=biber]{biblatex}
\usepackage[
backend=biber,
style=custom-numeric-comp,
sortlocale=de_DE,
natbib=true,
url=false,
doi=true,
eprint=false
]{biblatex}


%custom-numeric-comp
%Es funktioniert bei mir nicht ohne bibtex. Ich bin mir nicht sicher, ob biber fehlt, oder es ein anderes Problem gibt.

%Ich benutze nicht numeric comp, sondern einen Style gefunden auf
%http://www.khirevich.com/latex/footnote_citation/
%Befehle
%\notefullcite %Die ist am besten, denn es ergeben sich [6]
%\superfullcite
%\supershortnotecite

% wenn man als Backend bibtex benutzen möchte. Default ist biber \usepackage[style=authortitle-ibid, backend=bibtex]{biblatex}
%zusätzlich habe ich authortitle-dw von.dominik-wassenhoven.de installiert, um genau den Zitationsstil zu bekommen, den mein Prof wollte
%Das war der aus der Vorlage %\usepackage[style=verbose-ibid,backend=bibtex]{biblatex}


% < LITERATURVERZEICHNIS ANGEBEN >
\bibliography{literatur} %old way, bibtex
%\addbibresource{literatur}%biber


%Einbinden von Grafiken, Pdf und sonstigem
\usepackage{graphicx}
\usepackage{pdfpages} % PDF-Seiten einbinden
\usepackage{epstopdf} % eps-Bilder
>>
\documentclass[12pt]{article}
\begin{document}
>>
\documentclass[12pt,letterpaper]{amsart}
\usepackage{my_name-style,my_name-macros}
>>
>>7722168
Im not done, but 4chan treats me like a spammer :(
>>
\documentclass[11pt]{article}
\usepackage{cite}
\usepackage{fontspec}
\usepackage[top=1in,bottom=1in,left=1in,right=1in]{geometry}
\usepackage{wrapfig}
\setromanfont{Georgia}
\usepackage{graphicx}
\begin{document}

based xelatex
>>
>>
\documentclass[12pt, A4, titlepage]{article}
%\documentclass[12pt,a4paper,oneside,draft]{report}
\usepackage[version=3]{mhchem}
\usepackage[hang]{caption}
\usepackage[margin=1in]{geometry}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{siunitx}
\usepackage{lscape}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{amsmath}
\usepackage{longtable}
\usepackage{titling}
\usepackage[space]{grffile}
\usepackage[round]{natbib}
\usepackage[utf8]{inputenc}
\usepackage[toc,page]{appendix}
\usepackage{float}

\renewcommand{\thefootnote}{\fnsymbol{footnote}}

\def\subsectionautorefname{Section}
\def\sectionautorefname{Section}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
%\usepackage{apacite}

\setlength{\parindent}{0pt}
\linespread{1.5}

\graphicspath{'/Assign_figures'}

\newlength\tindent % % % % % % % % REMOVE AUTO-INDENTATION
\setlength{\tindent}{\parindent}
\setlength{\parindent}{0pt}
\begin{document}
>>
>>7722422
>dependent on mouse clicks to "write" down formulas
>>
>>7722357
This person gets it. Just load any other packages you need from your personal package. You can even add options. For example, I have an option which turns my biblography stuff on if I need it, which I don't for writing notes or homework.
>>
>>7722357
>>7722657
Actually a great idea to do. Thank you, based anon(s).
>>
>>7722162
I use LyX
>>
>>7722422
Disgusting.
>>
>>7722422
nice optimization
Thread replies: 15
Thread images: 2

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.