Compare commits
3 Commits
1b9f0e516f
...
d03c9b9f4c
| Author | SHA1 | Date | |
|---|---|---|---|
| d03c9b9f4c | |||
| 1cb3f47217 | |||
| e1ab62ab1b |
@@ -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.
|
||||||
|
|||||||
@@ -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.
@@ -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
1157
old/janishutz-helpers-v1.tex
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user