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

Local Properties (metadata) are ignored #612

Open
Ducasse opened this issue Sep 30, 2024 · 2 comments
Open

Local Properties (metadata) are ignored #612

Ducasse opened this issue Sep 30, 2024 · 2 comments

Comments

@Ducasse
Copy link
Contributor

Ducasse commented Sep 30, 2024

{
"title" : "Advanced Object-Oriented Design",
"subtitle" : "",
"author" : "S. Costiou, S. Jordan Montano and S. Ducasse"
}

# Lectures Web Site

- [https://github.com/UnivLille-Meta/IMT-Advanced-OOP/](https://github.com/UnivLille-Meta/IMT-Advanced-OOP/)
- All slides and Videos are at [https://advanced-design-mooc.pharo.org/](https://advanced-design-mooc.pharo.org/)

does not honorate the local properties.

@Ducasse
Copy link
Contributor Author

Ducasse commented Sep 30, 2024

So in the presentation.template
authors where hardcoded.

% -*- mode: latex; -*- mustache tags: {{=« »=}} «! the '&' below prevents HTML escaping. »

% add the PATH to retrieve cls and sty beamer styles files
\makeatletter
\providecommand*{\input@path}{}
\edef\input@path{{_result/pdf/_support/templates/beamer}{_result/pdf/_support/templates/beamer/imgs}{_support/templates/beamer}\input@path}
\makeatother

\documentclass[aspectratio=169]{pharoslides} % format 16/9
%\documentclass[aspectratio=169,withvideo]{pharoslides} % format 16/9
% \documentclass{pharoslides} % format 4/3

\graphicspath{{./}{figures/}{../figures/}{_support/templates/beamer/imgs/}{_support/templates/beamer/}}

%Information to be included in the title page:
\title{«& title»}
\subtitle{«& subtitle»}
%\author{}
\author{S.Ducasse, L. Fabresse, G. Polito, and P. Tesone}
\institute{«& complement»}
\slidesid{«& slidesid»}

replacing

%\author{}
\author{«& author»}

worked for slides with author.
Now let us check slides without author so see if the default ones are used.

@Ducasse
Copy link
Contributor Author

Ducasse commented Sep 30, 2024

Now I do not get it because

{
"title" : "C3P: Advanced Object-Oriented Design",
 "author" :"Toto",
"subtitle" : "",
}

# Lectures Web Site
- [https://github.com/UnivLille-Meta/Miage23](https://github.com/UnivLille-Meta/Miage23)
- All slides are at [https://rmod-files.lille.inria.fr/?dir=DesignCoffeeClub/](https://rmod-files.lille.inria.fr/?dir=DesignCoffeeClub/)
- 
- 

only takes the values from the pillar.conf file.

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

No branches or pull requests

1 participant