Benutzer:Peter Hager/Praktische Hilfen: Unterschied zwischen den Versionen
(→Mathematik) |
(→Mathematik: link auf mediawiki geändert) |
||
(19 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | |||
+ | == Lemma == | ||
+ | |||
+ | * [https://de.wikipedia.org/wiki/Alphabetische_Sortierung Wikipedia Alphabetische Sortierung] | ||
+ | * [https://de.wikipedia.org/wiki/Lemma_(Lexikographie) Wikipedia Lemma (Lexikographie)] | ||
+ | * [https://de.wikipedia.org/wiki/Hilfe:Seitenname Wikipedia Hilfe:Seitenname] | ||
+ | * [https://de.wikipedia.org/wiki/Wikipedia:Namenskonventionen Wikipedia Namenskonventionen] | ||
== Formatierung == | == Formatierung == | ||
Zeile 17: | Zeile 24: | ||
<sub>tiefgestellt</sub> | <sub>tiefgestellt</sub> | ||
− | == | + | == Tabellen == |
− | + | [https://de.wikipedia.org/wiki/Hilfe:Tabellen Hilfe bei Wiki] | |
+ | |||
+ | ;Einfache Tabelle | ||
− | = | + | <nowiki> |
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Name !! Regierungszeit !! Abstammung | ||
+ | |- | ||
+ | | [[Stephan II. (Bayern)|Stephan II.]] || <tt>1347–1375</tt> Herzog von Bayern || Sohn Kaiser Ludwigs IV. | ||
+ | |- | ||
+ | | [[Friedrich (Bayern)|Friedrich]] || <tt>1375–1393</tt> Herzog von Bayern-Landshut || Sohn Stephans II. | ||
+ | |- | ||
+ | | [[Heinrich XVI. (Bayern)|Heinrich XVI.]] || <tt>1393–1450</tt> Herzog von Bayern-Landshut || Sohn Friedrichs | ||
+ | |- | ||
+ | | [[Ludwig IX. (Bayern)|Ludwig IX.]] || <tt>1450–1479</tt> Herzog von Bayern-Landshut || Sohn Heinrichs XVI. | ||
+ | |- | ||
+ | | [[Georg (Bayern)|Georg]] || <tt>1479–1503</tt> Herzog von Bayern-Landshut || Sohn Ludwigs IX. | ||
+ | |} | ||
+ | </nowiki> | ||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Zeile 38: | Zeile 61: | ||
|} | |} | ||
+ | <code><nowiki> | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Zeile 56: | Zeile 80: | ||
|- | |- | ||
|} | |} | ||
+ | </nowiki></code> | ||
− | ''' | + | {| class="wikitable" |
+ | |- | ||
+ | | | ||
+ | | style="text-align:left" | Variable | ||
+ | |- | ||
+ | | + | ||
+ | | style="text-align:left" | Variable | ||
+ | |- | ||
+ | | = | ||
+ | | style="text-align:left" | ''Zwischenergebnis'' | ||
+ | |- | ||
+ | | - | ||
+ | | style="text-align:left" | Variable | ||
+ | |- | ||
+ | | = | ||
+ | | style="text-align:left" | '''Ergebnis''' | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | |||
+ | ;Sortierbare Tabelle | ||
+ | |||
+ | <nowiki> | ||
+ | {| class="wikitable sortable" | ||
+ | ! ABC !! Länge !! Breite !! Farbe !! class="unsortable" | Bemerkung | ||
+ | |- | ||
+ | | [[a]] | ||
+ | | style="text-align:right" | 1100 | ||
+ | | style="text-align:right" | 1000 | ||
+ | | hellblau | ||
+ | | Blau ist der Himmel | ||
+ | |- | ||
+ | | [[b]] | ||
+ | | style="text-align:right" | 30 | ||
+ | | style="text-align:right" | 2 | ||
+ | | grün | ||
+ | | Grün ist das Gras | ||
+ | |- | ||
+ | | [[c]] | ||
+ | | style="text-align:right" | 100 | ||
+ | | style="text-align:right" | 90 | ||
+ | | rot | ||
+ | | Rot ist die Liebe | ||
+ | |} | ||
+ | </nowiki> | ||
+ | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! ABC !! Länge !! Breite !! Farbe !! class="unsortable" | Bemerkung | ! ABC !! Länge !! Breite !! Farbe !! class="unsortable" | Bemerkung | ||
Zeile 98: | Zeile 168: | ||
* Austrian railway companies: http://www.oebb.at/ or https://westbahn.at/en | * Austrian railway companies: http://www.oebb.at/ or https://westbahn.at/en | ||
|} | |} | ||
− | |||
== Mathematik == | == Mathematik == | ||
− | * [https:// | + | * [https://www.mediawiki.org/wiki/Extension:Math/Syntax mediawiki] |
* [https://de.wikipedia.org/wiki/Hilfe:TeX#%C3%9Cberblick_%C3%BCber_LaTeX-Befehle Wiki] | * [https://de.wikipedia.org/wiki/Hilfe:TeX#%C3%9Cberblick_%C3%BCber_LaTeX-Befehle Wiki] | ||
− | + | * [[Liste der verwendeten Abkürzungen und Symbole]] | |
<small>alphabetisch</small> | <small>alphabetisch</small> | ||
− | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Bezeichnung !! Formel !! Code !! class="unsortable" | Anmerkung | ! Bezeichnung !! Formel !! Code !! class="unsortable" | Anmerkung | ||
Zeile 144: | Zeile 212: | ||
| <code><nowiki><math>\int</math></nowiki></code> | | <code><nowiki><math>\int</math></nowiki></code> | ||
| | | | ||
+ | |- | ||
+ | | Klammern, normal | ||
+ | | () | ||
+ | | () | ||
+ | | Passt sich in Größe an | ||
+ | |- | ||
+ | | Klammern, eckig | ||
+ | | <math> \lbrack \rbrack </math> | ||
+ | | <code><nowiki> <math> \lbrack \rbrack </math> </nowiki></code> | ||
+ | | | ||
+ | |- | ||
+ | | Klammern, spitz | ||
+ | | <math>\langle x,y \rangle</math> | ||
+ | | <code><nowiki><math>\langle x,y \rangle</math></nowiki></code> | ||
+ | | <code><nowiki><math>\left\langle \frac{1}{2} \right\rangle</math></nowiki></code> | ||
+ | |- | ||
+ | | Klammern, geschweift | ||
+ | | <math>\{ x,y \}</math> | ||
+ | | <code><nowiki><math>\{ x,y \}</math></nowiki></code> | ||
+ | | <code><nowiki><math>\left \{ \frac{1}{2} \right\}</math></nowiki></code> | ||
|- | |- | ||
| [https://de.wikipedia.org/wiki/Summe Summe] | | [https://de.wikipedia.org/wiki/Summe Summe] | ||
Zeile 150: | Zeile 238: | ||
| | | | ||
|- | |- | ||
+ | | hochgestellt | ||
+ | | <math>a^2</math> | ||
+ | | <code><nowiki><math>a^2</math></nowiki></code> | ||
| | | | ||
+ | |- | ||
+ | | |tiefgestellt | ||
+ | | <math>a_3</math> | ||
+ | | <code><nowiki><math>a_3</math></nowiki></code> | ||
+ | | | ||
+ | |- | ||
+ | | Text | ||
+ | | <!-- <math> </math> --> | ||
+ | | <code><nowiki><math>\text{}</math></nowiki></code> | ||
+ | | | ||
+ | |-| | ||
| | | | ||
| | | | ||
Zeile 161: | Zeile 263: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | '''Als Erläuterung Tabelle''' und in [[Liste der verwendeten Abkürzungen und Symbole]] bzw. [[Liste der verwendeten Formeln]] '''ergänzen''' | ||
+ | <small> | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | <math> NN </math> | ||
+ | | [[NN]] | ||
+ | |- | ||
+ | |} | ||
+ | </small> | ||
+ | |||
+ | == PDF == | ||
+ | * [https://online2pdf.com/de/pdf-entsperren PDF entsperren], abgefragt 9.5.2022; | ||
+ | |||
+ | == Internationale Titel == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | ! Kurz !! Lang !! übersetzt !! Verliehen durch !!kurz !! class="unsortable" | Weblink !! class="unsortable" | Bemerkung | ||
+ | |- | ||
+ | | CCSA | ||
+ | | Certification in Control Self-Assessment | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | wie CIA, Schwerpunkt: Interne Kontrollsysteme | ||
+ | |- | ||
+ | | CEFA | ||
+ | | Certified European Financial Analyst | ||
+ | | Zertifizierter Europäischer Finanzanalyst | ||
+ | | European Federation of Financial Analysts Societies | ||
+ | | EFFAS | ||
+ | | [https://de.wikipedia.org/wiki/Certified_European_Financial_Analyst Wiki]<br>[https://effas.net/education-and-qualification/certified-european-financial-analyst-cefa.html CEFA bei EFFAS]<ref>abgefragt, 10.8.2020</ref> | ||
+ | | | ||
+ | |- | ||
+ | | CFA | ||
+ | | Chartered Financial Analyst | ||
+ | | Konzessionierter Finanz Analyst | ||
+ | | CFA Institute (Virginia), Ö, D, CH | ||
+ | | | ||
+ | | [https://de.wikipedia.org/wiki/Chartered_Financial_Analyst Wiki]<ref>abgefragt, 23.5.2019</ref><br>[https://www.cfaaustria.org/ CFA-Austria]<ref>abgefragt, 23.5.2019</ref><br>[https://www.cfainstitute.org/ Institut]<ref>abgefragt, 23.5.2019</ref> | ||
+ | | | ||
+ | |- | ||
+ | | CGAP | ||
+ | | Certified Government Auditing Professional | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | wie CIA, Schwerpunkt: Interne Revisionen im öffentlichen Dienst | ||
+ | |- | ||
+ | | CIA | ||
+ | | Certified Internal Auditor | ||
+ | | Zertifizierter Innenrevisor | ||
+ | | Institute of Internal Auditors <br>Institut für Interne Revision Österreich | ||
+ | | IIA <br>IIA Austria | ||
+ | | [https://de.wikipedia.org/wiki/Certified_Internal_Auditor Wiki]<ref>abgefragt, 30.5.2019</ref><br>[http://www.internerevision.at/zertifizierungen/cia/ IAA Austria]<ref>abgefragt, 30.5.2019</ref> | ||
+ | | | ||
+ | |- | ||
+ | | CIIA | ||
+ | | Certified International Investment Analyst | ||
+ | | Zertifizierter Internationaler Analyst | ||
+ | | Deutsche Vereinigung für Finanzanalyse und Asset Management | ||
+ | | DVFA | ||
+ | | [https://de.wikipedia.org/wiki/Certified_International_Investment_Analyst Wiki]<br>[https://www.dvfa.de/finanzakademie/programme/ciia-certified-international-investment-analyst.html CIIA bei DVFA]<ref>abgefragt, 10.8.2020</ref> | ||
+ | | | ||
+ | |- | ||
+ | | CISA | ||
+ | | Certified Information Systems Auditor | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | wie CIA, Schwerpunkt: IT-Systeme | ||
+ | |- | ||
+ | | CMC | ||
+ | | Certified Management Consultant | ||
+ | | zertifizierter Unternehmensberater | ||
+ | | Council of Management Consulting Institutes | ||
+ | | ICMCI | ||
+ | | [https://de.wikipedia.org/wiki/International_Council_of_Management_Consulting_Institutes_International Wiki]<br>[https://www.cmc-global.org/ Homepage]<ref>abgefragt, 5.2.2021</ref> | ||
+ | | | ||
+ | |- | ||
+ | | CPA | ||
+ | | Certified Public Accountant | ||
+ | | Wirtschaftsprüfer | ||
+ | | American Institute of Certified Public Accountants | ||
+ | | [[AICPA]] | ||
+ | | [https://de.wikipedia.org/wiki/Certified_Public_Accountant Wiki]<ref>abgefragt, 26.5.2019</ref><br>[https://www.aicpa.org/ CPA bei AICPA]<ref>abgefragt, 26.5.2019</ref> | ||
+ | | | ||
+ | |- | ||
+ | | CRMA | ||
+ | | Certification in Risk Management Assurance | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | wie CIA, Schwerpunkt: Risikomanagement | ||
+ | |- | ||
+ | | CVA | ||
+ | | Certified Valuation Analyst | ||
+ | | Zertifizierter Unternehmensbewerter | ||
+ | | European Association of Certified Valuators and Analysts | ||
+ | | [[EACVA]] | ||
+ | | [https://de.wikipedia.org/wiki/Certified_Valuation_Analyst Wiki]<ref>abgefragt, 23.5.2019</ref><br>[https://www.eacva.de/ CVA bei EACVA]<ref>abgefragt, 23.5.2019</ref> | ||
+ | | | ||
+ | |- | ||
+ | | PhD | ||
+ | | philosophiae doctor | ||
+ | | Doktor der Philosophie | ||
+ | | div | ||
+ | | | ||
+ | | [https://de.wikipedia.org/wiki/ Wiki]<ref>abgefragt, 23.5.2019</ref> | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | <!-- <small>kurz</small> | ||
+ | | <small>lang</small> | ||
+ | | <small>übersetzt</small> | ||
+ | | <small>verliehen</small> | ||
+ | | <small>kurz</small> | ||
+ | | <small>Wiki<br>eigene</small><ref>abgefragt, 5.2.2021</ref> | ||
+ | | <small>Anmerk</small> --> | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | == Leere == | ||
+ | <!-- === A === | ||
+ | === B === | ||
+ | === C === | ||
+ | === D === | ||
+ | === E === | ||
+ | === F === | ||
+ | === G === | ||
+ | === H === | ||
+ | === I === | ||
+ | === J === | ||
+ | === K === | ||
+ | === L === | ||
+ | === M === | ||
+ | === N === | ||
+ | === O === | ||
+ | === P === | ||
+ | === Q === | ||
+ | === R === | ||
+ | === S === | ||
+ | === T === | ||
+ | === U === | ||
+ | === V === | ||
+ | === W === | ||
+ | === X === | ||
+ | === Y === | ||
+ | === Z === | ||
+ | --> | ||
+ | |||
+ | == Einzelnachweise== | ||
+ | <references /> |
Aktuelle Version vom 13. Oktober 2024, 04:30 Uhr
Inhaltsverzeichnis
Lemma
- Wikipedia Alphabetische Sortierung
- Wikipedia Lemma (Lexikographie)
- Wikipedia Hilfe:Seitenname
- Wikipedia Namenskonventionen
Formatierung
Diese Seite ist eine Begriffsklärung zur Unterscheidung mehrerer mit demselben Wort bezeichneter Begriffe.
- Kommentarzeichen:
*Durchgestrichen
- Zeilen
umbruch: - Kleine Schrift: NN
- Fußnote:einfach:
- Einzelreferenz[1]
- Referenzname[2]
- Weitere Verwenung Name[2]
hochgestellt) tiefgestellt
Tabellen
- Einfache Tabelle
{| class="wikitable" |- ! Name !! Regierungszeit !! Abstammung |- | [[Stephan II. (Bayern)|Stephan II.]] || <tt>1347–1375</tt> Herzog von Bayern || Sohn Kaiser Ludwigs IV. |- | [[Friedrich (Bayern)|Friedrich]] || <tt>1375–1393</tt> Herzog von Bayern-Landshut || Sohn Stephans II. |- | [[Heinrich XVI. (Bayern)|Heinrich XVI.]] || <tt>1393–1450</tt> Herzog von Bayern-Landshut || Sohn Friedrichs |- | [[Ludwig IX. (Bayern)|Ludwig IX.]] || <tt>1450–1479</tt> Herzog von Bayern-Landshut || Sohn Heinrichs XVI. |- | [[Georg (Bayern)|Georg]] || <tt>1479–1503</tt> Herzog von Bayern-Landshut || Sohn Ludwigs IX. |}
Name | Regierungszeit | Abstammung |
---|---|---|
Stephan II. | 1347–1375 Herzog von Bayern | Sohn Kaiser Ludwigs IV. |
Friedrich | 1375–1393 Herzog von Bayern-Landshut | Sohn Stephans II. |
Heinrich XVI. | 1393–1450 Herzog von Bayern-Landshut | Sohn Friedrichs |
Ludwig IX. | 1450–1479 Herzog von Bayern-Landshut | Sohn Heinrichs XVI. |
Georg | 1479–1503 Herzog von Bayern-Landshut | Sohn Ludwigs IX. |
{| class="wikitable"
|-
|
| style="text-align:left" | Variable
|-
| +
| style="text-align:left" | Variable
|-
| =
| style="text-align:left" | ''Zwischenergebnis''
|-
| -
| style="text-align:left" | Variable
|-
| =
| style="text-align:left" | '''Ergebnis'''
|-
|}
Variable | |
+ | Variable |
= | Zwischenergebnis |
- | Variable |
= | Ergebnis |
- Sortierbare Tabelle
{| class="wikitable sortable" ! ABC !! Länge !! Breite !! Farbe !! class="unsortable" | Bemerkung |- | [[a]] | style="text-align:right" | 1100 | style="text-align:right" | 1000 | hellblau | Blau ist der Himmel |- | [[b]] | style="text-align:right" | 30 | style="text-align:right" | 2 | grün | Grün ist das Gras |- | [[c]] | style="text-align:right" | 100 | style="text-align:right" | 90 | rot | Rot ist die Liebe |}
ABC | Länge | Breite | Farbe | Bemerkung |
---|---|---|---|---|
a | 1100 | 1000 | hellblau | Blau ist der Himmel |
b | 30 | 2 | grün | Grün ist das Gras |
c | 100 | 90 | rot | Rot ist die Liebe |
Two European capitals in one day - no problem. Bratislava and Vienna are just a 45 min train ride apart.
|
Budapest is worth visiting, it takes 3 hrs to get there by train.
|
You want the grand Sound of Music experience? And also see where Mozart is born? It just takes 2.5 hrs to get there by train.
|
Mathematik
alphabetisch
Bezeichnung | Formel | Code | Anmerkung |
---|---|---|---|
Addition | <math> + </math>
|
||
Subtraktion | <math> - </math>
|
||
Multiplikation | <math>\cdot</math>
|
||
Divisionen | <math> : </math>
|
||
Betafaktor | <math>\beta</math>
|
||
Bruch | <math>\frac{a}{b}</math>
|
||
Integralzeichen | <math>\int</math>
|
||
Klammern, normal | () | () | Passt sich in Größe an |
Klammern, eckig | <math> \lbrack \rbrack </math>
|
||
Klammern, spitz | <math>\langle x,y \rangle</math>
|
<math>\left\langle \frac{1}{2} \right\rangle</math>
| |
Klammern, geschweift | <math>\{ x,y \}</math>
|
<math>\left \{ \frac{1}{2} \right\}</math>
| |
Summe | <math>\sum</math>
|
||
hochgestellt | <math>a^2</math>
|
||
tiefgestellt | <math>a_3</math>
|
||
Text | <math>\text{}</math>
|
||
Als Erläuterung Tabelle und in Liste der verwendeten Abkürzungen und Symbole bzw. Liste der verwendeten Formeln ergänzen
NN |
- PDF entsperren, abgefragt 9.5.2022;
Internationale Titel
Kurz | Lang | übersetzt | Verliehen durch | kurz | Weblink | Bemerkung |
---|---|---|---|---|---|---|
CCSA | Certification in Control Self-Assessment | wie CIA, Schwerpunkt: Interne Kontrollsysteme | ||||
CEFA | Certified European Financial Analyst | Zertifizierter Europäischer Finanzanalyst | European Federation of Financial Analysts Societies | EFFAS | Wiki CEFA bei EFFAS[3] |
|
CFA | Chartered Financial Analyst | Konzessionierter Finanz Analyst | CFA Institute (Virginia), Ö, D, CH | Wiki[4] CFA-Austria[5] Institut[6] |
||
CGAP | Certified Government Auditing Professional | wie CIA, Schwerpunkt: Interne Revisionen im öffentlichen Dienst | ||||
CIA | Certified Internal Auditor | Zertifizierter Innenrevisor | Institute of Internal Auditors Institut für Interne Revision Österreich |
IIA IIA Austria |
Wiki[7] IAA Austria[8] |
|
CIIA | Certified International Investment Analyst | Zertifizierter Internationaler Analyst | Deutsche Vereinigung für Finanzanalyse und Asset Management | DVFA | Wiki CIIA bei DVFA[9] |
|
CISA | Certified Information Systems Auditor | wie CIA, Schwerpunkt: IT-Systeme | ||||
CMC | Certified Management Consultant | zertifizierter Unternehmensberater | Council of Management Consulting Institutes | ICMCI | Wiki Homepage[10] |
|
CPA | Certified Public Accountant | Wirtschaftsprüfer | American Institute of Certified Public Accountants | AICPA | Wiki[11] CPA bei AICPA[12] |
|
CRMA | Certification in Risk Management Assurance | wie CIA, Schwerpunkt: Risikomanagement | ||||
CVA | Certified Valuation Analyst | Zertifizierter Unternehmensbewerter | European Association of Certified Valuators and Analysts | EACVA | Wiki[13] CVA bei EACVA[14] |
|
PhD | philosophiae doctor | Doktor der Philosophie | div | Wiki[15] | ||
Leere
Einzelnachweise
- ↑ Einzelreferenz
- ↑ 2,0 2,1 Referenztext
- ↑ abgefragt, 10.8.2020
- ↑ abgefragt, 23.5.2019
- ↑ abgefragt, 23.5.2019
- ↑ abgefragt, 23.5.2019
- ↑ abgefragt, 30.5.2019
- ↑ abgefragt, 30.5.2019
- ↑ abgefragt, 10.8.2020
- ↑ abgefragt, 5.2.2021
- ↑ abgefragt, 26.5.2019
- ↑ abgefragt, 26.5.2019
- ↑ abgefragt, 23.5.2019
- ↑ abgefragt, 23.5.2019
- ↑ abgefragt, 23.5.2019