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

title, author will not be read if the gap between two newblocks in more than 2 #9

Closed
Abhi-1U opened this issue Aug 22, 2022 · 1 comment
Assignees
Labels
bib parser bug Something isn't working

Comments

@Abhi-1U
Copy link
Owner

Abhi-1U commented Aug 22, 2022

I think this issue can be fixed by changing how multi-line titles, author names are handled.

@Abhi-1U Abhi-1U added bug Something isn't working bib parser labels Aug 22, 2022
@Abhi-1U Abhi-1U self-assigned this Aug 22, 2022
Abhi-1U added a commit that referenced this issue Aug 22, 2022
1. Fixed issue #9
2. Toned down the Filtering
3. Extra example bib entry
@Abhi-1U
Copy link
Owner Author

Abhi-1U commented Aug 22, 2022

The Issue has been solved and the produced result looks something like this

#> @book{Tremblay:2012,
#> author = {A.~{Tremblay}},
#> title = {{LMERConvenienceFunctions: A suite of functions to back-fit fixed effects and forward-fit random effects, as well as other miscellaneous functions., }},
#> publisher = {R package version 1.6.8.2},
#> year = {2012},
#> url = {http://CRAN.R-project.org/package=LMERConvenienceFunctions}
#> }

for

\bibitem[Tremblay(2012)]{Tremblay:2012}
A.~Tremblay.
\newblock \emph{LMERConvenienceFunctions: A suite of functions to back-fit
  fixed effects and forward-fit random effects, as well as other miscellaneous
  functions.}, 2012.
\newblock URL \url{http://CRAN.R-project.org/package=LMERConvenienceFunctions}.
\newblock R package version 1.6.8.2.

@Abhi-1U Abhi-1U closed this as completed Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bib parser bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant