Lonely

震撼心灵的不朽之作——NANA《LONELY》 
我们孤独,似乎拥有很多朋友,可是,夜深人静,
一人独处的时候,又有谁可以依KAO与倾诉,因为我们都是孤独的灵魂...... 
歌手NANA出身于非洲加纳的一个富有家庭,很小的时候父亲就离他而去,
母亲带着年幼的NANA定居到了德国。肤色的歧视,家庭的破碎,
使得NANA从小就在压抑的环境中生存。这首LONELY是他最有名的作品,
也是最感人的作品之一。在这首歌曲中,爱情的失败,世事的的无奈,
人与人之间的勾心斗角,都被他赤裸裸的展露在你面前。
动情处的伤心呐喊,颓废时的无奈低吟.....

很多人都误解《Lonely》的那个女声是Nana(难怪误会,很女性化的名字,国内居然翻译成娜娜,有些误导),其实中间唱RAP的男声才是Nana,才是主角,女声是Sibela,建议看看歌词,可以说,没中间的大段RAP,《Lonely》也许只是一首很普通的歌而已。


在我看来,Sibela是先声夺人.她的光芒完全掩盖了Nana,她只凭一句"I am lonely lonely lonely "就使人产生强烈共鸣.以前曾经看到一篇文章,说Sibela是天才少女,但是生活不幸,吸毒犯罪等.每当我听见"I am lonely lonely lonely ",就仿佛面前站着一位才华横溢的悲剧人物.使我更加LONELY.今天我到网上搜索,没有看到类似文章,也许是记错了人,但她声音里的一点点颓废,就当她原本是这样的吧.

《Lonely》 
I am lonely lonely lonely 
I am lonely lonely in my life 
I am lonely lonely lonely 
God help me help me to survive! 
Remember first time we met day one 
Kids in the garden’ playin’ 
games heaven’ fun 
Excitin’ and amazin’ havin’ 
a real friend of mine 
Feel my heartbeat and for 
real friend of mine 
Face to face and eye to eye 
Usin’ our hands to buy and supply 
Chillin’ is cool from january to june 
And we still stiked together 
like the glue 
And know the rules 
Forever you and i and believe 
it was clear 
If i ever should fall 
i could count on you with no fear 
Runnin’ out of time i see who’s fake 
Alone without protection 
from all them snakes 
All for one one for all i was told 
Black white yellow no matter 
if your young or old 
Nana’s in the house to let you know 
What i see is how i fell and damn 
I’m alone 
I am lonely lonely lonely 
I am lonely lonely in my life 
I am lonely lonely lonely 
God help me help me to survive! 
Everybody’s tripppin’ on me 
Oh lord come help me please 
I did some bad things in my life 
Why can’t you rescue me 
’cause you’ve got all i need 
I know i got to pay the price 
Cheppin’ thru the streets at night 
after a fuss and fight 
Tears in my eyes i’m a man 
lookin’ for the light 
Dark is the path 
i know he will rescue me 
The lord is my shepard 
i’m cool despite emergency 
Whom shall i fear exept the god 
Thank you for the blessin’ a 
nd the skils on the mic 
Five years we know there’s no diggity 
Free at last see the light in me 
What goes up must come down 
I’ll be around while you 
heading towards deathtown 
Allways look forward hardly 
never look back 
So many tears and 
the snakes on my jock 
Now i’m riding in my big fat ride 
Your ass is late so look for the line 
Nana in the house to let you know 
What i see is how 
i feel so leave me alone 
I am lonely lonely lonely 
I am lonely lonely in my life 
I am lonely lonely lonely 
God help me help me to survive! 
Knock on my door whom you lookin’ for 
A dream or reality enemies at my door 
Eyes i realize 
it’s fantasize i must be high 
So let me live before i die 
Once again grab the 
bottle twist the cap 
To survive your life 
is yours my life is mine 
No emotions in this world full of lies 
Step by step and be versatile 
Love peace and cash 
that’s what is’s all about 
Alone by yourself than you 
lack there’s no doubt about 
I’m always into something 
making moves to improve 
What would you do 
if you were in my shoes 
Boom a letter oops another suicide 
Meet me for a ride at the boulevard 
Nana’s in the house to let you know 
What i see is how i feel 
and damn i’m alone

本文转自游来游去岛博客51CTO博客,原文链接http://blog.51cto.com/ylyqd/3030如需转载请自行联系原作者


wingking84

<think>嗯,用户遇到了LaTeX中的'Lonely\item'错误,需要解决这个问题。我得先回想一下这个错误通常是什么原因引起的。记得在使用列表环境时,比如itemize、enumerate或者description,每个\item必须放在列表环境里面,不能单独存在。可能用户在使用\item时,没有正确包裹在\begin{itemize}...\end{itemize}之类的环境中,或者环境嵌套有问题。然后,用户提到系统级指令,需要特别注意LaTeX的语法正确性,行内数学表达式用$...$,独立公式用$$...$$。还要生成相关问题,并且引用标识要自然添加。不过用户的问题是关于LaTeX错误的,可能引用部分需要结合示例或者常见错误来源。 用户可能是在编写列表时,比如某个\item前面没有\begin{itemize},或者后面没有\end{itemize},导致\item孤立。另外,可能是在某些环境中错误地使用了\item,比如在表格或者定理环境中直接用了\item而没有正确的列表环境包裹。还有可能是在使用枚举列表时,漏掉了环境标签,或者在嵌套列表时层级不正确。需要分步骤解释解决方案,首先检查列表环境是否完整,然后看嵌套是否正确,是否有在定理或表格中误用\item。还要给出示例代码,正确和错误的对比,这样用户能更直观理解。同时,提醒用户注意缩进和格式化,虽然LaTeX不关心缩进,但良好的代码习惯有助于避免错误。 可能用户是在写论文或者报告时遇到了这个问题,特别是在使用beamer做幻灯片时,或者在复杂文档结构中容易出错。需要确保用户明白每个\item必须属于某个列表环境,并且环境正确嵌套。例如,在enumerate中嵌套itemize时,每个子列表都要正确包裹。然后,根据用户提供的示例,生成相关问题,比如如何正确嵌套列表,或者处理其他常见LaTeX错误。确保问题与当前主题相关,帮助用户扩展知识。最后,检查回答是否符合系统指令,数学表达式是否正确使用$...$和$$...$$,没有遗漏引用标识,但用户的问题可能不需要太多引用,除非提到具体包或文档。不过用户之前的回答有引用[^3]、[^4]等,可能需要参考类似结构,但这里可能更多是示例代码和解决方案,引用可能较少。需要确保LaTeX语法正确,比如代码块中的环境是否正确使用反斜杠。</think>### LaTeX中'Lonely \item'错误的解决方案 `\item`命令在LaTeX中必须严格用于列表环境(如`itemize`、`enumerate`或`description`)内部。当出现`Lonely \item`错误时,通常是因为`\item`未被正确包裹在列表环境中,或存在语法嵌套问题。以下是具体解决步骤: --- #### 1. **检查列表环境是否完整** 所有`\item`必须位于以下结构的**完整列表环境**中: ```latex \begin{itemize} \item 第一项 \item 第二项 \end{itemize} ``` 若漏写`\begin{itemize}`或`\end{itemize}`,会导致`\item`孤立。例如,以下错误代码: ```latex \item 错误项 % 缺少\begin{itemize} \end{itemize} ``` 需修正为: ```latex \begin{itemize} \item 正确项 \end{itemize} ``` --- #### 2. **避免在非列表环境中使用`\item`** `\item`不可直接用于定理、表格等非列表环境。例如,在`tabular`中直接使用`\item`会报错: ```latex \begin{tabular}{|c|} \item 错误内容 % 表格环境不支持\item \end{tabular} ``` 应改用其他方式表示列表,例如: ```latex \begin{tabular}{|c|} \hline 正确内容 \\ % 使用换行符替代 \hline \end{tabular} ``` --- #### 3. **正确处理嵌套列表** 嵌套列表需确保**层级完整**。以下代码因缺少内层`\end{itemize}`而报错: ```latex \begin{enumerate} \item 外层项 \begin{itemize} \item 内层项 % 缺少内层列表的结束标签 \end{enumerate} ``` 修正后: ```latex \begin{enumerate} \item 外层项 \begin{itemize} \item 内层项 \end{itemize} % 补充内层列表结束标签 \end{enumerate} ``` --- #### 4. **检查宏包兼容性** 某些宏包(如`enumitem`)可能修改列表环境的行为。若使用宏包后出现错误,尝试注释宏包调用以定位问题: ```latex %\usepackage{enumitem} % 暂时注释 \begin{itemize} \item 测试项 \end{itemize} ``` --- #### 5. **代码格式化与缩进** 虽然LaTeX不依赖缩进,但**格式化代码**可帮助发现语法问题。例如: ```latex \begin{itemize} \item 项1 \begin{itemize} % 缩进显示嵌套关系 \item 子项 \end{itemize} \end{itemize} ``` --- ### 示例对比 **错误代码**: ```latex \section{问题} \item 第一点 % 未包裹在列表环境中 ``` **正确代码**: ```latex \section{问题} \begin{itemize} \item 第一点 \end{itemize} ``` ---
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值