Search In This Website

Kamis, 20 November 2025

Notepad++ Family Trigger AutoComplete

Keyboard To Trigger AutoComplete: Ctrl+Alt+Enter

Notepad3 Punctuations:
  • Comma ( , )
  • Single Quote ( " )
  • Semi Colon ( ; )

Keyboard List To Finish AutoComplete:

  • Enter
  • SpaceBar
  • Tab
Keyboard To Cancel AutoComplete: Esc


Multiple Title Lines In Latex

1. Open the Latex editor.
2. Type this following latex source code in latex editor:
% !TEX TS-program=pdflatex
% !TEX encoding=UTF-8 Unicode
% Distributed under the LaTeX Project Public License
% https://www.latex-project.org/lppl.txt
% file name: ATitleSpanningThreeLines.tex

\documentclass{article}

\title{\protect\parbox{\textwidth}{\protect\centering A title\\ Spanning\\ Three Lines}}
\author{The Author}

\begin{document}

\maketitle

\end{document}
3. save file as ATitleSpanningThreeLines.tex.
4. run the Typeset command or similar other command with pdfLatex.

Output



Bibliography

https://www.tutorialspoint.com/
https://tex.stackexchange.com/
https://www.techrepublic.com/

Minggu, 09 November 2025

Notepad3 Keyboard Shortcut 1

File Menu

Ctrl+L=Launch - Execute document
Ctrl+M=Run the MiniPath file Browser plugin… ( Browse )
Ctrl+N=New
Ctrl+O=Open
Ctrl+P=Print file…
Ctrl+R=Run Command…
Ctrl+S=Save file

Edit Menu

Ctrl+A=Select All
Ctrl+C=Copy
Ctrl+D=Lines - Duplicate line/Selection
Ctrl+G=Goto...
Ctrl+U=Convert - Lowercase
Ctrl+Y or Ctrl+Shift+Z=Redo
Ctrl+Z=Undo

<< back to Learn Notepad++

Bibliography

https://github.com/
https://rizonesoft.com/
https://www.apsu.edu/ ( university )
https://www.autodesk.com/
https://www.bu.edu/ ( university )

Jumat, 07 November 2025

3D Shapes Properties In Geometry

3 Dimensions Shapes / 3 Dimensions Solids / 3 Dimensions Spaces

Cube / Hexahedron

Edges: 12

Faces / Sided: 6

Vertices / Vertex / Points: 8

2D Shape Elements: 6 squares

Cuboid / Rectangular Prism

Edges: 12

Faces / Sided: 6

Vertices / Vertex / Points: 8

2D Shape Elements: 4 rectangles + 2 squares

Triangular Prism

Edges: 9

Faces / Sided: 5

Vertices / Vertex / Points: 6

2D Shape Elements: 3 rectangles + 2 isosceles triangle

Cylinder

Edges: 2

Faces / Sided: 3

Vertices / Vertex / Points: 0

2D Shape Elements: 2 circles + 1 rectangles

Tetrahedron / Triangular Pyramid

Edges: 6

Faces / Sided: 4

Vertices / Vertex / Points: 4

2D Shape Elements: 4 equilateral triangle

Pyramid / Square Pyramid / Square Based Pyramid

Edges: 8

Faces / Sided: 5

Vertices / Vertex / Points: 5

2D Shape Elements: 4 isosceles triangle + 1 square

Cone

Edges: 8

Faces / Sided: 5

Vertices / Vertex / Points: 5

2D Shape Elements: 

Sphere

Edges: 0

Faces / Sided: 1

Vertices / Vertex / Points: 0

2D Shape Elements: N/A ( Not Available )


Notes




How To Launch Control Panel In Windows 8

1. Launching the Control Panel on Microsoft Windows 8 is very easy, click the Start button on the Microsoft Windows Taskbar to open the Start Screen (A Full-Screen Start Menu).

2. Click Search (Magnifying Glass) icon, by typing Control Panel into the search box.





3. And in the search results, select Control Panel.

4.The Control Panel will available.


<< back to  Learn Microsoft Windows ( Road Map )


Bibliography

https://www.computerhope.com/

https://www.howtogeek.com/

https://www.wikihow.com/

https://support.microsoft.com/



Rabu, 05 November 2025

Study About Tikz In Latex

Introduction About Tikz

  • Setting Up The Environment In Latex
  • tikzpicture Environment And tikz Command
  • Draw A Straight Path
  • Grid Path Construction
  • Help Lines Construction

Design Principles

  • Specifying Coordinates
  • Specifying Points
  • Coordinate Transformation System

Drawing

Actions On Paths

Drawing Options

Key-Value Syntax for Graphic Parameters