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

The default LaTeX template does not work with multiple authors #353

Closed
yihui opened this issue Jan 13, 2015 · 1 comment · Fixed by #354
Closed

The default LaTeX template does not work with multiple authors #353

yihui opened this issue Jan 13, 2015 · 1 comment · Fixed by #354
Labels
bug an unexpected problem or unintended behavior

Comments

@yihui
Copy link
Member

yihui commented Jan 13, 2015

A minimal reproducible example:

---
title: "R Markdown v2 Demo"
author:
  - John
  - Joe
date: "2015/01/01"
output:
  pdf_document:
    keep_tex: yes

---

Hello world.

The error message:

! Misplaced \crcr.
\endtabular ->\crcr 
                    \egroup \egroup $\egroup 
l.71 \maketitle

I have no idea what this means. Perhaps @robjhyndman can help again? Thanks!

@github-actions
Copy link

github-actions bot commented Nov 3, 2020

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant