Question
% Setup documentclass[11pt,english]{article} usepackage[a4paper,bindingoffset=0.0in,% left=1.2in,right=1.2in,top=1.4in,bottom=1.8in,% footskip=.25in]{geometry} pagenumbering{gobble} % Some useful packages usepackage{amsmath} usepackage{amsthm} usepackage{amsfonts} usepackage{amssymb} usepackage{cancel} %usepackage{fancyvrb} %usepackage{color} %usepackage{tikz} %usepackage{kbordermatrix} % Setup theorem numbering ewcounter{thms}
% Setup
\documentclass[11pt,english]{article}
\usepackage[a4paper,bindingoffset=0.0in,%
left=1.2in,right=1.2in,top=1.4in,bottom=1.8in,%
footskip=.25in]{geometry}
\pagenumbering{gobble}
% Some useful packages
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{cancel}
%\usepackage{fancyvrb}
%\usepackage{color}
%\usepackage{tikz}
%\usepackage{kbordermatrix}
% Setup theorem numbering
ewcounter{thms}
ewtheorem{theorem}{Theorem}[thms]
\usepackage{enumitem}
ewlist{steps}{enumerate}{1}
\setlist[steps, 1]{label = Step \arabic*:}
\begin{document}
\begin{flushleft}
\textbf{\large{CS330 - Computer Organization and Assembly Language}}\\*
\textbf{{Assignment 0}}\\*
\textbf{{Due Date: 09/14/2018 }}\\*
\textbf{{Full Name: Pratyusha Thundena}}\\*
\textbf{{BlazerID: thundena}}\\*
\vspace{0.5cm}
\end{flushleft}
\paragraph{1.} $(1100101011)_{2} = ( )_{10}$
\begin{center}
\begin{steps}
\item \indent Basis step:
\vspace{0.2 cm}
\item Let A = 1 then $|2^{1}| = 2^{|1|}. $
\vspace{0.4 cm}
\end{steps}
\end{center}
\paragraph{2.}
\vspace{5.5cm}
\end{document}
Latex Help
I'm trying to align the bold faced 1. with Step 1 and Step 2 using TeX studio. Below is my "code" for latex. Please correct it for proper alignment. Thanks
% Setup
\documentclass[11pt,english]{article}
\usepackage[a4paper,bindingoffset=0.0in,%
left=1.2in,right=1.2in,top=1.4in,bottom=1.8in,%
footskip=.25in]{geometry}
\pagenumbering{gobble}
% Some useful packages
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{cancel}
%\usepackage{fancyvrb}
%\usepackage{color}
%\usepackage{tikz}
%\usepackage{kbordermatrix}
% Setup theorem numbering
ewcounter{thms}
ewtheorem{theorem}{Theorem}[thms]
\usepackage{enumitem}
ewlist{steps}{enumerate}{1}
\setlist[steps, 1]{label = Step \arabic*:}
\begin{document}
\begin{flushleft}
\textbf{\large{CS330 - Computer Organization and Assembly Language}}\\*
\vspace{0.5cm}
\end{flushleft}
\paragraph{1.} $(1100101011)_{2} = ( )_{10}$
\begin{center}
\begin{steps}
\item \indent Basis step:
\vspace{0.2 cm}
\item Let A = 1 then $|2^{1}| = 2^{|1|}. $
\vspace{0.4 cm}
\end{steps}
\end{center}
\paragraph{2.}
\vspace{5.5cm}
\end{document}
1. (1100101011)2-010 Step 1: Basis step: Step 2: Let A = 1 then 12-21Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started