\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Huluvu424242 (FunThomas424242)} \pdfinfo{ /Title (rades-projekte-aufsetzen.pdf) /Creator (Cheatography) /Author (Huluvu424242 (FunThomas424242)) /Subject (RADES Projekte aufsetzen Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{RADES Projekte aufsetzen Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Huluvu424242 (FunThomas424242)} via \textcolor{DarkBackground}{\uline{cheatography.com/19991/cs/18862/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Huluvu424242 (FunThomas424242) \\ \uline{cheatography.com/funthomas424242} \\ \uline{\seqsplit{github}.com/Huluvu424242} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 10th March, 2019.\\ Updated 17th February, 2019.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{1. Projektverzeichnis mit pom.xml erstellen}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{mvn -B archetype:generate \textbackslash{} \newline \seqsplit{-DarchetypeGroupId=org.apache.maven.archetypes} \textbackslash{} \newline \seqsplit{-DgroupId=com.github.owner.reponame} \textbackslash{} \newline -DartifactId=my-app} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Anschlie{\ss}end ins neu angelegte Projektverzeichnis wechseln} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{2. Maven Wrapper anlegen}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{mvn -N io.takari:maven:wrapper -Dmaven=3.6.0} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Im Projektverzeichnis ausführen} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{3. Verzeichnisstruktur erstellen}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{mkdir docs \newline mkdir etc \newline mkdir src/main/resources} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{4. Anlegen der Datei: .gitignore}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\# Compiled class file \newline {\emph{.class \newline \newline \# Log file \newline }}.log \newline \newline \# BlueJ files \newline {\emph{.ctxt \newline \newline \# Mobile Tools for Java (J2ME) \newline .mtj.tmp/ \newline \newline \# Package Files \# \newline }}.jar \newline {\emph{.war \newline }}.nar \newline {\emph{.ear \newline }}.zip \newline {\emph{.tar.gz \newline }}.rar \newline \newline \# virtual machine crash logs, see \seqsplit{http://www.java.com/en/download/help/error\_hotspot.xml} \newline hs\_err\_pid{\emph{ \newline \newline \# IDE IntelliJ \newline /.idea \newline }}.iml \newline \newline \newline \# Build Maven \newline /target} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{pom.xml erweitern}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\textless{}properties\textgreater{} \newline \textless{}project.build.sourceEncoding\textgreater{}UTF-8\textless{}/project.build.sourceEncoding\textgreater{} \newline \textless{}maven.compiler.source\textgreater{}1.8\textless{}/maven.compiler.source\textgreater{} \newline \textless{}maven.compiler.target\textgreater{}1.8\textless{}/maven.compiler.target\textgreater{} \newline \textless{}maven-compiler-plugin.version\textgreater{}3.7.0\textless{}/maven-compiler-plugin.version\textgreater{} \newline \textless{}/properties\textgreater{} \newline \newline \textless{}prerequisites\textgreater{} \newline \textless{}maven\textgreater{}3.6.0\textless{}/maven\textgreater{} \newline \textless{}/prerequisites\textgreater{} \newline \newline \newline \textless{}dependencyManagement\textgreater{} \newline \textless{}dependencies\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}com.google.dagger\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}dagger\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}2.21\textless{}/version\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}com.google.dagger\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}dagger-compiler\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}2.21\textless{}/version\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}com.google.guava\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}guava\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}27.0.1-jre\textless{}/version\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \textless{}/dependencies\textgreater{} \newline \textless{}/dependencyManagement\textgreater{} \newline \newline \textless{}dependencies\textgreater{} \newline \textless{}!-{}- Logging -{}-\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}org.slf4j\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}slf4j-api\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}1.7.25\textless{}/version\textgreater{} \newline \textless{}scope\textgreater{}compile\textless{}/scope\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \newline \textless{}!-{}- DI für Java SE Umgebungen -{}-\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}com.google.dagger\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}dagger\textless{}/artifactId\textgreater{} \newline \textless{}scope\textgreater{}compile\textless{}/scope\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \newline \textless{}!-{}- Objektfunktionales Paradigma -{}-\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}io.vavr\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}vavr\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}1.0.0-alpha-2\textless{}/version\textgreater{} \newline \textless{}scope\textgreater{}compile\textless{}/scope\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}com.google.guava\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}guava\textless{}/artifactId\textgreater{} \newline \textless{}scope\textgreater{}compile\textless{}/scope\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \newline \newline \textless{}!-{}- APIs von denen die Generate abh{\"a}ngen -{}-\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}javax.validation\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}validation-api\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}2.0.1.Final\textless{}/version\textgreater{} \newline \textless{}scope\textgreater{}compile\textless{}/scope\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}org.apache.bval\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}bval-jsr\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}2.0.0\textless{}/version\textgreater{} \newline \textless{}scope\textgreater{}compile\textless{}/scope\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \newline \newline \textless{}!-{}- Test Abh{\"a}ngigkeiten -{}-\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}org.junit.jupiter\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}junit-jupiter-api\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}5.4.0\textless{}/version\textgreater{} \newline \textless{}scope\textgreater{}test\textless{}/scope\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}com.tngtech.archunit\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}archunit-junit5-api\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}0.9.3\textless{}/version\textgreater{} \newline \textless{}scope\textgreater{}test\textless{}/scope\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \newline \newline \textless{}!-{}- Logging -{}-\textgreater{} \newline \textless{}dependency\textgreater{} \newline \textless{}groupId\textgreater{}ch.qos.logback\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}logback-classic\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}1.2.3\textless{}/version\textgreater{} \newline \textless{}scope\textgreater{}test\textless{}/scope\textgreater{} \newline \textless{}/dependency\textgreater{} \newline \newline \textless{}/dependencies\textgreater{} \newline \newline \newline \textless{}organization\textgreater{} \newline \textless{}name\textgreater{}PIUG\textless{}/name\textgreater{} \newline \textless{}url\textgreater{}https://piug.slack.com\textless{}/url\textgreater{} \newline \textless{}/organization\textgreater{} \newline \newline \newline \textless{}reporting\textgreater{} \newline \textless{}plugins\textgreater{} \newline \textless{}plugin\textgreater{} \newline \textless{}groupId\textgreater{}org.apache.maven.plugins\textless{}/groupId\textgreater{} \newline \textless{}artifactId\textgreater{}maven-project-info-reports-plugin\textless{}/artifactId\textgreater{} \newline \textless{}version\textgreater{}2.9\textless{}/version\textgreater{} \newline \textless{}reportSets\textgreater{} \newline \textless{}reportSet\textgreater{} \newline \textless{}configuration\textgreater{} \newline \textless{}skip\textgreater{}true\textless{}/skip\textgreater{} \newline \textless{}/configuration\textgreater{} \newline \textless{}/reportSet\textgreater{} \newline \textless{}/reportSets\textgreater{} \newline \textless{}/plugin\textgreater{} \newline \textless{}/plugins\textgreater{} \newline \textless{}/reporting\textgreater{}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{5. Anlegen der Datei: Changelog.adoc}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\# Changelog \newline Alle wichtigen Änderungen am Projekt sind in dieser Datei dokumentiert. \newline \newline Das Format basiert auf http://keepachangelog.com/de/{[}Keep a Changelog{]}. \newline Die Versionierung erfolgt nach http://semver.org/lang/de/{[}Semantic Versioning{]}. \newline \newline // \#\# {[}3.1.1{]} fertiggestellt 2018-05-11 \newline \newline \#\# {[}unreleased{]} \newline \#\#\# Added \newline \newline - https://github.com/owner/reponame/issues/1{[}issue \#1{]} Projekt aufgesetzt. \newline \newline \newline \newline \#\#\# Changed \newline \newline - n/a \newline \newline \#\#\# Removed \newline \newline - n/a} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{6. Anlegen der Datei: .editorconfig}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\# EditorConfig is awesome: https://EditorConfig.org \newline \newline \# top-most EditorConfig file \newline root = true \newline \newline \# Unix-style newlines with a newline ending every file \newline {[}{\emph{{]} \newline end\_of\_line = lf \newline insert\_final\_newline = true \newline charset = utf-8 \newline indent\_style = space \newline indent\_size = 4 \newline \newline \# Indentation override for all JS under lib directory \newline {[}}}.\{properties,xml\}{]} \newline indent\_style = space \newline indent\_size = 2 \newline \newline \# Matches the exact files either package.json or .travis.yml \newline {[}\{package.json,.travis.yml\}{]} \newline indent\_style = space \newline indent\_size = 2} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{7. Anlegen der Datei: .travis.yml}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{language: java \newline \newline \newline jdk: \newline - oraclejdk8 \newline \newline \newline script: ./mvnw clean install \newline \newline after\_success: \newline - bash \textless{}(curl -s https://codecov.io/bash)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{8. Anlegen der Datei: etc/version-rules.xml}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\textless{}ruleset comparisonMethod="maven" \newline \seqsplit{xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0"} \newline \seqsplit{xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"} \newline \seqsplit{xsi:schemaLocation="http://mojo}.codehaus.org/versions-maven-plugin/rule/2.0.0 \seqsplit{http://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0}.xsd"\textgreater{} \newline \newline \textless{}ignoreVersions\textgreater{} \newline \textless{}ignoreVersion type="regex"\textgreater{}.{\emph{-beta.}}\textless{}/ignoreVersion\textgreater{} \newline \textless{}ignoreVersion type="regex"\textgreater{}.{\emph{-alpha.}}\textless{}/ignoreVersion\textgreater{} \newline \textless{}/ignoreVersions\textgreater{} \newline \newline \textless{}/ruleset\textgreater{}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{9. Anlegen der Datei: LICENSE}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{GNU LESSER GENERAL PUBLIC LICENSE \newline Version 3, 29 June 2007 \newline \newline Copyright (C) 2007 Free Software Foundation, Inc. \textless{}http://fsf.org/\textgreater{} \newline Everyone is permitted to copy and distribute verbatim copies \newline of this license document, but changing it is not allowed. \newline \newline \newline This version of the GNU Lesser General Public License incorporates \newline the terms and conditions of version 3 of the GNU General Public \newline License, supplemented by the additional permissions listed below. \newline \newline 0. Additional Definitions. \newline \newline As used herein, "this License" refers to version 3 of the GNU Lesser \newline General Public License, and the "GNU GPL" refers to version 3 of the GNU \newline General Public License. \newline \newline "The Library" refers to a covered work governed by this License, \newline other than an Application or a Combined Work as defined below. \newline \newline An "Application" is any work that makes use of an interface provided \newline by the Library, but which is not otherwise based on the Library. \newline Defining a subclass of a class defined by the Library is deemed a mode \newline of using an interface provided by the Library. \newline \newline A "Combined Work" is a work produced by combining or linking an \newline Application with the Library. The particular version of the Library \newline with which the Combined Work was made is also called the "Linked \newline Version". \newline \newline The "Minimal Corresponding Source" for a Combined Work means the \newline Corresponding Source for the Combined Work, excluding any source code \newline for portions of the Combined Work that, considered in isolation, are \newline based on the Application, and not on the Linked Version. \newline \newline The "Corresponding Application Code" for a Combined Work means the \newline object code and/or source code for the Application, including any data \newline and utility programs needed for reproducing the Combined Work from the \newline Application, but excluding the System Libraries of the Combined Work. \newline \newline 1. Exception to Section 3 of the GNU GPL. \newline \newline You may convey a covered work under sections 3 and 4 of this License \newline without being bound by section 3 of the GNU GPL. \newline \newline 2. Conveying Modified Versions. \newline \newline If you modify a copy of the Library, and, in your modifications, a \newline facility refers to a function or data to be supplied by an Application \newline that uses the facility (other than as an argument passed when the \newline facility is invoked), then you may convey a copy of the modified \newline version: \newline \newline a) under this License, provided that you make a good faith effort to \newline ensure that, in the event an Application does not supply the \newline function or data, the facility still operates, and performs \newline whatever part of its purpose remains meaningful, or \newline \newline b) under the GNU GPL, with none of the additional permissions of \newline this License applicable to that copy. \newline \newline 3. Object Code Incorporating Material from Library Header Files. \newline \newline The object code form of an Application may incorporate material from \newline a header file that is part of the Library. You may convey such object \newline code under terms of your choice, provided that, if the incorporated \newline material is not limited to numerical parameters, data structure \newline layouts and accessors, or small macros, inline functions and templates \newline (ten or fewer lines in length), you do both of the following: \newline \newline a) Give prominent notice with each copy of the object code that the \newline Library is used in it and that the Library and its use are \newline covered by this License. \newline \newline b) Accompany the object code with a copy of the GNU GPL and this license \newline document. \newline \newline 4. Combined Works. \newline \newline You may convey a Combined Work under terms of your choice that, \newline taken together, effectively do not restrict modification of the \newline portions of the Library contained in the Combined Work and reverse \newline engineering for debugging such modifications, if you also do each of \newline the following: \newline \newline a) Give prominent notice with each copy of the Combined Work that \newline the Library is used in it and that the Library and its use are \newline covered by this License. \newline \newline b) Accompany the Combined Work with a copy of the GNU GPL and this license \newline document. \newline \newline c) For a Combined Work that displays copyright notices during \newline execution, include the copyright notice for the Library among \newline these notices, as well as a reference directing the user to the \newline copies of the GNU GPL and this license document. \newline \newline d) Do one of the following: \newline \newline 0) Convey the Minimal Corresponding Source under the terms of this \newline License, and the Corresponding Application Code in a form \newline suitable for, and under terms that permit, the user to \newline recombine or relink the Application with a modified version of \newline the Linked Version to produce a modified Combined Work, in the \newline manner specified by section 6 of the GNU GPL for conveying \newline Corresponding Source. \newline \newline 1) Use a suitable shared library mechanism for linking with the \newline Library. A suitable mechanism is one that (a) uses at run time \newline a copy of the Library already present on the user's computer \newline system, and (b) will operate properly with a modified version \newline of the Library that is interface-compatible with the Linked \newline Version. \newline \newline e) Provide Installation Information, but only if you would otherwise \newline be required to provide such information under section 6 of the \newline GNU GPL, and only to the extent that such information is \newline necessary to install and execute a modified version of the \newline Combined Work produced by recombining or relinking the \newline Application with a modified version of the Linked Version. (If \newline you use option 4d0, the Installation Information must accompany \newline the Minimal Corresponding Source and Corresponding Application \newline Code. If you use option 4d1, you must provide the Installation \newline Information in the manner specified by section 6 of the GNU GPL \newline for conveying Corresponding Source.) \newline \newline 5. Combined Libraries. \newline \newline You may place library facilities that are a work based on the \newline Library side by side in a single library together with other library \newline facilities that are not Applications and are not covered by this \newline License, and convey such a combined library under terms of your \newline choice, if you do both of the following: \newline \newline a) Accompany the combined library with a copy of the same work based \newline on the Library, uncombined with any other library facilities, \newline conveyed under the terms of this License. \newline \newline b) Give prominent notice with the combined library that part of it \newline is a work based on the Library, and explaining where to find the \newline accompanying uncombined form of the same work. \newline \newline 6. Revised Versions of the GNU Lesser General Public License. \newline \newline The Free Software Foundation may publish revised and/or new versions \newline of the GNU Lesser General Public License from time to time. Such new \newline versions will be similar in spirit to the present version, but may \newline differ in detail to address new problems or concerns. \newline \newline Each version is given a distinguishing version number. If the \newline Library as you received it specifies that a certain numbered version \newline of the GNU Lesser General Public License "or any later version" \newline applies to it, you have the option of following the terms and \newline conditions either of that published version or of any later version \newline published by the Free Software Foundation. If the Library as you \newline received it does not specify a version number of the GNU Lesser \newline General Public License, you may choose any version of the GNU Lesser \newline General Public License ever published by the Free Software Foundation. \newline \newline If the Library as you received it specifies that a proxy can decide \newline whether future versions of the GNU Lesser General Public License shall \newline apply, that proxy's public statement of acceptance of any version is \newline permanent authorization for you to choose that version for the \newline Library.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}