-
Notifications
You must be signed in to change notification settings - Fork 0
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
2138c75
commit b6f367a
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,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} | ||
% ================================================= |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.