ExplainHowToSimply
ExplainHowToSimply
  • Видео 158
  • Просмотров 454 328
Insert PDF document into Latex document
This short Latex tutorial shows how you can add a PDF document into your Latex document. I used the command in my master thesis to insert my research proposal into the Latex document. You can do it by using the package: usepackage{pdfpages} and then you can insert your uploaded PDF file with the command: includepdf [pages=-]{file.pdf}. Thanks for watching and thanks a lot for linking and subscribing.
Просмотров: 6 494

Видео

Insert footnote with no indent in Latex
Просмотров 3277 месяцев назад
This video shows how you can insert a footnote with no indent in your Latex document. You can use the command: footnote to create a footnote and you additionally just need a specific package to do that: usepackage[hang]{footmisc}. Thanks for watching and subscribing for more useful Latex tutorials.
Structure big Latex document
Просмотров 6238 месяцев назад
This tutorial shows how to structure a big Latex document with many pages. Keeping the overview might get a challenge if you create a long document in Latex in Overleaf for example a term paper, group project, bachelor thesis, master thesis or you publish a book. In the beginning, most people using Latex just use one text file for example the main.txt to create the project. You might loose the ...
Different document classes in Latex (article, report & book)
Просмотров 1,1 тыс.9 месяцев назад
This short video shows the three most common document classes in Latex which are the article, report, and book. The first line in the Latex editor is always the specification of the document class. You can change it to see the difference in your document. Additionally, you can specify some more parameters of your document in the brackets, for example the text size, number of columns, title page...
Row spacing in Latex table
Просмотров 1,8 тыс.10 месяцев назад
In this short Latex table, I show you a simple method to adjust the space within a table to align the table to the desired formatting of your project, paper or thesis. The video shows a super simple trick to do that with the command: arraystretch.
Historical constituents matrix of equity index with Python Jupiter Notebook from Bloomberg Terminal
Просмотров 14210 месяцев назад
This detailed tutorial shows how you can get the historical index constituents matrix over time of an equity index with a Python Jupiter Notebook from the Bloomberg Terminal through Excel. In the video, I show you the step-by -step process to get the Dow Jones Industrial Average (DJIA) index constituents over time (2020-01-01 until 2022-12-31) from the Bloomberg Terminal. This process is especi...
First 1000 subscriber on YouTube
Просмотров 2211 месяцев назад
This short video shows the path to the first 1000 subscribers and 230k views of the channel. The growth of the channel is slow but steady and I am looking forward to the coming journey. Thanks for subscribing, writing comments and the likes. I appreciate each and every subscriber a lot. Thank you all and let us keep learning each and every day! Cheers :)
Multi-line header in Latex table
Просмотров 2,4 тыс.11 месяцев назад
In this short Latex / Overleaf tutorial, I show how to adjust the header in a Latex table. If one column title is too long and needs to be spited to two rows, the tutorial can be of help to insert a line break. I used the shown method in several tables in my Master thesis.
Adding a table description in Latex
Просмотров 1,2 тыс.Год назад
In this short Latex / Overleaf tutorial, I show how to add a title and a description for a specific table. The description is below the table and is important in scientific papers to describe the intuition in the table for the reader. I show a way to do it with the command: threeparttable.
Rotate a big Latex table
Просмотров 6 тыс.Год назад
In this short Latex tutorial I show you how you can rotate or turn a big Latex table that only fits on the page with a landscape formatting. There is a very simple command to use for that which is shown in the video - it is called: landscape from the lscape package.
Adjust the size of too big Latex table
Просмотров 15 тыс.Год назад
This short Latex tutorial shows what to do if your table is too big and doesn't fit to the text and how to adjust the size of a Latex table that is too big for a normal page width. The solution show a method to decrease the text size in the table and is very effective for an adjustment for your paper, thesis or other project.
Creating Latex table from scratch
Просмотров 430Год назад
This short Latex tutorial shows how to create and structure a professional looking Latex table from scratch. It illustrates the methodology with a simple example. It also includes an online Latex table creation tool which can be used.
Change page numbering in Latex / Overleaf
Просмотров 1,9 тыс.Год назад
This short Latex tutorial shows how to change the page numbering in Latex. There are different options from roman (I, II, III / I, ii, iii), arabic (1, 2, 3) or alphabetic (A, B, C / a, b, c) page numbers. Different types can also be combined together and used in the same document.
Remove section numbers in Latex : Overleaf
Просмотров 3,4 тыс.Год назад
This very short Latex tutorial shows the simple trick to remove the section or chapter numbers in a Latex document. It is useful, if you don't want to include preliminary sections or the appendix as numbered parts of your document. You can just remove the counting number by using a star (*) in the section command.
Add table of contents in Latex / Overleaf
Просмотров 7 тыс.Год назад
This real short video shows how to add a table of contents in a Latex document. It is very simple and done in a one line command: tableofcontents. All specified sections and subsections will be included automatically in the table of contents.
Create or import data frame in R
Просмотров 376Год назад
Create or import data frame in R
Add lorem ipsum sample text in Latex / Overleaf
Просмотров 1,2 тыс.Год назад
Add lorem ipsum sample text in Latex / Overleaf
Subset data frame in R
Просмотров 2 тыс.Год назад
Subset data frame in R
Create Latex table from pandas DataFrame in Python
Просмотров 3,8 тыс.Год назад
Create Latex table from pandas DataFrame in Python
First Latex document with Overleaf
Просмотров 450Год назад
First Latex document with Overleaf
macOS Update error: Your disk does not have enough free space
Просмотров 16 тыс.Год назад
macOS Update error: Your disk does not have enough free space
What you need to know before you sign up to Open's ChatGPT
Просмотров 160Год назад
What you need to know before you sign up to Open's ChatGPT
First 500 subscribers with YouTube channel from scratch
Просмотров 28Год назад
First 500 subscribers with RUclips channel from scratch
Keep rows which are in both DataFrames in Python
Просмотров 88Год назад
Keep rows which are in both DataFrames in Python
Define start and end date for several DataFrames in Python
Просмотров 166Год назад
Define start and end date for several DataFrames in Python
Reorder/sort columns based on other DataFrame in Python
Просмотров 394Год назад
Reorder/sort columns based on other DataFrame in Python
Create a new df column only with all non-NaN values from other df in Python with df.stack()
Просмотров 412Год назад
Create a new df column only with all non-NaN values from other df in Python with df.stack()
Create binary DataFrame based on conditions and two DataFrames
Просмотров 194Год назад
Create binary DataFrame based on conditions and two DataFrames
Get difference between two lists in Python
Просмотров 310Год назад
Get difference between two lists in Python
Sorting integer and string lists in Python
Просмотров 1,1 тыс.Год назад
Sorting integer and string lists in Python

Комментарии

  • @joanab8971
    @joanab8971 13 часов назад

    Thank you very much, second trick tmutil deletelocalsnapshots / worked🙏🏻

  • @tungdil_goldhand
    @tungdil_goldhand День назад

    Great and easy one-liner method no bs

    • @ExplainHowToSimply
      @ExplainHowToSimply День назад

      Thanks a lot for your great feedback, glad you liked it!

  • @arthuriasbeck5015
    @arthuriasbeck5015 3 дня назад

    It worked perfectly for me. Unfortunately I spent a long time searching before finding this video. Thank you very much.

    • @ExplainHowToSimply
      @ExplainHowToSimply 2 дня назад

      Thanks a lot for your great comment, glad to hear that!

  • @mubaraqyakubu7259
    @mubaraqyakubu7259 5 дней назад

    Thank you very much. However, my table is spanning pages, not sure how to best fit all the columns to be continuous

    • @ExplainHowToSimply
      @ExplainHowToSimply 5 дней назад

      Thanks for your comment. In case the table is still to big, you might rotate the table 90 degrees, I also made a video about that.

  • @nounix
    @nounix 17 дней назад

    This has been a f*&^&^Ting nightmare. Was out of space on my MacBook. I moved the photos library from my internal SSD to an external drive. I then bought a 2 TB iCloud account so I can also have a back up of my photos and everything there. I don't know what the hell this bloody thing is doing without asking me, but my photos library which was now moved a couple of days ago to an external drive it was around 350 GB. Ever since I have been opening the photos app holding down the option key and selecting the photos library on the external disk. Yesterday I found out that for some reason there was 0 kB left on my external disk. There should've been over 50 GB last I remembered. I didn't know how that happened so I deleted some files. Later during the day again I got the notification that there was no disk space left on my external disk. When I double click the photos library on my external disk to open photos so I can see my media, I got the notification "there is not enough disk space to migrate your library. free up additional space on disk"... I never asked for anything to be migrated. WTF??? I thought migrated was a misnomer or something and then it just meant that the library photos library on the external desk was being synced to iCloud therefore creating a duplicate all of my photos library on iCloud photos... On iCloud photos it says the zero photos are in it! Still.... Every time I free more space on the external disk by deleting other files but I never wanted to delete in the first place, the photos library keeps getting bigger and bigger and bigger and bigger. That means this iCloud piece of shit is fucking up my entire photos library by making a bigger I don't know what it's done inside. I need my photos library the way it was before iCloud started fucking things up. And how the hell does that stupid iCloud start migrating anything without asking me if I want to migrate. I want my photos library back to the way it was two days ago and whatever that idiotic iCloud has done to disappear I don't want anything else inside it. Any help you can provide? And what the hell is going on?

  • @RijuChatterjee
    @RijuChatterjee 19 дней назад

    Helpful, thanks :)

  • @roadtripsam
    @roadtripsam 22 дня назад

    Thank you!! I don't know if it's just Apple or what, but despite it being such a simple OS to use, it really isn't simple once you start doing slightly more advanced stuff like this.

    • @ExplainHowToSimply
      @ExplainHowToSimply 21 день назад

      Thanks a lot for your great feedback! I totally agree.

  • @user-Red5hield-exp0ser
    @user-Red5hield-exp0ser 22 дня назад

    Brilliant 👏🏼

  • @FakeTonTonTheWonton
    @FakeTonTonTheWonton 28 дней назад

    Doesn't work.

  • @michaelalia8530
    @michaelalia8530 29 дней назад

    Thank you very much. This was so helpful.

  • @SpaceShrimp-rk4rt
    @SpaceShrimp-rk4rt Месяц назад

    That was... suprisingly easy

  • @Leader977
    @Leader977 Месяц назад

    How to work with data from imported .xlsx file? I see imported values in IDE, but want to sort, calculate them using construction like "for sale in all_sales if payment >= 1000: print(sale)"

  • @marharyta9763
    @marharyta9763 Месяц назад

    Thank you! In my case, this fix saved me time and was really helpful

  • @ewanRbeck
    @ewanRbeck Месяц назад

    This worked brilliantly, thank you!

  • @lx6381
    @lx6381 Месяц назад

    doesn't work for me like that. the pdf is shown in the background behind my text.. i am trying to add the pdf as a figure...

  • @Marie-wi9hl
    @Marie-wi9hl Месяц назад

    How do you add the confidence intervals

  • @just4fun277
    @just4fun277 Месяц назад

    How can i add the points ................. 2 for exemple in the table of contents

  • @waheedkhalidmaths8662
    @waheedkhalidmaths8662 Месяц назад

    how we can give some title to landscape tables please help

  • @alexbenga3647
    @alexbenga3647 Месяц назад

    It S Rlly work ✋😘

  • @vistorinaamputu4682
    @vistorinaamputu4682 Месяц назад

    So helpful, thank you 🤩

  • @jesondonayredayon3502
    @jesondonayredayon3502 2 месяца назад

    I thought the purpose of that lock is to prevent the card from falling when you insert it🤦🤦🤦

  • @maameamabainson2254
    @maameamabainson2254 2 месяца назад

    Thankssssssssss

  • @ahmetturk5675
    @ahmetturk5675 2 месяца назад

    Thanks, I'm a new Mac user and most of the videos for windows

  • @savitasahu1074
    @savitasahu1074 2 месяца назад

    thank you so much

  • @HEhlsn
    @HEhlsn 2 месяца назад

    Hey, nice video. I am currently working on a LaTeX project and I'm experiencing several issues. Is there any chance you could assist me?

    • @ExplainHowToSimply
      @ExplainHowToSimply 2 месяца назад

      Hello, thanks a lot for your comment, could you write me an email with more details about it? explainhowtosimply@gmail.com

  • @travelthetropics6190
    @travelthetropics6190 2 месяца назад

    thanks mate!

  • @juanpablogranadoscacciaguerra
    @juanpablogranadoscacciaguerra 2 месяца назад

    Thanks

  • @get4gain37
    @get4gain37 2 месяца назад

    Thanks a lot. you are life saver.

  • @sabeshhardy
    @sabeshhardy 3 месяца назад

    the second one works like a charm ;0

  • @edusantos.official
    @edusantos.official 3 месяца назад

    Thank you so much! God bless you!!!

  • @rafaelsantana5808
    @rafaelsantana5808 4 месяца назад

    Hello, I would like to know how I can make it count in a column at the end all columns that have values. example: count = ID1 + ID2+ ID3

    • @ExplainHowToSimply
      @ExplainHowToSimply 4 месяца назад

      If you want to get the sum of the three columns you could use: df['count'] = df[['ID1', 'ID2', 'ID3']].sum(axis=1)

  • @Oyinscorner
    @Oyinscorner 4 месяца назад

    Thank you so much.

  • @Gbuscuz
    @Gbuscuz 4 месяца назад

    yea didnt work mate

  • @irfannazhmi2372
    @irfannazhmi2372 4 месяца назад

    How to rescale it flexibly? like scaling the figure with 0.75 or 0.5 scale of its original

    • @ExplainHowToSimply
      @ExplainHowToSimply 4 месяца назад

      Thanks for your question: You could use this package: \usepackage{graphicx} and then use ... \scalebox{0.75}{ \begin{tabular}{|c|c|c|} ... I hope that helps.

    • @outofbox000
      @outofbox000 Месяц назад

      ​@@ExplainHowToSimplyIn my latex file /scalebox command is appearing as \scalebox{}{} (i.e.with two{}), and when I add the value like 0.4 0.3, it is unable to resize my table, how to fix it?

  • @shipragupta99
    @shipragupta99 4 месяца назад

    I have gone through the same issue... highlighted the number of pdfs....and now pdfs are without highlighted text...going to do it again.. Hope it works ..

    • @ExplainHowToSimply
      @ExplainHowToSimply 4 месяца назад

      Thanks for your comment, let me know if it works!

    • @shipragupta99
      @shipragupta99 4 месяца назад

      @@ExplainHowToSimply it worked....I kept on testing on different pdfs to make sure.... Thank you so much

    • @ExplainHowToSimply
      @ExplainHowToSimply 4 месяца назад

      @@shipragupta99 Amazing, thanks a lot for your very promising answer :)

  • @korzinietz2136
    @korzinietz2136 4 месяца назад

    thank you was very helpful

  • @РассадинАлександр-к6к
    @РассадинАлександр-к6к 5 месяцев назад

    Nice explanation. Thank you!

  • @SpectBluewolf
    @SpectBluewolf 5 месяцев назад

    I did everything in order and I still got the error

    • @ExplainHowToSimply
      @ExplainHowToSimply 5 месяцев назад

      Thanks for the feedback! Hm maybe restart and try it again?

  • @negativebryan
    @negativebryan 5 месяцев назад

    hot dang it actually worked! Thank you

  • @Alex_U
    @Alex_U 5 месяцев назад

    you can now choose App specific language setting in the bottom of Language and Region. Just added English for Excel, no need to change MacOS language completely.

  • @st.armanini9521
    @st.armanini9521 5 месяцев назад

    Neat! And useful, thanks!

  • @zarmeenirshad6426
    @zarmeenirshad6426 5 месяцев назад

    Thank u ❤❤❤ without draging the video u clear it

  • @xiyao9453
    @xiyao9453 5 месяцев назад

    YOU ARE A HERO!! this is so easy to follow!!

    • @ExplainHowToSimply
      @ExplainHowToSimply 5 месяцев назад

      Many thanks! Always super happy to get such replies!

  • @xiyao9453
    @xiyao9453 5 месяцев назад

    thank you!!! that was really helpful!!!

  • @vladimir_biden
    @vladimir_biden 5 месяцев назад

    my command for cell with forced break is not working

    • @ExplainHowToSimply
      @ExplainHowToSimply 5 месяцев назад

      Thanks for your comment, can you try it with an new document, maybe some other packages are influencing it.

  • @tomasenrique
    @tomasenrique 5 месяцев назад

    Oh my god!!! So concise!

  • @index7989
    @index7989 5 месяцев назад

    MEMB in the terminal

    • @ExplainHowToSimply
      @ExplainHowToSimply 5 месяцев назад

      yes correct, for the current constituents

    • @index7989
      @index7989 5 месяцев назад

      @@ExplainHowToSimply you can toggle back into time too

    • @ExplainHowToSimply
      @ExplainHowToSimply 5 месяцев назад

      @@index7989 Oh I wasn't aware of that, is it possible to extract it within Excel as I did in the video?

    • @index7989
      @index7989 5 месяцев назад

      @@ExplainHowToSimply yep of course.

    • @ExplainHowToSimply
      @ExplainHowToSimply 5 месяцев назад

      @@index7989 Nice, thanks a lot for sharing!

  • @Indikul
    @Indikul 5 месяцев назад

    Hi Thanks for the tip. I just removed the .pdf from the til name. So far it fixed the issue

  • @hemoisthebestemo1234
    @hemoisthebestemo1234 5 месяцев назад

    This was so helpful and concise. Thank you!

  • @susannahdean8350
    @susannahdean8350 6 месяцев назад

    Yay big Thankyous 🎉