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

Abstract formatting weird #1

Open
bengesoff opened this issue Feb 21, 2016 · 2 comments
Open

Abstract formatting weird #1

bengesoff opened this issue Feb 21, 2016 · 2 comments
Assignees

Comments

@bengesoff
Copy link
Member

Using the tabular thing wasn't working for me.

image

I resolved this by changing my abstract table code to:

\begin{tabularx}{\textwidth}{p{2cm}X}
    Abstract: &
    Abstract here.Abstract here.Abstract here.Abstract here.Abstract here.Abstract here.Abstract here.Abstract here.Abstract here.Abstract here.Abstract here.Abstract here.
\end{tabularx}

And it looked much better.

I haven't submitted a pull request because it obviously worked before for some people and I don't know much about the different distributions etc. I just thought it might help someone else!

@gbrown128 gbrown128 self-assigned this Feb 28, 2016
@gbrown128
Copy link
Contributor

Hi Ben,
Looks like there's an issue with the calc package not picking up on the -2cm here. I've tried your fix, but it seems to add a load of extra space after the abstract for me. I'll have a look into the tabularx package and see if there's a way to fix it.
What environment are you using?
Thanks for letting me know!

@bengesoff
Copy link
Member Author

Yes I didn't think it would work everywhere!
I'm on MacTex V271 if that helps 😀

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