simple branching?
isn't there any simple way of branching?
i.e.
Section "tree"
SectionBranch "branch"
blabla
SectionBranchEnd
SectionBranch "branch2"
blabla
SectionBranchEnd
SectionEnd
Archive: simple branching?
simple branching?
isn't there any simple way of branching?
i.e.
Section "tree"
SectionBranch "branch"
blabla
SectionBranchEnd
SectionBranch "branch2"
blabla
SectionBranchEnd
SectionEnd
For a tree structure you can use SubSection. See the manual.
thank you.