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

Empty lines inside of latex 'tabular' result in ignored table #2007

Closed
daurnimator opened this issue Mar 12, 2015 · 2 comments
Closed

Empty lines inside of latex 'tabular' result in ignored table #2007

daurnimator opened this issue Mar 12, 2015 · 2 comments

Comments

@daurnimator
Copy link

e.g.

\begin{tabular}{r | c | p{4.5in}}
field & type:default & description\\\hline
.host & string:nil & IP address or host domain name \\

.port & string:nil & host port \\

\end{tabular}

If you remove the empty lines it works.

@jgm
Copy link
Owner

jgm commented Mar 15, 2015

I think this is the same issue as #2001; we should gobble blank space after \\.

@jgm jgm closed this as completed in 3b962a5 Mar 15, 2015
@daurnimator
Copy link
Author

thanks!

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

2 participants