Text Formattingwhat is the problem about formatting

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
megh500
Posts: 25
Joined: Tue Jan 24, 2017 5:54 am

what is the problem about formatting

Post by megh500 »

Please tell me the problem.
I use Texnic center and use this.

Code: Select all

\begin{enumerate}
\item computer vision: one of the biggest application of DL thesedays.
  \subitem Image classification that can be used in image search system,categorizing images automatically in order to be searchable from text query, or automatic tagging.
	\subitem Object Recognition: recognizing objects within images
	\subitem Video Parsing: that are useful for driverless cars, robots and thief detection. 
\item speech recognition
\item Text Processing
  \subitem Fact Extraction: finding facts from common sentences.
	\subitem Machine Translation:
	\subitem Sentiment Analysis:One of its tool is Twitter sentiment analysis(you search any query and the result is the sentiment of people in Twitter.This tool can be reached from URL https://www.csc2.ncsu.edu/faculty/healey/tweet_viz/tweet_app/ up to now.
\item Medical:
  \subitem Disease Detection: finding factors that have impact on a special disease such as cancer.
	\subitem Drug Discovery: Predicting biological activity of different drug molecules based on chemical structure.
	\subitem Radiology: Finding malignant tumors from benign tumors.
\item Finance: making, buying and selling predictions even short-term trading and long term investment.
\item Digital advertising: segmenting customers to offer personalized or real-time advertisements.
  \subitem Finding best selling strategies.
\item Fraud detections
\item Agriculture: finding problematic environmental conditions.

\end{enumerate}
at first i tried many times to put that url in foot note it did not work (all the rest of sentences went to foonote that i ignored this problem)now the problem is that numbering as figure shows. what is the problem?
Attachments
Untitled.png
Untitled.png (77.95 KiB) Viewed 4226 times
Last edited by Stefan Kottwitz on Thu Feb 16, 2017 8:34 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

what is the problem about formatting

Post by Johannes_B »

We would need a minimal working example in order to reproduce your issue and help.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
megh500
Posts: 25
Joined: Tue Jan 24, 2017 5:54 am

what is the problem about formatting

Post by megh500 »

Please clarify. please tell me what should i do?i wrote codes
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

what is the problem about formatting

Post by Johannes_B »

Please follow the link i posted.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

what is the problem about formatting

Post by Stefan Kottwitz »

Or / and this one: Infominimal working example.

Stefan
LaTeX.org admin
megh500
Posts: 25
Joined: Tue Jan 24, 2017 5:54 am

what is the problem about formatting

Post by megh500 »

thanks
i tried to create minimal example but i was not able to open it because the example had 5 latex files and none of them were not opened. but i got that i am not able to put this url in my latex document why?
https://www.csc2.ncsu.edu/faculty/heale ... tweet_app/
i think it is because of underline. what should i do>?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

what is the problem about formatting

Post by Stefan Kottwitz »

Use the url package. Add to your document preamble:

\usepackage{url}

and then write

\url{https://www.csc2.ncsu.edu/faculty/healey/tweet_viz/tweet_app/}

Stefan
LaTeX.org admin
megh500
Posts: 25
Joined: Tue Jan 24, 2017 5:54 am

what is the problem about formatting

Post by megh500 »

thanks
Post Reply