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

Bibliography placement not working in v1.4 #7432

Closed
benjaminschlegel opened this issue Oct 31, 2023 · 1 comment · Fixed by #7621
Closed

Bibliography placement not working in v1.4 #7432

benjaminschlegel opened this issue Oct 31, 2023 · 1 comment · Fixed by #7621
Assignees
Labels
bug Something isn't working crossref
Milestone

Comments

@benjaminschlegel
Copy link

benjaminschlegel commented Oct 31, 2023

Bug description

Since I installed v1.4 the placement of the bibliography doesn't work anymore. Before it worked with the following comment which is also stated in the Quarto documentation:

::: {#refs}
:::

Steps to reproduce

---
title: "Title"
author: "Benjamin Schlegel"
format: 
  pdf:
    documentclass: scrreprt
bibliography: https://benjaminschlegel.ch/files/bibliography.bib
execute:
  echo: false
---

# Intro

@Kriesi2006 blablabla...

```{r}
# some R code for the appendix
```


# Bibliography

::: {#refs}
:::


# Appendix

```{r ref.label=knitr::all_labels()}
#| echo: true
#| eval: false

```

Expected behavior

Bibliography should be printed at the place of:

::: {#refs}
:::

Actual behavior

It gets printed at the end of the document after the appendix.

Your environment

  • IDE:

RStudio 2023.06.0+421 "Mountain Hydrangea" Release (583b465ecc45e60ee9de085148cd2f9741cc5214, 2023-06-05) for windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2023.06.0+421 Chrome/110.0.5481.208 Electron/23.3.0 Safari/537.36

  • OS: Windows 11 Pro 22H2 22621.2506

Quarto check output

$ quarto check
Quarto 1.4.460
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.1.8: OK
Dart Sass version 1.55.0: OK
Deno version 1.33.4: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.4.460
Path: C:\Users\benja\AppData\Local\Programs\Quarto\bin
CodePage: 1252

[>] Checking tools....................OK
TinyTeX: (external install)
Chromium: (not installed)

[>] Checking LaTeX....................OK
Using: TinyTex
Path: C:\Users\benja\AppData\Roaming\TinyTeX\bin\windows
Version: 2023

[>] Checking basic markdown render....OK

[>] Checking Python 3 installation....OK
Version: 3.9.12 (Conda)
Path: C:/ProgramData/Anaconda3/python.exe
Jupyter: 4.9.2
Kernels: python3

(|) Checking Jupyter engine render....Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 197, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\ProgramData\Anaconda3\lib\site-packages\ipykernel_launcher.py", line 15, in
from ipykernel import kernelapp as app
File "C:\ProgramData\Anaconda3\lib\site-packages\ipykernel\kernelapp.py", line 22, in
from IPython.core.application import (
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython_init
.py", line 52, in
from .terminal.embed import embed
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\terminal\embed.py", line 15, in
from IPython.core.interactiveshell import DummyMod, InteractiveShell
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 73, in
from IPython.core.history import HistoryManager
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\history.py", line 11, in
import sqlite3
File "C:\ProgramData\Anaconda3\lib\sqlite3_init
.py", line 57, in
from sqlite3.dbapi2 import *
File "C:\ProgramData\Anaconda3\lib\sqlite3\dbapi2.py", line 27, in
from _sqlite3 import *
ImportError: DLL load failed while importing _sqlite3: Das angegebene Modul wurde nicht gefunden.
(|) Checking Jupyter engine render....

Kernel died before replying to kernel_info
[>] Checking Jupyter engine render....OK

@cscheid
Copy link
Collaborator

cscheid commented Nov 29, 2023

This was closed by #7621.

@cscheid cscheid closed this as completed Nov 29, 2023
@cderv cderv linked a pull request Nov 30, 2023 that will close this issue
@mcanouil mcanouil added this to the v1.4 milestone Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crossref
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants