Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author Schema not working properly in Beamer Template #11612

Open
nithinmkp opened this issue Dec 4, 2024 · 3 comments
Open

Author Schema not working properly in Beamer Template #11612

nithinmkp opened this issue Dec 4, 2024 · 3 comments
Labels
Milestone

Comments

@nithinmkp
Copy link

I use the quarto author schema in beamer template. I am not able to get numbers to indicate author affiliation along with author names . I have modified the latex template using partials. This use to work well in scartcl format.

---
title: "title"
short-title: "shorttitle"
short-institute: "xy institute"
short-author: "john doe"
subtitle: "subtitle"
author: 
  - name: Author1.
    affiliations:
      - id: ref1
        number: 1
        name: Inst1
        department: dep1
    corresponding: true
    email: [email protected]
  - name: Author2
    affiliations:
      - ref: ref1
  - name: author 3
    affiliations:
      - id: ref2
        number: 2
        name: inst2
        department: dep2
format: 
  beamer: 
    theme: metropolis
    mainfont: Source Sans Pro
    template-partials: 
     - title.tex
    keep-tex: true 
date: today
date-format: medium
---

my modified title.tex is as follow

$if(title)$
\title$if(short-title)$[$short-title$]$endif${$title$$if(thanks)$\thanks{$thanks$}$endif$}
$endif$
$if(subtitle)$
\subtitle$if(shortsubtitle)$[$shortsubtitle$]$endif${$subtitle$}
$endif$


% Authors
$if(author)$
\author$if(shortauthor)$[$shortauthor$]$endif${$for(author)$$author$$sep$ \\
\and $endfor$}
$endif$

% Affiliations
$if(by-affiliation)$
\institute[$short-institute$]{
$for(by-affiliation)$
    \textsuperscript{$it.number$} $if(it.department)$$it.department$, $endif$$it.name$ \\ 
$endfor$
}
$endif$

@cderv
Copy link
Collaborator

cderv commented Dec 4, 2024

This is related to other issue on beamer like

@cderv cderv added enhancement New feature or request beamer templates labels Dec 4, 2024
@cderv cderv added this to the Future milestone Dec 4, 2024
@nithinmkp
Copy link
Author

nithinmkp commented Dec 5, 2024 via email

@cderv
Copy link
Collaborator

cderv commented Dec 5, 2024

So it’s on future plans?

Here is how to understand our issue triage logic

  • Issue is opened and a milestone is set -> this means that the problem is considered and will be tackled at some point.
  • label enhancement New feature or request means that this is a considered a feature request for a future version
  • The milestone Future means a version is not assigned, and it will be worked on when we tackle some beamer improvment as the label beamer indicate

Hope it helps understand. We do our best to tackle everything in due time - Thank you for your understanding !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants