summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg b/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg
index 3ec2ae06bf5..5d195010c8b 100644
--- a/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg
+++ b/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg
@@ -185,6 +185,43 @@
join = { main[r,vc]number[l,vc](0pt,0pt) }
}
+% INLINE
+\DeclareInstance { exsheets-heading } { inline } { default }
+ {
+ inline = true ,
+ number-pre-code = \c_space_tl ,
+ number-post-code = \c_space_tl ,
+ join =
+ {
+ main[r,vc] title[r,vc] (0pt,0pt) ;
+ main[r,vc] number[l,vc] (0pt,0pt)
+ }
+ }
+
+% INLINE, POINTS WITH THE TITLE
+\DeclareInstance { exsheets-heading } { inline-wp } { default }
+ {
+ inline = true ,
+ number-pre-code = \c_space_tl ,
+ number-post-code = \c_space_tl ,
+ points-pre-code = ( ,
+ points-post-code = ) \c_space_tl ,
+ join =
+ {
+ main[r,vc] title[r,vc] (0pt,0pt) ;
+ main[r,vc] number[l,vc] (0pt,0pt) ;
+ main[r,vc] points[l,vc] (0pt,0pt)
+ }
+ }
+
+% INLINE WITH NO TITLE:
+\DeclareInstance { exsheets-heading } { inline-nr } { default }
+ {
+ inline = true ,
+ number-post-code = \c_space_tl ,
+ join = { main[r,vc] number[l,vc] (0pt,0pt) }
+ }
+
% CENTERED:
\DeclareInstance { exsheets-heading } { centered } { default }
{