You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 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
The text was updated successfully, but these errors were encountered:
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:
Steps to reproduce
Expected behavior
Bibliography should be printed at the place of:
Actual behavior
It gets printed at the end of the document after the appendix.
Your environment
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
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
The text was updated successfully, but these errors were encountered: