-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b844d52
commit 0f77068
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
\documentclass{standalone} | ||
|
||
%\usepackage{type1cm} | ||
\usepackage[utf8]{inputenc} | ||
%\usepackage[upright]{fourier} | ||
\usepackage[pdftex,usenames,dvipsnames]{xcolor} | ||
\usepackage{amsmath,amssymb} | ||
\usepackage{commath} | ||
\usepackage{tikz} | ||
\usetikzlibrary{shapes,matrix,backgrounds}% | ||
|
||
|
||
% ================================================= | ||
\begin{document} | ||
|
||
% GNUPLOT required | ||
\pagestyle{empty} | ||
|
||
% ----------------------------------------------------------------------------------- | ||
\begin{tikzpicture}[>=latex,scale=1] | ||
|
||
\draw[rounded corners=5,line width=3,color=white] (0,0) rectangle (6.4,3.2); | ||
|
||
\draw (0,1) node[color=purple] {\textbf{\resizebox{!}{3 cm}{CRFlowLib}}}; | ||
|
||
\end{tikzpicture} | ||
% ----------------------------------------------------------------------------------- | ||
|
||
\end{document} | ||
% ================================================= |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.