Compare commits

..

3 Commits

Author SHA1 Message Date
d03c9b9f4c [Old] Add back 2026-02-22 15:01:13 +01:00
1cb3f47217 [Examples] Delete 2026-02-22 15:01:10 +01:00
e1ab62ab1b [Docs] Update 2026-02-22 15:01:05 +01:00
5 changed files with 1163 additions and 16 deletions

View File

@@ -6,6 +6,9 @@ There are quite a lot of configuration options, but it is likely that more are t
If you have any suggestions as to what should be added, don't hesitate to open a \hlhref{https://support.janishutz.com?a=add}{support ticket}\ If you have any suggestions as to what should be added, don't hesitate to open a \hlhref{https://support.janishutz.com?a=add}{support ticket}\
or contacting me via email to \texttt{development@janishutz.com}. or contacting me via email to \texttt{development@janishutz.com}.
If you are fairly new to \LaTeX, then you may find \texttt{Detextify} (or the iOS app \texttt{DeTeXt}) very handy.
There you can draw a symbol and it tells you how to typeset the symbol in \LaTeX
\section{Breaking Changes} \section{Breaking Changes}
The current version is almost entirely incompatible with Version 1.X and you should familiarize yourself with the new commands. The current version is almost entirely incompatible with Version 1.X and you should familiarize yourself with the new commands.

View File

@@ -3,7 +3,9 @@
\label{sec:migration} \label{sec:migration}
The updated helpers do not feature scopes anymore. The updated helpers do not feature scopes anymore.
You can continue using the old helpers, simply check out the \texttt{v1} branch, using \texttt{git checkout v1}. You can continue using the old helpers, simply check out the \texttt{v1} branch, using \texttt{git checkout v1}.
To switch back to the latest version, run \texttt{git checkout main} To switch back to the latest version, run \texttt{git checkout main}.
Alternatively, you can change one line: The input line should point to \texttt{<repo>/old/janishutz-helpers-v1.tex}
\begin{enumerate} \begin{enumerate}
\item Update the import path to \texttt{/path/to/helpers/janishutz-helpers.tex} \item Update the import path to \texttt{/path/to/helpers/janishutz-helpers.tex}

Binary file not shown.

View File

@@ -1,15 +0,0 @@
\documentclass[12pt,a4paper]{scrlttr2}
\input{~/projects/latex/letter.tex}
% Subject
\setkomavar{subject}{Test}
\begin{document}\raggedright
\begin{letter}{Company \\ Name \\ Address \\ CH-Place}
\opening{Intro}
Test
\closing{Kind regards}
\end{letter}
\end{document}

1157
old/janishutz-helpers-v1.tex Normal file

File diff suppressed because it is too large Load Diff