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

Table of contents failing to display #158

Open
jrestes opened this issue May 8, 2021 · 1 comment
Open

Table of contents failing to display #158

jrestes opened this issue May 8, 2021 · 1 comment
Labels

Comments

@jrestes
Copy link

jrestes commented May 8, 2021

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

Screen Shot 2021-05-06 at 16 36 25

@welcome
Copy link

welcome bot commented May 8, 2021

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.
welcome
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! 👋

Welcome to the Jupyter community! 🎉

@ktaletsk ktaletsk added the bug label Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants