So, I came across this forum by searching tips about LaTeX of course.
I am a French TeX/LaTeX user since 5 or 6 years now, I jumped into
this world on my own with a book found in the local library.
Actually, I went through a lot of books before finding the one that suits me.
Now, I do a lot of daily work with LaTeX, and sliding step by step in plain TeX.
For future reference (if it may be useful to somebody), I write tex files
mostly from Vim (NeoVim + Spf13 plugins + vim-latex), on a machine
running Archlinux system or Debian. FYI, for those interested, I mapped
ctrl-\ to a launch-latex-compilation' script (very simple one for now, but
*very* handy !). And it doesn't interfere with \ as leader key, so great!
Far from being an expert, or even an advanced user, I can however say
I have some experience with these tools. Also, please understand that
if I do have some good practice (one could only hope !), I am not a
programmer (just some small bash scripts here and there).
Some LaTeX points I can be good at:
- CJK management (do speak some Chinese and Japanese);
- Big nested files, with embedded scripts, symlinks, \input files;
- Quite picky with typography, or at least try to be (another huge world to navigate!);
- Huge list of macros. e.g. series of colour formatting macros such as:
Code: Select all
\newcommand{\TscbfBlue}[1]{\textsc{\textbf{\textcolor{Blue}{#1}}}}
- A *good* make file. Still working on it.
- Lualatex/XeLaTeX good usage and understanding; mostly needed it for
CJK and tikz;
- plugin writing;
- this *d*mned* hyperref plugin management. Always an incompatibility
somewhere with this one!
Some big projects I'd like to finalize one day:
- Booklet monthly agenda/calendar, printable every year with variable date
counters, with an option list to select bissextile years, holidays from this
or that cultural world (i.e. Japan), moon phases, etc.
Well... I am tired to craft one manually each year! (since of course, no one
available in shops really suit my needs... and I like to break my head over
impossible tasks, ha ha ha!). Now you understand why I started to play
with TeX;
- The very wonder/perfect cheat sheet, complete yet simple. Hum hum!
Actually I have a good start since I already have a very good written 10
years ago by and ENS school student. Although outdated for some parts,
it is still an excellent base for me.
These days, I help a friend to write a Ph.D. thesis in human siences, with
a lot of maths, statistics, charts, different languages an so on. I'll probably
come here often ask for tips!
I look forward to meet you, and provide some help or ideas if I can.