Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
AKPlanning
Merge requests
!87
AK Slides
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
AK Slides
feature-akslides
into
main
Overview
1
Commits
11
Pipelines
7
Changes
1
Merged
Benjamin Hättasch
requested to merge
feature-akslides
into
main
4 years ago
Overview
1
Commits
11
Pipelines
7
Changes
1
Expand
This introduces slide generation for AKs of an event (
#66 (closed)
).
Features:
Introduce latex export
Slides of AKs grouped by their category
Exclude wishes and display as own category
Show next two AKs in footer for presenter preparation
Allow to choose whether all AKs or only the ones with presentation flag should be shown
Edited
3 years ago
by
Benjamin Hättasch
0
0
Merge request reports
Viewing commit
ee8617e0
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ee8617e0
Truncate length of description texts for AK info slides
· ee8617e0
Benjamin Hättasch
authored
3 years ago
AKModel/templates/AKModel/export/slides.tex
+
1
−
1
Options
@@ -62,7 +62,7 @@
\faFilter
~
{{
ak.category.name | latex
_
escape
_
utf8
}}
{{
ak.description | latex
_
escape
_
utf8
}}
{{
ak.description |
truncatechars(500) |
latex
_
escape
_
utf8
}}
\end{frame}
Loading