How to cite references in LaTeX

Sdílet
Vložit
  • čas přidán 13. 09. 2024

Komentáře • 35

  • @osayomore
    @osayomore Před 9 měsíci

    Your teaching is by far the richest to me. Thank you.

  • @theoriginalmikaveli
    @theoriginalmikaveli Před 3 lety

    As a LaTeX beginner, this really helped me.
    The JabRef UI etc. has moved on a bit since, but you still get the idea.

  • @sewind6613
    @sewind6613 Před 8 měsíci

    So very, very helpful. Thank you so much.

  • @TechwithAhad
    @TechwithAhad Před 5 lety

    Dr. Martin you explained the combined use of these powerful tools perfectly and solved my problem. Thanks happy days :)

  • @nasimhasanpour4753
    @nasimhasanpour4753 Před 4 lety

    Thank you Dr. Martin. It answered all the questions I had about references in Latex.

  • @hadialidoust3543
    @hadialidoust3543 Před 4 lety +1

    Thanks, Dear Martin. This video was helpful.

  • @linaben5487
    @linaben5487 Před 4 lety

    Thanks Dr Martin O'Connor this is the best explanation 👌

  • @bishalbhandari9308
    @bishalbhandari9308 Před 3 lety

    Thank you for this wonderful video 🙏

  • @SuryaSarav_
    @SuryaSarav_ Před 2 lety

    Thank you for this video

  • @saleemiqbalshah2316
    @saleemiqbalshah2316 Před 3 lety

    Thank you man . Really appreciate keep it up

  • @lioneleli5963
    @lioneleli5963 Před 5 lety

    Very useful video, I'm glad i came across it. Thank you

  • @shahidaslam3454
    @shahidaslam3454 Před rokem

    It's helpful.

  • @dimitringum9084
    @dimitringum9084 Před 4 lety +1

    thanks for the video, i'm applying the same procedure but i'm encountering the error ''! LaTeX Error: Can be used only in preamble.'' so please how can i solve it?? Thanks

  • @saidazelmad7177
    @saidazelmad7177 Před 5 lety

    Thank you Dr.Martin. Wonderful!! is There a way to specify MLA or APA style on Latex?

  • @josephkips8420
    @josephkips8420 Před 4 lety

    Thank you very much!!!!!!

  • @TayyabaNaz-pk
    @TayyabaNaz-pk Před 4 lety

    I write my thesis on word. Now I have to convert it into latex? Did i have to put references again or there is any other shortcut to put references ?

  • @adamfit9158
    @adamfit9158 Před 3 lety

    what about [2] then [1]

  • @StephenBoothUK
    @StephenBoothUK Před rokem

    I already use Mendeley, is there any benefit of switching to JabRef?

  • @Dr_Mike_US
    @Dr_Mike_US Před 4 lety

    I 💕💕💕 You, SIR...

  • @mbozuyla
    @mbozuyla Před 5 lety

    Thank you for this useful video. I have a question. At the end of the video you added two references to text. But it is shown as [1] [2]. How can I show my references like [1,2] or [1-4] in Latex? [1-4] is for the four referances.

    • @MartinOConnorComputing
      @MartinOConnorComputing  Před 5 lety

      Hi Mehmet,
      Thank you for your feedback.
      The cite package automatically sorts numeric citations and can compress a list of consecutive numbers to a range. To show references as [1-3], instead of [1],[2],[3] simply include the bibtex keys in the same cite command. For example: \cite{bibtex-key1, bibtex-key2, bibtex-key3}
      Two caveats:
      1. You must use the citation package. For example: \usepackage{cite}
      2. You must cite three or more references in order for the dash to appear.
      There are many sorting options (not just numeric) provided by the citation package. For exact details of these options and an explanation of how to use them, see:
      mirrors.ibiblio.org/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf
      All the best,
      Martin

    • @mbozuyla
      @mbozuyla Před 5 lety +1

      ​@@MartinOConnorComputing Thanks so much

    • @MartinOConnorComputing
      @MartinOConnorComputing  Před 5 lety

      You're welcome :)