New Members ⇒ Introducing new member
Introducing new member
My platform of choice is Linux, but have used various flavours such as Mint, Fedora, Opensuse, and Ubuntu.
I am interested in extending my knowledge of LaTeX-like document creation. I am grateful for the existence of a forum of fellow enthusiasts.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Introducing new member
welcome to the forum!
It's great to read that you have good reasons to use LaTeX. I know emacs but I never heard of Spacemacs. I will take a look! I use TeXworks on Linux and on the Mac.
Stefan
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Introducing new member
you said you used memoir and ConTeXt and KOMA-script. Users usually stay with one, congratulations

I myself use vim for any texts i need to write. Also using Linux, currently a simple Ubuntu.
Introducing new member
Thanks for the welcome, Stefan.Stefan Kottwitz wrote:Hi Pangur,
welcome to the forum!
It's great to read that you have good reasons to use LaTeX. I know emacs but I never heard of Spacemacs. I will take a look! I use TeXworks on Linux and on the Mac.
Stefan
Spacemacs is a version of Emacs with Vim-like keys. They claim it is the best of both worlds


One of the things that I like to do is mimic the traditional verse numbering of the Bible, by putting the verse numbers in a superscript. Of course, I could go through the passage manually, and put \textsuperscript{} around each verse number. However, that is fairly tedious, and easy to make a typo, or even miss a verse number out. That is where I rely on the regex capabilities of Emacs. I ask it to look for \([0-9]+\) * and wherever it is found to substitute \\textsuperscript{\1}. After pressing return, it jumps to the first number it sees, and asks for a y or n. If I press y, it turns the number to superscript.
I also use \tabbing{} quite a lot for the lyrics of hymns. This means entering \\ at the end of every line. In Spacemacs I can easily tell it to put a \\ at the end of every line. However, maybe I could have done the same thing in the other editors, but I have never checked.
Thanks again for the welcome,
Calum
Introducing new member
I tried LaTeX and found it pleasant enough. I then tried ConTeXt as it seemed to present a less verbose approach to commands. However, I am one of those folk for whom the grass is always greener in the alternative approach. At least I always want to find out if it is.Johannes_B wrote:Welcome to the forum,
you said you used memoir and ConTeXt and KOMA-script. Users usually stay with one, congratulations
I myself use vim for any texts i need to write. Also using Linux, currently a simple Ubuntu.

I suppose I am attracted to the emacsy way of things due to having (back in the day) used a program called Protext under and operating system cpm, which ran on the old Amstrad machines. This would have been in the 1980s, I reckon.
Vim I like too, but am not very proficient in it. However, I find it intriguing, and Spacemacs gives me access to Vim type key-bindings, which allow me to switch from Emacs to Vim and back very easily. A lot of it is what you encounter first, and what your fingers have memorised.
I should have said that ConTeXt was quite good, but there seemed to be little activity in Context Garden, their homepage.
Cheers,
Calum