how to draw a syllable tree
Captions
Captions
Add a one-line explanation of what this file represents
Summary [edit]
| DescriptionSyllable trees.png | English: Syllable structure as tree diagrams according to several phonologic traditions and theories. English labels. Deutsch: Silbenstruktur als Baumdiagramm nach diversen phonologischen Traditionen und Theorien. Englische Begriffe. | ||
| Date | |||
| Source | Own work (Original text: selbst erstellt ) | ||
| Author | User:Crissov | ||
| Permission (Reusing this file) | Public domain Public domain false false
|
Code [edit]
% !TEX TS-program = XeLaTeX \documentclass [fontsize=11pt,oneside,headings=small] {scrartcl} \usepackage {scrpage2} \usepackage [a4paper,left=10mm,right=10mm,bottom=10mm,top=10mm] {geometry} \usepackage {fontspec} \usepackage [english,ngerman] {babel} %: custom macros \newcommand { \dfn }[2][]{ \textbf {#2} \marginpar {#1}} % automatisch optional Indexeintrag? \newcommand { \more }{ \textsuperscript {+}} \newcommand { \any }{ \textsuperscript {*}} \newcommand { \wrong }{ \textsuperscript {*}} \newcommand { \really }{ \textsuperscript {?}} \newcommand { \phon }[1]{[\textsf {#1}]} \newcommand { \morph }[2][]{ \{#2\}\textsubscript {#1}} \newcommand { \morphem }[1]{ \[ \textsc {# 1 } \] } %: Symbols or Names %% change to your likings, suggestions in comments \newcommand { \syllable }{syllable } % σ Silbe Sprechsilbe \newcommand { \initial }{initial } % ι i Initial onset \newcommand { \medial }{medial } % µ m Medial \newcommand { \final }{final } % φ f Final – phi is sometimes used for prosodic foot \newcommand { \body }{body } % β π b c core Körper – beta is sometimes used to collectively refer to onset and coda \newcommand { \nucleus }{nucleus } % ν n Nukleus Kern Rumpf \newcommand { \koda }{coda } % κ c k Koda Endrand Schwanz \newcommand { \rime }{rhyme } % ρ r Reim \newcommand { \tonem }{tone } % τ t Ton \newcommand { \onset }{onset } % ω ο o Onset Anfangsrand Kopf – omega is sometimes used for the prosodic word \newcommand { \vowel }{V} % v Vokal Vokoid \newcommand { \sonorant }{S} % s V v Sonant Sonorant \newcommand { \consonant }{C} % c Konsonant \newcommand { \glide }{H} % G h g semi-vowel \newcommand { \tone }{T} % t Ton Tonhöhe Tonverlauf \newcommand { \leafs }[1]{ \tikzset {frontier/.style={distance from root=#1}}} %: Fonts \fontspec {Linux Libertine} \fontspec {Linux Biolinum} \setmainfont {Linux Libertine} \setsansfont [Scale=MatchLowercase] {Linux Biolinum} %: Graphics \usepackage {tikz} \usepackage {tikz-qtree} % could be rewritten to use plain TikZ/PGF \begin {document} %: First row: initial - final \leafs {11em} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \initial } { \consonant\any } ] [.{ \final } { \glide\any }{ \vowel\more }{ \consonant\any } ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \initial } { \consonant\any } ] [.{ \final } [.{ \medial } { \glide\any } ] [.{ \nucleus } { \vowel\more } ] [.{ \koda } { \consonant\any } ] ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \initial } { \consonant\any } ] [.{ \final } [.{ \medial } { \glide\any } ] [.{ \rime } [.{ \nucleus } { \vowel\more } ] [.{ \koda } { \consonant\any } ] ] ] ] \end {tikzpicture} %: Second row: initial - medial - rhyme \leafs {8em} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \initial } { \consonant\any } ] [.{ \medial } { \glide\any } ] [.{ \rime } { \vowel\more }{ \consonant\any } ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \initial } { \consonant\any } ] [.{ \medial } { \glide\any } ] [.{ \nucleus } { \vowel\more } ] [.{ \koda } { \consonant\any } ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \initial } { \consonant\any } ] [.{ \medial } { \glide\any } ] [.{ \rime } [.{ \nucleus } { \vowel\more } ] [.{ \koda } { \consonant\any } ] ] ] \end {tikzpicture} %: Third row: body - coda \leafs {11em} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \body } { \consonant\any }{ \vowel\more } ] [.{ \koda } { \consonant\any } ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \body } [.{ \onset } { \consonant\any } ] [.{ \nucleus } { \vowel\more } ] ] [.{ \koda } { \consonant\any } ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \body } [.{ \initial } { \consonant\any } ] [.{ \medial } { \glide\any } ] [.{ \nucleus } { \vowel\more } ] ] [.{ \koda } { \consonant\any } ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \body } [.{ \onset } [.{ \initial } { \consonant\any } ] [.{ \medial } { \glide\any } ] ] [.{ \nucleus } { \vowel\more } ] ] [.{ \koda } { \consonant\any } ] ] \end {tikzpicture} %: Fourth row: onset - rime \leafs {8em} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \onset } { \consonant\any } ] [.{ \rime } { \vowel\more }{ \consonant\any } ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \onset } [.{ \initial } { \consonant\any } ] [.{ \medial } { \glide\any } ] ] [.{ \rime } { \vowel\more }{ \consonant\any } ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \onset } { \consonant\any } ] [.{ \rime } [.{ \nucleus } { \vowel\more } ] [.{ \koda } { \consonant\any } ] ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \onset } [.{ \initial } { \consonant\any } ] [.{ \medial } { \glide\any } ] ] [.{ \rime } [.{ \nucleus } { \vowel\more } ] [.{ \koda } { \consonant\any } ] ] ] \end {tikzpicture} %: Fifth row: onset - nucleus - coda \leafs {8em} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \onset } { \consonant\any } ] [.{ \nucleus } { \vowel\more } ] [.{ \koda } { \consonant\any } ] ] \end {tikzpicture} \begin {tikzpicture} \Tree [.{ \syllable } [.{ \onset } [.{ \initial } { \consonant\any } ] [.{ \medial } { \glide\any } ] ] [.{ \nucleus } { \vowel\more } ] [.{ \koda } { \consonant\any } ] ] \end {tikzpicture} %: Sixth row: everything %% has some strange error \leafs {11em} \begin {tikzpicture} \Tree [.{ \syllable } [.\node(b){ \body }; [.\node(o){ \onset }; [.{ \initial } { \consonant\any } ] [.\node(m){ \medial }; { \glide\any } ] ] ] [.{ \tonem } [.{ \tone\really } ] ] [.\node(f){ \final }; [.{ \rime } [.\node(n){ \nucleus }; { \vowel\more } ] [.{ \koda } { \consonant\any } ] ] ] ] \draw (b.south)--(n.north); \draw (f.south)--(m.north); \end {tikzpicture} \end {document} Parts [edit]
Licensing [edit]
I, the copyright holder of this work, hereby publish it under the following license:
| | This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. |
| The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. http://creativecommons.org/publicdomain/zero/1.0/deed.en CC0 Creative Commons Zero, Public Domain Dedication false false |
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 13:44, 19 July 2012 | | 2,216 × 2,687 (195 KB) | Crissov (talk | contribs) | {{Information |Description ={{en|1=Syllable structure as tree diagrams according to several phonologic traditions and theories. English labels.}} {{de|1=Silbenstruktur als Baumdiagramm nach diversen phonologischen Traditionen und Theorien. Englische... |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
Metadata
numbersinglacrievor.blogspot.com
Source: https://commons.wikimedia.org/wiki/File:Syllable_trees.png
0 Response to "how to draw a syllable tree"
Post a Comment