Search found 10 matches

by JBClaypool
Wed Jan 15, 2025 3:31 pm
Forum: Graphics, Figures & Tables
Topic: Ending Tabbing with \hfill
Replies: 3
Views: 1947

Re: Ending Tabbing with \hfill

I had a feeing that tabular would be the best route. I haven't had too much experience with it, though. While it resolves the issue of ending atthe same spot, it doesn't have the same placement for the data. This is for a resume, and the format needs to be aligned left "job title" then tab 2.5in for ...
by JBClaypool
Wed Jan 15, 2025 6:24 am
Forum: Graphics, Figures & Tables
Topic: Ending Tabbing with \hfill
Replies: 3
Views: 1947

Ending Tabbing with \hfill

I am trying to use a tabbing environment, and instead of having the final tab extend 2.5in, I'd like it to end with the final characters to line up. The MWE has the dates misaligned on the final character.

\documentclass[10pt,letterpaper]{article}
\RequirePackage[width=6.50in, height=9.50in ...
by JBClaypool
Wed Mar 10, 2021 3:39 am
Forum: LyX
Topic: Econometrica Template
Replies: 1
Views: 2752

Econometrica Template

can you provide a Minimal Working Example?
might be able to figure it out with the command(s)/environment.
by JBClaypool
Sat Mar 06, 2021 4:09 pm
Forum: Graphics, Figures & Tables
Topic: Twocolumns and really centered images with text-wrap
Replies: 1
Views: 3122

Twocolumns and really centered images with text-wrap

Are you looking for something like this?

\documentclass{article}
\usepackage{multicol}% for multiple columns
\usepackage{wrapfig}
\usepackage{calc}% for computations
\usepackage{graphicx}
\begin{document}
\pagestyle{empty}
\begin{multicols}{2}
Wikipedia is a multilingual, Web-based ...
by JBClaypool
Fri Mar 05, 2021 7:36 pm
Forum: LyX
Topic: template not found
Replies: 1
Views: 2620

template not found

Hi! From what I've read, AGUTeX.lyx is obsolete, but perhaps agujournal.lyx might work.
Regardless, I found a link that can help you out. it brings you to a page where you'll copy and paste the code into notepad, then save it with a .lyx extension.

https://github.com/nicowilliams/lyx/tree/master ...
by JBClaypool
Sun Dec 20, 2020 7:40 pm
Forum: Graphics, Figures & Tables
Topic: Vertical alignment in table cells with revtex4
Replies: 4
Views: 20627

Vertical alignment in table cells with revtex4

kaiserkarl13 had it right. While I wasn't able to initially able to compile his solution with revtex4, I was successful when using revtex4-2

you might not need the \vspace commands I used, but it made it look a little cleaner with my editor.

\documentclass[aps,amsmath,showkeys,superscriptaddress ...
by JBClaypool
Sat Dec 19, 2020 3:39 am
Forum: Graphics, Figures & Tables
Topic: Vertical alignment in table cells with revtex4
Replies: 4
Views: 20627

Vertical alignment in table cells with revtex4

Try \documentclass[aps,amsmath,showkeys,superscriptaddress]{revtex4-2}
Looks like there was an update, and I was able to compile it after doing that.
by JBClaypool
Fri Dec 18, 2020 7:36 pm
Forum: Graphics, Figures & Tables
Topic: Problem with the error band symbol in the legend box
Replies: 1
Views: 998

Problem with the error band symbol in the legend box

Are you looking for something like:
by JBClaypool
Sat Aug 01, 2020 1:15 am
Forum: Math & Science
Topic: Having trouble using titlesec with math functions
Replies: 1
Views: 1763

Having trouble using titlesec with math functions

figured it out. Unless I'm missing a particular \usepackage, "titlesec.pdf" didn't properly address the \titleformat parameters correctly.

Here's theres:
%\titleformat{\section}
%{..}
%{\thesection\secmark\quad}
%{..}
%{..}

This is what I did to make it work:
\titleformat{\section}
{\normalsize ...
by JBClaypool
Fri Jul 31, 2020 6:21 pm
Forum: Math & Science
Topic: Having trouble using titlesec with math functions
Replies: 1
Views: 1763

Having trouble using titlesec with math functions

This is mart of what I'm trying to do, but I get 4 errors, and 4 "bad box" errors. What am I missing?

I'm using class ARTICLE, ans packages ASMATH and TITLESEC. (this code example can be seen on page 12 of the redme.pdf in titlesec's documentation.

\newcommand{\secmark}{}
\newenvironment{advanced ...