-
Notifications
You must be signed in to change notification settings - Fork 46
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
References for poster #3
Comments
I have the same issue, is there any way to fix it? Even a hacky one? |
I didn't solve it. My solution was to decide that I have resources at the QR code and that includes references. Hopefully you have better luck.
I also messed around with float environments, and that didn't work at all. (But I only messed for less than 5 minutes). My rationale is that tables and figures could have (1) nicely formatted captions with set spacing and (2) references to be used in the poster.
On Jul 18, 2019 11:18 PM, Maximiliano <[email protected]> wrote:
I have the same issue, is there any way to fix it? Even a hacky one?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#3?email_source=notifications&email_token=AHPI7P7SH4I5VLNRKUSJDM3QAEW7NA5CNFSM4IEVXHS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2KOOCY#issuecomment-513074955>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHPI7PZWSZH27FFNTYQZDTLQAEW7NANCNFSM4IEVXHSQ>.
|
It has to do with un-numbered sections. If you put a \section*{example} you will find the same behaviour. Maybe forcing a white box in that specific space could temporarily fix it? I am not an expert with latex hacks. |
Found a temporal fix: Add to you preamble \makeatletter
\renewenvironment{thebibliography}[1]
{\section{\bibname}% <-- this line was changed from \chapter* to \section
\@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}%
\list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist}
\makeatother |
I had the same problem. For my citations I use biblatex so I put:
at the preample, and where I want to print the bibliography I put this code:
The I hope this helps someone. |
Some may want to use references with their poster. I tried it, but had unsatisfying results. I've put a MWE here:
https://gist.github.com/sfwolfphys/e3580f1e24d5dda515c99fb91f21be37
The short version is that:
\fontsizesection
.*
right before the references. See screenshot near the references:...and the whole thing:
The text was updated successfully, but these errors were encountered: