Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spacing between 2 columns #72

Open
radhika-99 opened this issue Feb 16, 2025 · 0 comments
Open

Spacing between 2 columns #72

radhika-99 opened this issue Feb 16, 2025 · 0 comments

Comments

@radhika-99
Copy link

I need to reduce the spacing between the 2 columns and I have tried the below so far

  1. \setlength{\columnsep}{5pt}
    \showthe\columnsep
  2. \renewcommand{\baselinestretch}{0.9} % Reduce line spacing
  3. Check if \raggedright is Adding Space
  4. \begin{minipage}[t]{0.35\textwidth} % Slightly larger
    ...
    \end{minipage}
    \hspace{-2mm} % Reduce space between columns
    \begin{minipage}[t]{0.63\textwidth} % Slightly smaller
    ...
    \end{minipage}
  5. \setlength{\columnsep}{1pt}
    \columnratio{0.3,0.7} % Adjust width of columns if needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant