Skip to content

Instantly share code, notes, and snippets.

View luane-aquino's full-sized avatar
🎯
Focusing

Luane luane-aquino

🎯
Focusing
View GitHub Profile
@luane-aquino
luane-aquino / HighlightRange.txt
Last active August 10, 2019 20:19
Highlight every other row of current selection - LibreOffice/OpenOffice Calc macro
' 1- on LibreOffice Calc, select a range of cells
' 2- run the macro below
Sub HighlightRangeMacro()
Dim nCol As Long 'Column index variable
Dim nRow As Long 'Row index variable
Dim oCols 'Columns in the selected range
Dim oRows 'Rows in the selected range
Dim oRange
Const nCellBackColor = 15132415 ' "Blue gray"
oRange = ThisComponent.getCurrentSelection()
@luane-aquino
luane-aquino / exemplo.tex
Created June 18, 2018 18:28
Quadro utilizando abntex2 exemplo
% Pacotes
\usepackage[table,xcdraw]{xcolor}
\usepackage{listings}
\usepackage{color}
\usepackage{graphicx}
% Quadro exemplo
\begin{quadro}[htb]
\Large
\centering