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
Hi, I am writing a document using the latex extension in Jupyter lab and the tableofcontents, listoffigures, and listoftables commands are failing to display any content. See the image below.
The beginning of my code is also shown below. I have checked that the compiler is generating the .toc, .lof and .lot files, I also checked by opening those files that their content is at it should be. It looks like each time I compile, these files appear for a few seconds in the project directory, before disappearing as the preview is updated. Is this what's supposed to happen? Has anyone dealt with this issue before?
Code:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[margin=1in]{geometry}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{mathtools}
\usepackage{float}
\usepackage{hyperref}
\title{\textbf{Experimental Investigations of Donor-Acceptor Pairs in Diamond} \\
\large A summary of work done from January 2020 to June 2021}
\author{Jeremy Estes}
\date{\today}
\begin{document}
\maketitle
\setcounter{tocdepth}{3}
\tableofcontents
\listoffigures
\listoftables
\clearpage
\section{Introduction, Theoretical Model, Experimental Goals}
\subsection{Introduction}
This document provides a detailed summary of the work
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Hi, I am writing a document using the latex extension in Jupyter lab and the tableofcontents, listoffigures, and listoftables commands are failing to display any content. See the image below.
The beginning of my code is also shown below. I have checked that the compiler is generating the .toc, .lof and .lot files, I also checked by opening those files that their content is at it should be. It looks like each time I compile, these files appear for a few seconds in the project directory, before disappearing as the preview is updated. Is this what's supposed to happen? Has anyone dealt with this issue before?
Code:
The text was updated successfully, but these errors were encountered: