How to Write a Thesis in LaTeX pt 1 - Basic Structure

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 71

  • @Huesos138
    @Huesos138 11 років тому +27

    I've been trying to use other people's dissertation templates for a while now, but never with much success. Thanks to these tutorials I managed to make my own very quickly. Thanks!

  • @sirjanpeterlock
    @sirjanpeterlock 11 років тому +14

    Excellent!!
    I am half way through my thesis and was using a single .tex file, so it started to look quite messy.
    Thanks for such simple explanation. Keep up the good work!

  • @EscepticoHumanistaUU
    @EscepticoHumanistaUU 11 років тому +4

    This series is nothing short of AMAZING!!! Thank you. Thank you so very much!

  • @hoangnguyenvan4019
    @hoangnguyenvan4019 5 днів тому

    this is what I've been looking for, thank you.

  • @HH-mf8qz
    @HH-mf8qz 5 років тому

    Thank you so very much!!!!!!
    You've made it short and included the most important and basic structure of a thesis in just 5 minutes and its easily extendable. luv u

    • @HH-mf8qz
      @HH-mf8qz 5 років тому

      @@monicat7405 Its just the basics. If you need pictures, then that would need a few lines more, but not much

    • @janmeyer6958
      @janmeyer6958 3 роки тому

      Still, TeXmacs is a more efficient tool for typing documents with a nice structure and mathematical formulas.

  • @beckysJourney
    @beckysJourney 3 роки тому +3

    Hey amazing series, you saved my day as I am wirting my bachelor thesis now :P I have one question though - How do I remove the extra title "Chapter 1", "Chapter 2", etc over each chapter title? I think it is quite unnecessary and takes too much space, isn´t it?

    • @janmeyer6958
      @janmeyer6958 3 роки тому +1

      If you need mathematical formulas, then you may also consider using TeXmacs. It can be exported to LaTeX if needed.

    • @giovannimarchi9417
      @giovannimarchi9417 3 роки тому +1

      To remove "Chapter1" just add these two lines in the preamble
      \usepackage{titlesec}
      \titleformat{\chapter}{}{}{0em}{\bf\LARGE}

  • @genesisxyz
    @genesisxyz 10 років тому +1

    Fantastic tutorial, I need to do a thesis this days, I will use this video as a guide for sure!

  • @ShareLaTeX
    @ShareLaTeX  11 років тому +4

    Thanks! Glad you are enjoying it! Are there any other LaTeX features or topics you would like us to do a video about?

  • @ericaward1364
    @ericaward1364 Рік тому

    Hi! Thank you for the tutorial! Quick question: What is the benefit of having separate .tex files for the chapters instead of just writing them in the main.tex file?

  • @mangalanimakananisa6800
    @mangalanimakananisa6800 8 місяців тому

    Good day, great share. I tried to download ShareLaTex for windows and I am getting an error message for Java script. Please advise.

  • @junuhunuproductions
    @junuhunuproductions Рік тому

    This is such an awesome tutorial!!

  • @ElGerys
    @ElGerys 10 років тому +1

    Bravo, excellent tutorial, thanks for sharing, keep the great work up!

  • @saeedradmehr1976
    @saeedradmehr1976 5 років тому

    These tutorial series are very helpful.

  • @hafeez9084
    @hafeez9084 7 років тому +1

    thanks for he tutorial. can you please tell me the syntax to change the font size of a single line, for example i want 26 font size for the title and 12 for the author. how can i do it?

  • @kunleilian3539
    @kunleilian3539 9 років тому +1

    Thank you so much for this tutorial. They are very helpful! Thank you!!!

  • @Orbicalaz
    @Orbicalaz 9 років тому +4

    Hey how do you add roman numerals for the first few pages and have fist page of chapter 1 start at the number 1?

    • @patrickjackson5194
      @patrickjackson5194 8 років тому +8

      +Orbicalaz I realise you either know by now, or no longer care, but I use,

      enewcommand{\thepage}{
      oman{page}} % starting on the first page on which I want to have roman numerals.
      % then I use

      enewcommand{\thepage}{\arabic{page}} % to return the count back to arabic numbers
      \setcounter{page}{1} % this line returns the counter to 1
      Hope this helps.

  • @ShareLaTeX
    @ShareLaTeX  11 років тому +2

    what in particular isn't clear?

  • @FKLinguista
    @FKLinguista 11 років тому +1

    Could you explain the
    /newcommand
    command in particular? I stumbled upon it while trying to figure out how to change the section numbering to Roman numerals (still haven't quite figured that part out, yet, either!) Great videos! Thank you, so much!
    FK

  • @daveamiana778
    @daveamiana778 4 роки тому

    Thank you! This has been very helpful.

  • @mikeylejan8849
    @mikeylejan8849 4 роки тому

    Hello how can I add equations? I am just planning to transfer the equations i made in word to latex

  • @lamyaetaaj2872
    @lamyaetaaj2872 3 роки тому

    Excellent tutorial, thank you.

  • @Orbicalaz
    @Orbicalaz 9 років тому +3

    how do I add another Appendix B?
    \appendix
    \chapter{Appendix Title a}
    \input{chapters/appendix}
    \chapter{Appendix Title b}
    \input{chapters/appendixb}
    ???
    urgent! thanks

  • @2radix774
    @2radix774 3 роки тому

    4:49 how do i change the 'Chapter 2' into something different? i want to write document in different language and i don't want it to show english words

  • @jonibekabdullayev2289
    @jonibekabdullayev2289 2 роки тому

    How to draw complex analysis plots in Latex?

  • @majd3265
    @majd3265 Рік тому

    I can't thank you enough!!!!

  • @bijayaprasadpokhrel7429
    @bijayaprasadpokhrel7429 6 років тому

    How to write chapter-wise conclusion/abstract in share latex? I need help.

  • @ShareLaTeX
    @ShareLaTeX  11 років тому +3

    Have a look at the corresponding blog post we've linked to in the video description for a more detailed look at the code.

  • @stanciularisa6174
    @stanciularisa6174 10 років тому

    why i have errors at every chapter saying it's missing begin document and end document part?

  • @martinliza4811
    @martinliza4811 6 років тому

    Hi I am trying to acces my folders under structure, but I can not do what you are doing in the video. I am unsing a mac and Iam running TextMaker. THanks!

    • @oliviamilton-thompson3047
      @oliviamilton-thompson3047 6 років тому

      Hi Martin, did you manage to figure this out in the end? Because I have the same problem :(

  • @aminamouhamed456
    @aminamouhamed456 3 роки тому

    Is this tutorial good for a thesis in physics too?

  • @oukashy5155
    @oukashy5155 8 років тому

    How to use Unicode font in the LaTeX ?

  • @elinoirsmythe224
    @elinoirsmythe224 3 роки тому

    this is amazing, thank you so much

  • @falakshah2735
    @falakshah2735 3 роки тому

    Hey. I made the chapter but it isn't compiling in the main.tex. Could you please help??

    • @janmeyer6958
      @janmeyer6958 3 роки тому +1

      Don't use LaTeX. It is notoriously hard to compile, so you will often have this kind of errors. You may consider using TeXmacs if you need maths or a clean document structure.

  • @sided41
    @sided41 7 років тому +4

    This tutorial didn't help me in any way. You claimed this information is applicable to other LaTeX processors, and yet there's no folder option in any of them except the specific one you're using.

    • @Hecklit
      @Hecklit 6 років тому

      I use Visual Studio Code with the LaTeX Workshop Extension and it works fine.

    • @Pablo-wg1lw
      @Pablo-wg1lw 3 роки тому +1

      LaTeX is complicated; use TeXmacs instead.

  • @legs4pnt
    @legs4pnt 4 роки тому

    Formidable, merci beaucoup...

  • @EngrHMHassan
    @EngrHMHassan 4 роки тому

    how to write nomenclature??

  • @edselvincentpaull.flores9237
    @edselvincentpaull.flores9237 4 роки тому

    Is it case sensitive?

  • @Adkorane
    @Adkorane 10 років тому

    Nice one!

  • @janvonschreibe3447
    @janvonschreibe3447 4 роки тому

    Is it possbile to modify the name of the table of contents ? I want the title of the thable of contents to appear in French

    • @janvonschreibe3447
      @janvonschreibe3447 4 роки тому

      I found out. One has to put \documentclass[french]{report} as the beginnig of the report. But now I don't know how to change the font size to 12 pt

    • @Pablo-wg1lw
      @Pablo-wg1lw 3 роки тому

      You may consider using TeXmacs. You can simply set the document title and font size from the menus.

  • @vf2000
    @vf2000 11 років тому

    Good, but sometimes we can not see what is writen, it's blur

  • @kalyanimasram6900
    @kalyanimasram6900 3 роки тому

    Thesis bnake milegi kya?

  • @ehtisham49
    @ehtisham49 11 років тому

    I want codes to be clear. because i am a beginer

  • @djemmalamer
    @djemmalamer 4 роки тому

    why arabic is not supported ?

    • @jaspermay5813
      @jaspermay5813 4 роки тому +1

      Arabic is supported, but unfortunately not as well as in the middle-eastern edition of Adobe CC (which uses the incomparable Decotype Tasmeem system by Thomas Milo). Traditional Arabic writing styles such as Naskh or Ruq`ah are difficult to typeset, because many letters change their shape slightly in combination with other letters.

  • @blaaablooo5233
    @blaaablooo5233 2 роки тому

    Legend

  • @ehtisham49
    @ehtisham49 11 років тому

    Thank You so much Sir...

  • @johnzahan
    @johnzahan 2 роки тому

    Thankfully

  • @janvonschreibe3447
    @janvonschreibe3447 4 роки тому +1

    Is it possible to display the chapter without the title Chapter 1 but just the number like 1. Name of Chapter 1 ?

    • @ludvigpoulsen678
      @ludvigpoulsen678 4 роки тому +1

      Did you find out because I have the same problem...

    • @kuzco7061
      @kuzco7061 2 роки тому

      Like Giovanni Marchi said a few months ago, just put those in the preamble
      \usepackage{titlesec}
      \titleformat{\chapter}{}{}{0em}{\bf\LARGE}

  • @quckychang3486
    @quckychang3486 Рік тому

    the fonts are so small...hard to learn

  • @joshithomas4819
    @joshithomas4819 9 років тому

    Thank you.

  • @ehtisham49
    @ehtisham49 11 років тому

    video is not clear. can you make it clear please???

  • @spideyjuano
    @spideyjuano 8 років тому

    amazing! thank you :D

  • @KnowHow72
    @KnowHow72 4 роки тому +1

    COMPLETE tutorial with my UPLOADED CUSTOMIZABLE template! Please watch!
    ua-cam.com/video/JMwLr-cocMc/v-deo.html

  • @KnowHow72
    @KnowHow72 4 роки тому +1

    Tutorial with complete template!
    ua-cam.com/video/JMwLr-cocMc/v-deo.html

  • @lincymathews6521
    @lincymathews6521 4 роки тому

    so bad is the camera. The minimum requirement was the clarity of video,, Terrible !!