Skip to content

Commit 5615f57

Browse files
committed
improved documentation
1 parent a4e43f6 commit 5615f57

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

texgit.dtx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,30 @@ literate=%
12491249
% environments.
12501250
% Then the execution order is always the same and clear.
12511251
%
1252+
% \section{Usage in GitHub Actions}
1253+
% It is possible to use |texgit| in GitHub actions.
1254+
% For this purpose, you would simply copy the |texgit.sty| file into the directory of your \LaTeX\ sources.
1255+
% You can use \href{https://github.com/xu-cheng/texlive-action}{xu-cheng/texlive-action}, which provides TexLive, to run several |pdflatex| / |texgit| cycles.
1256+
% Then, you could deploy the book that was built using \href{https://github.com/JamesIves/github-pages-deploy-action}{JamesIves/github-pages-deploy-action} to a GitHub page.
1257+
% This way, whenever you commit changes \LaTeX\ sources residing in a |git| repository, your book would be re-built.
1258+
% The projects below do it this way.
1259+
%
1260+
% \section{Projects using texgit}
1261+
% |texgit| was developed specifically for teaching material book projects.
1262+
% There are several book projects that use it.
1263+
% \begin{itemize}%
1264+
% \item \emph{Programming with Python}, available at \url{https://thomasWeise.github.io/programmingWithPython} is a book and a set of slides introducing the reader to Python programming.
1265+
% It is enriched with many source code examples, which reside in the repository \url{https://github.com/thomasWeise/programmingWithPythonCode}.
1266+
% These examples are automatically included and executed in the book building process via |texgit|.
1267+
% \item \emph{Databases}, available at \url{https://thomasWeise.github.io/databases} is a book and a set of slides introducing the reader to relational databases.
1268+
% It is enriched with many source code examples, which reside in the repository \url{https://github.com/thomasWeise/databasesCode}.
1269+
% These examples are automatically included and executed in the book building process via |texgit|.
1270+
% Actually, they are |sql| scripts that run on a PostgreSQL database management system.
1271+
% With |texgit|, you can run complex scripts residing in |git| repositories.
1272+
% It is possible to interact with a database server without problems.
1273+
%
1274+
% \end{itemize}%
1275+
%
12521276
% \clearpage%
12531277
%
12541278
% \StopEventually{}

0 commit comments

Comments
 (0)