summaryrefslogtreecommitdiff
path: root/gummi/welcome.tex
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-24 19:54:32 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-24 19:54:32 +0300
commitde867b7ff72e867ea1c39932cccd503065f94df0 (patch)
treece24b508043604035beec9808030bb81f2939bb8 /gummi/welcome.tex
parent50d9af377491135ae485a682d89757bf510831f7 (diff)
Added Gummi, Neofetch and NeoVim configuratioons.
Changes to be committed: new file: gummi/gummi.ini new file: gummi/snippets.cfg new file: gummi/welcome.tex new file: htop/htoprc new file: neofetch/config.conf new file: nvim/colors/hybrid.vim new file: nvim/init.vim
Diffstat (limited to 'gummi/welcome.tex')
-rw-r--r--gummi/welcome.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/gummi/welcome.tex b/gummi/welcome.tex
new file mode 100644
index 0000000..1fd8931
--- /dev/null
+++ b/gummi/welcome.tex
@@ -0,0 +1,36 @@
+\documentclass[11pt]{article}
+ \title{\textbf{Gummi 0.8.3}}
+ \author{Alexander van der Meij}
+ \date{}
+
+ \addtolength{\topmargin}{-3cm}
+ \addtolength{\textheight}{3cm}
+\begin{document}
+
+\maketitle
+\thispagestyle{empty}
+
+\section{Introduction}
+Welcome to the latest version of Gummi - the simple {\LaTeX} editor. After a long break in development, we're finally back with the 0.8.x series.\\
+With these releases we say farewell to the GTK2 toolkit and mark the beginning of the use of GTK3 within our codebase. Many other improvements were also made to enhance your Gummi experience. For a complete list of changes, please see our changelog\footnote{https://raw.githubusercontent.com/alexandervdm/gummi/master/ChangeLog}.
+
+\section{Contributing}
+If you'd like to contribute to this project, here's some ideas:
+\begin{description}
+\addtolength{\itemindent}{0.80cm}
+\itemsep0em
+\item[Development] fix bugs or add features to our C/GTK codebase
+\item[Documentation] edit the user guide to improve user experience
+\item[Localization] translate Gummi in your native language
+\item[Testing] try out the latest and report your findings
+\end{description}
+Refer to the \emph{Getting Involved}\footnote{https://github.com/alexandervdm/gummi/wiki/Getting-Involved} section on our wiki for more information.
+
+\section{What's next}
+Within the 0.8.x release series we will focus on adding minor features but mostly fixing bugs. New functionality will be integrated into the next major release. An overview of currently accepted features can be found on the 0.9.0 milestone\footnote{https://github.com/alexandervdm/gummi/milestone/3} page.
+
+\section{In closing}
+We hope you will enjoy using this release as much as we enjoyed creating it. If you have any further comments, suggestions or wish to report an issue, please visit \emph{\textbf{https://gummi.app}}.
+
+\end{document}
+