Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Inkscape
Inkscape Docs
Inkscape Documentation
Commits
53f93cc0
Commit
53f93cc0
authored
Oct 11, 2021
by
Gyuris Gellért
🇭🇺
Committed by
Maren Hachmann
Oct 11, 2021
Browse files
Small usage update for tutorial template
(cherry picked from commit
529a3f70
)
parent
7436641a
Pipeline
#386276433
canceled with stages
in 5 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tutorials/README.md
View file @
53f93cc0
...
...
@@ -11,8 +11,8 @@ Place each tutorial and its illustrations into a subdirectory. An example is
basic/ with the Basic Tutorial.
Copy and use
`template.xml`
as skeleton to creating new tutorial source.
You find supported DocBook tags in this template. Please use
u
nly th
is
tags and
preserve structure. You can validate XML width
`xmllint --valid --noout your-tutorial.xml`
You find supported DocBook tags in this template. Please use
o
nly th
ese
tags and
preserve structure. You can validate XML width
`xmllint --
post
valid --noout your-tutorial.xml`
Create figures with provided template (
`template-figure.svg`
). Please
preserve canvas width (300px) and update canvas height to the content without margins
...
...
tutorials/template.xml
View file @
53f93cc0
...
...
@@ -6,10 +6,12 @@
<title>
Title of the tutorial
</title>
<subtitle>
Tutorial
</subtitle>
<author>
<firstname>
Your firsname
</firstname>
<surname>
Your last name
</surname>
<othername>
Your name
</othername>
<email>
your.email@address.com
</email>
</author>
<!-- To create author list directly from git log replace <author> tag above with the following line.
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tutorial-ID-OF-THE-TUTORIAL-authors.xml" />
-->
</articleinfo>
<abstract>
<para>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment