Diskussion:MSG-10ab-2012-13: Unterschied zwischen den Versionen

Aus QED-WIKI - Ein Berliner Mathe-WIKI von und für Schülerinnen und Schüler
Wechseln zu: Navigation, Suche
Zeile 91: Zeile 91:
 
% \end{math} <br>
 
% \end{math} <br>
 
\end{document} <br>
 
\end{document} <br>
 +
<br>
 +
<br>
 +
 +
[[Benutzer:CINNAYW|CINNAYW]] 12:36, 2. Sep. 2012 (CEST)

Version vom 22. September 2012, 12:36 Uhr

Zum Aufgabenblatt 2

Ich glaube beim 2. Aufgabenblatt ist ein Fehler. Bei Aufgabe 1a) muss 16 statt 19 in der Zahlenreihe stehen, damit es eine arithmetische Folge 2. Ordnung ist. Sakul3 13:33, 25. Aug. 2012 (CEST)

Das stimmt, da hat sich ein Fehler eingeschlichen, die dritte Zahl ist 16. Alex Unger 20:18, 21. Aug. 2012 (CEST)

Ich gebe einen Tipp für Aufgabe 2, vielleicht ist das ja gar nicht nötig, vielleicht aber doch hilfreich: Zeige zuerst, dass sich die Zahl 4 stets mit 4 beliebigen aufeinanderfolgenden Quadratzahlen (und natürlich Plus- und Minuszeichen) schreiben lässt. Alex Unger 11:35, 22. Aug. 2012 (CEST)

Aufgaben-Blatt 3 (23.8.12-18.10.2012)
Kann es sein, dass ein einfaches Gegenbeispiel bei Aufgabenblatt 3 Aufgabe 2 x=0 n=0 ist? Arif1925 20:54, 28. Aug. 2012 (CEST)

Warum? Was bekommst du denn da raus? Alex Unger 15:11, 31. Aug. 2012 (CEST)

Über dem Bruchstrich steht 1-x^2n+1, also 1-0^1, 1-1, also 0, d.h. links steht 0
Auf der rechten Seite:(2n+1)*x^n=(0+1)*0^0, also 1*1=1
Deswegen steht bei mir 0 ist größer/gleich 1 Arif1925 15:27, 31. Aug. 2012 (CEST)

0^1=0, nicht 1, deshalb steht links 1 und 1\geq1 ist in Ordnung. Okay? Alex Unger 20:23, 3. Sep. 2012 (CEST)

Okay, jetzt stimmt es, danke Arif1925 20:53, 3. Sep. 2012 (CEST)

Latex - Projekt

Ich habe mir das Programm, das hier im Wiki zur Verfügung gestellt wurde, heruntergeladen.
Nun steht bei mir aber nicht Latex, sondern Miktex und als Datei TeXworks. Das ist aber nicht das Problem.
Was ich nicht verstehe ist, ich bearbeite den Quelltext, aber jetzt weiß ich nicht wie und womit ich den Quelltext übersetzen soll, sodass die Befehle umgesetzt werden. Ich würde mich freuen, wenn mir jemand die Frage beantworten könnte.

Arif1925 12:41, 15. Sep. 2012 (CEST)

Dieses Problem hatte ich ebenfalls. Bei dieser Version fehlt das "Mathematik-Paket, sodass die mathematischen Formeln nicht übersetzt werden können.
Um dieses Problem zu lösen gib einfach mal folgendes ein:

% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
% This is a simple template for a LaTeX document using the "article" class.
% See "book", "report", "letter" for other types of document.
\documentclass[11pt]{article} % use larger type; default would be 10pt
\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
%%% Examples of Article customizations
% These packages are optional, depending whether you want the features they provide.
% See the LaTeX Companion or other references for full information.
%%% PAGE DIMENSIONS
\usepackage{geometry} % to change the page dimensions
\geometry{a4paper} % or letterpaper (US) or a5paper or....
% \geometry{margin=2in} % for example, change the margins to 2 inches all round
% \geometry{landscape} % set up the page for landscape
% read geometry.pdf for detailed page layout information
\usepackage{graphicx} % support the \includegraphics command and options
% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
%%% PACKAGES
\usepackage{booktabs} % for much better looking tables
\usepackage{array} % for better arrays (eg matrices) in maths
\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
\usepackage{amsmath}
\usepackage{mathtools}
% These packages are all incorporated in the memoir class to one degree or another...
%%% HEADERS & FOOTERS
\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
\pagestyle{fancy} % options: empty , plain , fancy
\renewcommand{\headrulewidth}{0pt} % customise the layout...
\lhead{}\chead{}\rhead{}
\lfoot{}\cfoot{\thepage}\rfoot{}
%%% SECTION TITLE APPEARANCE
\usepackage{sectsty}
\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
% (This matches ConTeXt defaults)
%%% ToC (table of contents) APPEARANCE
\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
%%% END Article customizations
%%% The "real" document content comes below...
\title{Brief Article}
\author{The Author}
%\date{} % Activate to display a given date or no date (if empty),
% otherwise the current date is printed
\begin{document}
\maketitle
\section{First section}
Your text goes here.
\subsection{A subsection}
More text.
\subsection{Math}
% \begin{math}
$$
{n \choose k}
$$
% \end{math}
\end{document}


CINNAYW 12:36, 2. Sep. 2012 (CEST)