Skip to content

Instantly share code, notes, and snippets.

View vampirepapi's full-sized avatar
🤨
Roses are red, Violets are blue, Unexpected { On line 22.

Shubham Sourabh vampirepapi

🤨
Roses are red, Violets are blue, Unexpected { On line 22.
View GitHub Profile
\usepackage{tikzpagenodes}
\begin{document}
\begin{tikzpicture}[remember picture,overlay,shift={(current page.north west)}]
\node[anchor=north west,xshift=17cm,yshift=-0.15cm]{\includegraphics[width=3cm]{Picture.jpeg}};
\end{tikzpicture}
%upload a picture with name Picture.jpeg
\end{document}
@vampirepapi
vampirepapi / Customize the Sublime Text title bar [Windows]
Last active August 14, 2022 17:07
Customize the Sublime Text title bar [Windows]
//Adaptive Menu icon (Hamburger Icon)
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables":
{
},
"rules":
[
{
@vampirepapi
vampirepapi / config-highlight.cfg
Created April 25, 2020 06:29
A dark highlighting theme for Python's IDLE IDE [Obsidian]
[Obsidian]
definition-foreground = #678CB1
error-foreground = #FF0000
string-background = #293134
keyword-foreground = #93C763
normal-foreground = #E0E2E4
comment-background = #293134
hit-foreground = #E0E2E4
builtin-background = #293134
stdout-foreground = #678CB1