Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

% 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

image text in transcribed

% 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-21

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Driven Web Sites

Authors: Mike Morrison, Joline Morrison

1st Edition

061901556X, 978-0619015565

Students also viewed these Databases questions

Question

Detailed note on the contributions of F.W.Taylor

Answered: 1 week ago

Question

1. Explain why evaluation is important.

Answered: 1 week ago