Git Product home page Git Product logo

Comments (5)

cvfosammmm avatar cvfosammmm commented on June 25, 2024

Can you post an example where it doesn't work with Latexmk?

I know why it happens with the other interpreters.

from setzer.

jbingram avatar jbingram commented on June 25, 2024

Thanks
here an example where you can compare by activating or desactivating natbib. References won't work either. I created a test file and added all the .bib and figure in /home/xxxuser/Documents/tests.


\documentclass[a4paper,11pt]{article}

%\usepackage{natbib}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{url}
\usepackage{theorem}
\usepackage{textcomp}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{glossaries}
\usepackage{parskip}

\title{test4}
\date{\today}

\begin{document}

\maketitle
\tableofcontents

\begin{abstract}
\end{abstract}

\section{}

this process has been analysed by Parmenides \citep{Popper2012}, see \autoref{fig:Parmenides}.

\bibliographystyle(apalike)
\bibliography(sample)

\newpage

\begin{figure}[ht]
\begin{center}
\includegraphics[scale=0.5]{Parmenides}
\caption{}
\label{fig:Parmenides}
\end{center}
\end{figure}

\end{document}


unzipfiles.zip

from setzer.

cvfosammmm avatar cvfosammmm commented on June 25, 2024

Latexmk: the problem is that "\citep" is undefined. But the error wasn't shown because of a different bug in Setzer (now fixed in master). So far I would say notabug with Latexmk.

Other interpreters: these are meant to be run more than once to resolve all references (Latexmk does that for you). But that's not currently possible because Setzer builds in a tmp directory which is deleted after the build. I think an ok solution would be to automatically run the interpreters multiple times until references are resolved.

from setzer.

cvfosammmm avatar cvfosammmm commented on June 25, 2024

The main issue should be fixed in master. When you get to testing it (master or flathub with v0.0.7 release): does it work for you now?

from setzer.

jbingram avatar jbingram commented on June 25, 2024

Thx mate. all good for this example. Much appreciated!

from setzer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.