Skip to content
Snippets Groups Projects
Select Git revision
  • 37e3439d956fc9ce7fc3974019f0c5262f31b165
  • master default
  • feature_scripts
  • develop
  • feature_without_logging
  • feature_opc_server
  • feature_seperate_apps
  • fix_raspi_cmake
  • ss19 protected
  • ss20
10 results

Smart Grid Modell OPC Server.tex

Blame
  • Armin Co's avatar
    Armin Co authored
    37e3439d
    History
    Smart Grid Modell OPC Server.tex 2.49 KiB
    % docker-container.tex - Small introduction into docker
    % Copyright (C) 2020  Armin Co
    %
    % This document is free software: you can redistribute it and/or
    % modify it either under the terms of the Creative Commons
    % Attribution-ShareAlike 3.0 License, or under the terms of the
    % GNU General Public License as published by the Free Software
    % Foundation, either version 3 of the License, or (at your option)
    % any later version.
    %
    % This document is distributed in the hope that it will be useful,
    % but WITHOUT ANY WARRANTY; without even the implied warranty of
    % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    % GNU General Public License for more details.
    %
    % You should have received a copy of the GNU General Public License
    % along with this document.  If not, see <http://www.gnu.org/licenses/>.
    %
    % You should have received a copy of the Creative Commons
    % Attribution-ShareAlike 3.0 Unported License along with this
    % document.  If not, see <http://creativecommons.org/licenses/>.
    
    \documentclass[12pt, a4paper]{article}
    
    \usepackage{pgscript}
    \setcounter{secnumdepth}{0}
    
    \newcommand{\mylicense}{CC-by-sa (Verision 3.0) oder GNU GPL (Version 3 oder höher)}
    \newenvironment{bibcomment}{%  found at: https://tex.stackexchange.com/questions/133475/how-to-add-running-text-between-bibliography-items
      \item[]\begingroup\par\parshape0\em
    }{%
      \par\endgroup
    }
    
    \begin{document}
    
      \makebox(0,0.005)[tl]{\includegraphics[scale=0.72]{logo-hochschule-bochum-cvh-text-v2.pdf}}\hfill
      \makebox(0,0)[tr]{ \includegraphics[scale=0.5]{logo-hochschule-bochum.pdf}}
    
      \par\bigskip\bigskip
      \begin{center}
        \Large
        IT-Systeme in Produktion und Automatisierungstechnik
        \par\smallskip
        \Huge\textbf{OPC UA Server}
        \par\medskip
        \Large
        für das Smart Grid Modell 
      \end{center}
    
    
    
     
      \newpage
    
      \begin{thebibliography}{}
        \begin{bibcomment}
          Die Online Quellen beziehen sich auf den Stand im Mai 2020.
          
        \end{bibcomment}
     
        Weitere Quellen
        \begin{itemize}
          \item Introduction into docker images \\
          \url{https://jfrog.com/knowledge-base/a-beginners-guide-to-understanding-and-building-docker-images/}
          
        \end{itemize}
    
        \vfill
    
        \begingroup
      
          \small
      
          \setlength{\leftskip}{3cm}
      
      
          Copyright \copyright\ 2020\quad Armin Co\\
          Lizenz: \mylicense
      
          Sie können diesen Text einschließlich \LaTeX-Quelltext
          herunterladen unter:\\
          \url{https://gitlab.cvh-server.de/aco/smart-grid-modell}
      
        \endgroup
    
    \end{document}}