• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle




  • Can do homescreen icons. It has a widgets “pane”. You don’t place them on the home screen but put all widgets together than swipe to widgets. You can configure kvaesitso so it’s not too different from stock android experience.

    I have 5 “favorite” apps at bottom of screen, above the search bar, similar to stock android.

    I swipe left for my app drawer, which allows for more pinned favorites above full list.

    I swipe up for all my widgets.

    Swipe down for notifications, like stock.

    Swipe right for my camera app.





  • Powerpoint is what made me originally vow to try to never use word or powerpoint again, about 15 years ago. I was making a mathematically-dense presentation and became so frustrated with it that I wanted to throw my computer out the window. I still was somewhat new to latex at the time but figured there had to be some way to make presentations in latex. Found beamer and have never used pp for a real presentation again.






  • Or just don’t use a figure or table environment. Those are what specify it as a float. If you really must have that image or table at some specific location, just do a center environment with a captionof from the caption package.

    This latex “annoyance” is unwarranted as figure/table environments are specifically telling latex that this location doesn’t need to be precisely here and please place it somewhere that will look better. The problem is that when people google “how to make a figure in latex” they see a result done this way and don’t know that figure/table is not required.