question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Referring to .bib files in toolchain (to use bibtex manually)

See original GitHub issue

If I’d rather manually compile my document than use latexmk, what placeholder would I use to refer to my .bib file when running bibtex? If I modify the toolchain to run bibtex main.bib where I typed in main by hand, bibtex runs correctly; I just don’t know how to have the toolchain automatically find my .bib from project to project.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:23 (13 by maintainers)

github_iconTop GitHub Comments

4reactions
jaboothcommented, Apr 3, 2017

Hahaha yeah let’s not start a flame war! 😄 🔥

Well I’ve started playing around with some crazy experiments around how hard it would be to ship everything a user needs for LaTeX development inside LaTeX Workshop…

So that regardless of what platform you are on, you can just do the following:

  1. Download VS Code
  2. Install LaTeX Workshop

And it just works, without having to install any LaTeX distribution manually.

Sounds a bit mad I know, but I actually think it might be possible. You would need internet access the first time you encounter a new package to \include{} or whatever, but we would only download the exact files needed by the LaTeX compiler so it would stay pretty compact.

Basically what I have in mind is a bit like MikTeX auto installer, but on steriods, as it would be on the file level rather than package level.

2reactions
James-Yucommented, Apr 3, 2017

Just Kidding! TLDR version MikTeX vs. TeXLive (my own opinion) 😆

  • What MikTeX does better
    • Fast installation
    • Install missing packages on-the-fly
  • What TeXLive does better
    • Everything else
Read more comments on GitHub >

github_iconTop Results From Across the Web

Bibliography management with bibtex - Overleaf
bib file's role is to store bibliographic records, and only entries that have been cited (via \cite{...} ) in the . tex files...
Read more >
Can't Use Bib File - TeX - LaTeX Stack Exchange
I am trying to write a paper for a class, and I'd like to cite my sources using a bib file. I am...
Read more >
References: Importing BibTeX database - Citing Sources in LyX
Import your references into LyX using the BibTeX Format. BibTeX is the bibliographic database containing all the references integrated into LaTeX.
Read more >
bibtex(1) - Arch manual pages
BibTeX looks up, in bibliographic database (.bib) files specified by the \bibliography command, the entries specified by the \cite and \nocite commands in...
Read more >
The biblatex Package - CTAN
This document is a systematic reference manual for the biblatex package. ... biber uses the btparse C library for BibTeX format file parsing ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found