Search found 7 matches

by Sumalatha
Mon Oct 11, 2021 12:07 pm
Forum: New Members
Topic: Hi I'm an Indian, I'm New & I need your support.
Replies: 1
Views: 33239

Hi I'm an Indian, I'm New & I need your support.

Hey Pratyush,

It would be better if you can explain to us the actual formatting error that you encountered!

Nonetheless, there are plenty of online resources are available to learn the LaTeX formatting! Also, to help you get started with it, here are a few of my recommendations!

1. https://www ...
by Sumalatha
Tue Oct 05, 2021 8:06 am
Forum: Text Formatting
Topic: Auto-Sizing Paragraphs
Replies: 1
Views: 4396

Auto-Sizing Paragraphs

You can try the below packages:

Package shapepatch : https://ctan.org/pkg/shapepatch
Package shapepar :https://ctan.org/pkg/shapepar

Hope it helps!
by Sumalatha
Tue Oct 05, 2021 7:33 am
Forum: Graphics, Figures & Tables
Topic: Proper way to produce latex friendly graphics
Replies: 1
Views: 4484

Proper way to produce latex friendly graphics

You can proceed with the TikZ package as it helps you create lines, dots, curves, and more graphics effortlessly!

Also, you can refer to this to know more about graphics importing: https://texfaq.org/FAQ-impgraph

You can read this section about packages to know more! https://typeset.io/resources ...
by Sumalatha
Fri Oct 01, 2021 5:52 pm
Forum: Document Classes
Topic: Undefined control sequence
Replies: 1
Views: 24555

Undefined control sequence

An undefined control sequence is an error thrown when the software can not identify the command! Please check if you have positioned the backslash properly!

You can refer to this page for more info: https://www.overleaf.com/learn/latex/Er ... l_sequence

Hope it helps!
by Sumalatha
Fri Oct 01, 2021 5:45 pm
Forum: Graphics, Figures & Tables
Topic: Graphic design/typesetting tips for technical users of LaTeX?
Replies: 1
Views: 4151

Graphic design/typesetting tips for technical users of LaTeX?

Here are the LaTeX resources you can use:

1. TeX FAQ https://texfaq.org/FAQ-limits : It addresses most of the frequently asked questions!

2. A comprehensive LaTeX Guide https://typeset.io/resources/learn-latex-beginners-step-by-step-guide/#what-is-latex : More or less, it covers every aspect of ...
by Sumalatha
Tue Sep 28, 2021 7:06 am
Forum: General
Topic: Numbering Paragraph
Replies: 1
Views: 5329

Numbering Paragraph

So, if you want to number only the main sections and not the subsections, you can use the command \setcounter.

If you are still not clear with this, you can refer to this LaTeX guide and explore the section numbering topic!

You can refer to this - https://typeset.io/resources/learn-latex ...
by Sumalatha
Tue Sep 28, 2021 6:48 am
Forum: Text Formatting
Topic: Issues with my Bibliography
Replies: 1
Views: 3686

Issues with my Bibliography

Hey, you can try these commands \bibliography and \bibliographystyle.