fix table ratio
This commit is contained in:
parent
ab87471d64
commit
c56c2db3cb
4 changed files with 20 additions and 48 deletions
|
|
@ -30,14 +30,14 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles.
|
|||
| Auteurs | Titre | Liens |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}* <br />{{pub.journal}} {{pub.issue}} | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) |
|
||||
{% endfor %}{: .accepted}
|
||||
{% endfor %}{: .publi_table}
|
||||
|
||||
### Soumises
|
||||
|
||||
| Auteurs | Titre | Liens |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}* | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) |
|
||||
{% endfor %}{: .submitted}
|
||||
{% endfor %}{: .publi_table}
|
||||
|
||||
## Déplacements & conférences
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue