Search found 17 matches

by jsbibra
Thu Nov 07, 2019 5:11 pm
Forum: Text Formatting
Topic: position and alignment of the paragraph number
Replies: 2
Views: 2003

position and alignment of the paragraph number

Will give it a shot
Anything regards the second part--indenting the para numbers and alignment with the addressee
by jsbibra
Thu Nov 07, 2019 3:23 am
Forum: Text Formatting
Topic: latex document formatting
Replies: 0
Views: 1527

latex document formatting

What is the best way to get a "MS Word" effect in a report while writing paras/subparas as shown in the figure below
The paras in LATEX are indented in eumerate and so do not align with the addressee and File Number at the top
Moreover there is a difference in the indentation structure also
How to ...
by jsbibra
Mon Nov 04, 2019 3:23 pm
Forum: Text Formatting
Topic: position and alignment of the paragraph number
Replies: 2
Views: 2003

position and alignment of the paragraph number

My paragraph number is not aligned with the addressee vertically
I need to move the para number left for proper alignment
How would I do it?
Related to the same issue of positioning in the letter, the figure in the center of the header
is slightly below the address in the righthead
How do I raise ...
by jsbibra
Sun Nov 03, 2019 10:10 am
Forum: Text Formatting
Topic: table of contents not showing header and footer
Replies: 2
Views: 8133

table of contents not showing header and footer

thanks
didnt work

i removed the line \thispagestyle{empty} from the toc page--now the header/footer shows up
by jsbibra
Sun Nov 03, 2019 8:21 am
Forum: Text Formatting
Topic: table of contents not showing header and footer
Replies: 2
Views: 8133

table of contents not showing header and footer

my toc page is not showing the headers/footers--why is this happening


[img] ScreenClip.png [/img]

\documentclass[10pt,a4paper]{article}
\usepackage{printlen}
\usepackage{layouts}
\usepackage{titlesec}
\usepackage{multirow, makecell, tabularx, booktabs}
\usepackage{babel}
\usepackage{setspace ...
by jsbibra
Sat Nov 02, 2019 7:05 pm
Forum: Page Layout
Topic: title page background
Replies: 0
Views: 3592

title page background

\documentclass[10pt,a4paper]{article}
\usepackage{printlen}
\usepackage{layouts}
\usepackage{titlesec}
\usepackage{multirow, makecell, tabularx, booktabs}
\usepackage{babel}
\usepackage{setspace}
\usepackage{framed}
\usepackage{blindtext}
\renewcommand*\familydefault{\sfdefault}
%preamble ...
by jsbibra
Sat Nov 02, 2019 2:24 am
Forum: Text Formatting
Topic: table of contents
Replies: 10
Views: 9090

table of contents

ok--got it by adding subsection in the code instead of section

Code: Select all

\addcontentsline{toc}{section}{\numberline{}Annual Audit Plan: QMS/F-04 }
--original

now changed to --

Code: Select all

\addcontentsline{toc}{subsection}{\numberline{}Annual Audit Plan: QMS/F-04 }
by jsbibra
Fri Nov 01, 2019 6:34 pm
Forum: Text Formatting
Topic: table of contents
Replies: 10
Views: 9090

table of contents

Code: Select all

\addcontentsline{toc}{section}{\numberline{}Annual Audit Plan: QMS/F-04 }
okay thanks --I got it working by adding the above line to my code
[img]
ScreenClip.png
ScreenClip.png (66.34 KiB) Viewed 8185 times
[/img]

but how do I remove the bold font in the Appendix names?
by jsbibra
Fri Nov 01, 2019 4:19 am
Forum: Text Formatting
Topic: table of contents
Replies: 10
Views: 9090

table of contents

reduced further please
by jsbibra
Thu Oct 31, 2019 3:12 pm
Forum: Text Formatting
Topic: table of contents
Replies: 10
Views: 9090

table of contents

Done--the code is cropped and uploaded

\documentclass[10pt,a4paper]{article}
\usepackage{printlen}
\usepackage{layouts}
\usepackage{titlesec}
\usepackage{multirow, makecell, tabularx, booktabs}
\usepackage{babel}
\usepackage{setspace}
\usepackage{framed}
\usepackage{blindtext}
\usepackage{tgschola ...