Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
americocunhajr authored Nov 6, 2024
1 parent 2138c75 commit b6f367a
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Binary file added logo/FraCTune.pdf
Binary file not shown.
42 changes: 42 additions & 0 deletions logo/FraCTune.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
% =================================================
% FraCTune.tikz
%
% Author:
% Americo Cunha
%
% last update:Nov 06, 2024
% =================================================

\documentclass{standalone}

\usepackage{tikz}
\usepackage{pgfplots}
\usetikzlibrary{shapes,matrix,backgrounds}%

%\usepackage{type1cm}
\usepackage[utf8]{inputenc}
%\usepackage[upright]{fourier}
\usepackage[pdftex,usenames,dvipsnames]{xcolor}
\usepackage{amsmath,amssymb}
\usepackage{commath}
\usepgfplotslibrary{fillbetween}


% =================================================
\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}{FraCTune}}};

\end{tikzpicture}
% -----------------------------------------------------------------------------------

\end{document}
% =================================================
Binary file modified logo/FraCTuneFramework.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6f367a

Please sign in to comment.