From de867b7ff72e867ea1c39932cccd503065f94df0 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:54:32 +0300 Subject: 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 --- gummi/welcome.tex | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 gummi/welcome.tex (limited to 'gummi/welcome.tex') 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} + -- cgit v1.2.3