Thursday, 16 November 2017

Difficulties with Making a Poster?





I was here cracking my head for trying to find out how to use MS Office and still make a good poster. Guess what? IT is the solution! Free templates... See:


1) https://www.posterpresentations.com/html/free_poster_templates.html

2) https://phdposters.com/

3) https://templates.office.com/en-us/Posters


                                     

                    Please help us keep on inspiring you

Sunday, 5 November 2017

Latex, Here, I Want My Figure Right Here!





You want to place your figure right after the title but you are getting text there even though the figure appears before the text in your Latex code: That is when you need this. 






\usepackage{float}

\begin{figure}[H]

\centering
\includegraphics{slike/visina8}
\caption{Write some caption here}\label{visina8}

\end{figure}


Please help us keep on inspiring you

Caption of Figures, Latex: Making them Smaller







Sometimes you got everything right in terms of pictures and Latex but you would like to see the sigmatoid Picture a bit smaller in your .pdf. Here you have the how (Caption):



\usepackage[font=scriptsize]{caption}


Please help us keep on inspiring you

Figures, Latex: Side by Side

It is easy if you just copy and paste (source)

\being{figure}
\centering
\begin{minipage}{.5\textwidth}
\centering
\includegraphics[width=.4\linewidth]{image1}
\captionof{figure}{A figure}
\label{fig:test1}
\end{minipage}%
\begin{minipage}{.5\textwidth}
\centering
\includegraphics[width=.4\linewidth]{image1}
\captionof{figure}{Another figure}
\label{fig:test2}
\end{minipage}
\end{figure}








Thursday, 2 November 2017

NETGEAR: Number of Devices x Wi-Fi




In case you want to limit the number of devices connecting to your Wi-Fi: 

Limitation







_________________________________





Please help us keep on inspiring you