when using the multi column package, i have trouble inserting figures. Can you please make a video on that?
@M0l0ch4 жыл бұрын
Thanks!
@DevResearch4 жыл бұрын
Thanks.
@nasrodidine29074 жыл бұрын
Thanks
@DevResearch4 жыл бұрын
Welcome. please share with your friends.
@DrIlyas-sq7pz3 жыл бұрын
Sir, using two columns package, all diagrams and figure get disappear. What could be the solution. And for the twocolumn in document class figures are ok but how to not put a figure in two columns.
@DevResearch3 жыл бұрын
%Try following code. I used blindtext package to insert automatic text by \blindtext command. You will replace that with your own text. \twocolumn and \onecolumn to change column numbers. Please comment again if the result is to your satisfaction. \documentclass[12pt,a4paper]{article} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage[english]{babel} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{graphicx} \usepackage{blindtext} \author{Rajendra choure} \begin{document} \twocolumn \blindtext[4] \begin{table} \begin{tabular}{ccc} \hline sr. no.& name &age\\ \hline 1.& Rajendra&42\\ 2.&Suraj&36\\ 3.&Suman&38\\ \hline \end{tabular} \end{table} \onecolumn \begin{figure} \includegraphics[width=\linewidth]{fig4} \end{figure} \blindtext[4] \twocolumn \blindtext[4] \end{document}
@educationalstuff1863 жыл бұрын
Sir pls make a video on page layouts on latex sir
@DevResearch3 жыл бұрын
In the process of making. but my latest video, automating thesis, will also help you. I increased the scope of layout in that. If you have mean other requirements by layout, let me know that.
@kanthathura38833 жыл бұрын
Coding zooming size is very low sir we cant see coding clearly.