Skip to content
Snippets Groups Projects
Select Git revision
  • b77c06670837eae51816cef758a9e64ecd62af69
  • 2023ss default protected
  • 2022ss
  • 2021ss
  • 2020ss
  • 2019ss
  • 2018ss
  • 2017ss
  • 2016ss
  • 2015ss
  • 2014ss
11 results

chardev-2.c

Blame
  • Forked from Peter Gerwinski / bs
    Source project has a limited visibility.
    vnc-testbild.tex NaN GiB
    % vnc-testbild.pdf - Test Card for VNC
    % Copyright (C) 2020  Peter Gerwinski <https://www.peter.gerwinski.de>
    %
    % 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}
    \setlength{\hoffset}{0cm}
    \setlength{\voffset}{0cm}
    
    \usepackage{geometry}
    \newlength{\pixel}
    \setlength{\pixel}{0.07mm}
    \geometry{paperwidth=1920\pixel,
              paperheight=1080\pixel,
              margin=100\pixel}
    
    \newcommand{\sep}{~$\cdot$~}
    \newcommand{\mylicense}{CC-by-sa (Version 3.0) oder GNU GPL (Version 3 oder höher)}
    
    \pagestyle{empty}
    
    \newcommand{\vncchannel}[1]{%
      \clearpage
      \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}}
      \vfill
      \begin{center}
        \Huge\textbf{VNC-Kanal #1}
      \end{center}
      \vfill}
    
    \begin{document}
      \vncchannel{1}
      \vncchannel{2}
      \vncchannel{3}
      \vncchannel{4}
      \vncchannel{5}
      \vncchannel{6}
      \vncchannel{7}
      \vncchannel{8}
      \vncchannel{9}
      \vncchannel{10}
      \vncchannel{11}
      \vncchannel{12}
      \vncchannel{13}
      \vncchannel{14}
      \vncchannel{15}
      \vncchannel{16}
      \vncchannel{17}
      \vncchannel{18}
      \vncchannel{19}
      \vncchannel{20}
    \end{document}